Skip to main content
Filter by
Sorted by
Tagged with
0 votes
0 answers
112 views

I wanted to create my own version of the default dynamic list, but with a maximum of 5 elements. But i'm not sure how adding new elements to a dynamic list is handled. The default dynamic list can add ...
user24728842's user avatar
0 votes
1 answer
90 views

I have students, teachers and teacher planning worksheets and need to find a neat and dynamic solution to the following in the 'Scheduling' table: lookup teacher names - this I can do! based on ...
AbsRa's user avatar
  • 23
0 votes
1 answer
51 views

I have a list of collapsible divs that is populated with data from a geoJson file and updated dynamically when you zoom in and out of a map, to reflect the markers that are within the bounds of the ...
Kiri's user avatar
  • 1
0 votes
0 answers
37 views

I need to create a view with a list. The number of items in the list is called here "Number of Stands" import Foundation import SwiftUI struct Stand: Codable, Identifiable, Hashable { ...
johnny's user avatar
  • 37
0 votes
1 answer
95 views

I am wanting to enter a few details on one view. click a button "Let's go" and it take me to my next view. In the next view i am passing some this information along with doing some ...
johnny's user avatar
  • 37
2 votes
1 answer
341 views

I have a nested list that represents dynamic image data, with each inner list containing a number and the x-center coordinate of a bounding box.I need to clustering and get approximate bounding box x ...
Kasun Thushara's user avatar
1 vote
2 answers
2k views

So i have that casual problem of rendering large lists with ngFor, but my application being extremely laggy and taking too long to finish rendering. My actual case: I have multiple lists of mat-cards, ...
Kuhfleisched's user avatar
0 votes
0 answers
43 views

I want to create a dynamic List i Python that will go in to a loop. The loop will be like. for t in range(360): list = [?] # "more code to come" The list will be dynamic and will ...
Basilico's user avatar
0 votes
2 answers
57 views

I'm trying to create a RecycleView of EditText that update on the spot as you add EditText with a Button. For reference, I'd like to have something that works like a checkbox question editing on a ...
Compteur_Linky's user avatar
0 votes
1 answer
37 views

Scenerio is that we are having a page in which the whole data will load in a single page, at a time limited data is there on the screen but as we scroll down the scroll bar other data will populated ...
BabaYaga's user avatar
0 votes
1 answer
95 views

We have something like this (we save an item for each episode, show and user. And all items are saved on the same index.): and we need to list all episodes from a show, but we need to filter the ...
luickx's user avatar
  • 239
1 vote
1 answer
252 views

@Published var storedMedicines: [Medicine] = [ Medicine(Title: "Medicine 1", Description: "Lower blood sugar", date: .init(timeIntervalSince1970: 1664779248), isTaken: false), ...
Gem12345's user avatar
0 votes
2 answers
893 views

I basically want to achieve the following: Find the row based on a cell value Output the column names, however Filter the column names based on the cell values in the row So I have a list of clients ...
reminiscience's user avatar
0 votes
0 answers
581 views

I am trying to make a dynamic dependent drop-down list without taking into consideration zeros or empty cells with the UNIQUE() function in Excel. However, whenever i write the UNIQUE() command in the ...
Batata's user avatar
  • 5
0 votes
2 answers
1k views

I am querying an Oracle Database via a python script. The python script will: Select one large list of 'ITEM_ID's. The list will be dynamic. Sometimes it could contain a few ITEM_ID's, other times it ...
Mike's user avatar
  • 4,435
0 votes
0 answers
65 views

I have a combo box that contains a dynamic list of values. I would like to do this: if there is only single value - the combo box will be displayed as text only (maybe: will be replaced with a "...
prog_prog's user avatar
  • 391
0 votes
1 answer
261 views

I'm creating an application with a tkinter-based GUI where a user can manually or automatically control a set of 16 solenoid valves with raspberry pi GPIO pins. I want there to be an option where the ...
bowlcutty's user avatar
2 votes
1 answer
827 views

To do some tests, I need to set fields to a value. I'm having some trouble to set a droplist the best way. Other suites seem to already start before a suite with the droplist is done. I'm looping ...
Edgar Koster's user avatar
2 votes
2 answers
2k views

I want to dynamically display data on list depending upon the key I select. The list of items can have multiple keys. I want to dynamically choose the data that I want to display onto the list without ...
Mrunall Veer's user avatar
0 votes
3 answers
456 views

I have a list of daily sales which includes "DateTime" & "Int" for each entry. final data = [ DailySales(2022-03-10 00:00:00.000, 200), DailySales(2022-03-09 00:00:...
Smart HO's user avatar
  • 169
0 votes
1 answer
2k views

I have an app in flutter want to add list of data to sqlite database at initializing the database ,I have problem with the type of model. I have this model for data : import 'dart:convert'; List<...
Sermed mayi's user avatar
-4 votes
3 answers
1k views

I had a list that has Business = ['Company name','Mycompany',Revenue','1000','Income','2000','employee','3000','Facilities','4000','Stock','5000'] , the output of the list structure is shown below: ...
O.T.B Harmony Limited's user avatar
0 votes
2 answers
223 views

I use the flutter form builder to get image with camera/gallery and then I want to attach them to an email(I use mailer for this) but when I try to send the email I get the following error: type 'List&...
Luis Fernando Scripcaru's user avatar
0 votes
0 answers
222 views

Problem Statement: Suppose you are asked to make a Ranking information chart of students in a dynamic list called linked list using C++ language. The data will be stored in this list in order i.e. the ...
Abdul Rehman's user avatar
0 votes
1 answer
115 views

<div class="col-4" style="display: block; padding-top: 10px;"> <div class="list-group" id="listDetails" *ngFor="let filter of filters&...
Yogesh's user avatar
  • 19
1 vote
1 answer
1k views

I'm trying to remove or hide items from a list and I'm facing two problems, 1- the newly cannot be removed, 2- Tried to tag the deleted items as isDeleted = true using Javascript then later delete ...
roo's user avatar
  • 139
4 votes
3 answers
13k views

This is my first experience with lists in general and I have kinda complex scenario. I want to add an object of type Story that has a list of Sentences that can be added dynamically. Sentence has a ...
roo's user avatar
  • 139
1 vote
1 answer
78 views

Is there a way to assign the output from a for loop as variables for the output from a method? Both outputs will be lists of the same length. Below, I am performing the .pages method in pdfplumber on ...
Guy Buckle's user avatar
0 votes
0 answers
114 views

I am trying to find subset of consequent numbers in a list(consisting of interger)type data by using python code. but, it was not easy for me. So, I came here for advice. Here is example. It is a part ...
yj lee's user avatar
  • 1
1 vote
2 answers
1k views

Hello Stack overflow community, Thank you in advance for the help I am a rather new to react native. For this project i have imported the library nuka-carousel. So what I am trying to do is to take ...
potatoman's user avatar
1 vote
0 answers
222 views

I am making a point of sale program which has basically a listview and product entrance. When the person enter the same product, this program should increase the quantity of the existing product on ...
MeteK's user avatar
  • 11
0 votes
1 answer
388 views

I have a Detail Model which has a ForeignKey() of User Model. I want to show the list of subject (which is a field of Detail Model) associated with a single user, at the Front End in Template. It ...
Khubaib Khawar's user avatar
0 votes
1 answer
841 views

I've just started a Udemy course on Javascript, and the first project is to create a task list. I created it fine according the the tutorial but I wanted to add some features to it. when a new task ...
ParcGrowing's user avatar
0 votes
0 answers
86 views

for simple chained (dynamic) list I want to write a function which deletes the first element which contains the char 'k'. I´ve written the following function: char popIfK(struct V_LISTE **kopf) { ...
Tilo's user avatar
  • 45
0 votes
2 answers
3k views

I've implemented android.support.design.widget.TabLayout in my application. The tab contains dynamic data that comes from the API and also the dynamic content in a fragment. I'm calling the Tab wise ...
Komal's user avatar
  • 89
0 votes
0 answers
78 views

using System; using System.Collections.Generic; public class Program { public class student { public string name {get;set;} public string age {get;set;} } public ...
Aarif Tadavi's user avatar
0 votes
1 answer
122 views

I have a ComboBox whose list refers to a named range that creates a dynamic list based on the matches with the linked text to the ComboBox (linked with a cell). The list has the length of the amount ...
Bulbuzor's user avatar
0 votes
1 answer
208 views

I've been testing and playing around as part of personal practice, however, I got stuck in the below point where I want to add a list of items via javascript and upon submission, I want to verify and ...
Theg8nj's user avatar
  • 153
0 votes
1 answer
2k views

I'm coding an app/game where user inputs his own rules on textfields stored in a SQFLite database. Rules are related to a friend, so it's in a class Friend, with an id, name, rule0, rule1, rule2......
httpaed's user avatar
0 votes
1 answer
25 views

I have component named "Alarms" in which i am calling this.getNotifications(); Function to get all notifications and binding those notifications as a list on my template. There is an option to clear ...
Ahsan Alam Siddiqui's user avatar
0 votes
1 answer
946 views

I was able to create a dynamic drop down list in google sheets where for example: If a user selects something in Column A (Make of car: Toyota); Column B Auto populates with the models for that make (...
kbt's user avatar
  • 13
2 votes
1 answer
573 views

I am very new to Angular. I am fetching the list of posts on the server using the following code: loadPosts():boolean{ if (!LoginService.authenticated){ console.log('not auth'); return false; } /...
Debanik Dawn's user avatar
0 votes
3 answers
851 views

I am trying to create a dynamic list that returns a variable number of items. I want to be able to enter a CLLI code in row M2 and have the associated PowerPlants be returned in cells M5 to M... Can ...
C3.0's user avatar
  • 1
0 votes
1 answer
48 views

I would like to use jquery.dynamiclist library in my procject. In the demo page that's running smoothly there is a jquery library in version 1.8.2. In my project I use version 1.11.1 and this makes ...
gerpaick's user avatar
  • 799
0 votes
0 answers
73 views

<!DOCTYPE html> <html> <head> <style> table, th, td { border: 1px solid black; border-collapse: collapse; } th, td { padding: 15px; } </style> <...
Tamilan Manikandan's user avatar
0 votes
1 answer
1k views

I have a macro that runs a series of other macros. The macro runs automatically when I change the value of a specific cell (B1). The macro generates a project report for the project number specified ...
acoatta's user avatar
  • 13
0 votes
2 answers
1k views

My job is to maintain an ASP site, and Bootstrap is great, but there seems to be a fundamental problem with creating a list of items from code-behind, with plain html elements to be displayed nicely ...
Roland Kwee's user avatar
  • 5,302
0 votes
0 answers
854 views

I have two tables, One is employee registration where the data is provided of the employees (Name, ID, Phone, State etc) and the other is the Data Collected by Employees or Prospects Table (Whenever, ...
user avatar
1 vote
1 answer
1k views

I'm trying to develop a SAS Prompt that has a drop down with values pulled from a field on a table I'm storing in the Work library. When I click "Browse" in the "Data Source" area, ...
A.Luis's user avatar
  • 11
0 votes
1 answer
774 views

I'm working on a Joomla 3.6 extension and the xml file which contains the options for a form in the plugin for users to select should be filled dynamically according to all the file names in a ...
Rudolf B's user avatar