Components that are constructed in response to conditions rather than being invariant or static
0
votes
0answers
8 views
Select menu option add/remove attribute
I want to add in a JQuery mobile attribute into a dynamically embedded div.
By default the fixed property it's set at no, but when I choose yes I want it to embed some html in a specific part of the ...
1
vote
1answer
22 views
Dynamically Generating Content Supporting The JQuery Mobile Theme
I'm trying to generate a header with some heading text, but the JQuery Mobile theme isn't supported in the dynamically content that's added. Same result occurs when anything else is added button, ...
0
votes
0answers
38 views
python: How do I dynamically create bound methods from user supplied source code?
I would like to construct a class in python that supports dynamic updating of methods from user supplied source code.
Instances of class Agent have a method go. At the time an instance is ...
0
votes
1answer
26 views
jQuery - .width() returning 0 on imgs with max-height
So I have a horizontally scrolling div and I need to find out how wide that div needs to be based on the dynamically generated list of images inside of it.
I want to use jQuery to find the width of ...
0
votes
3answers
31 views
Dynamically adding ID's to links inside nav element
I am using Superslides, it is a jQuery fullscreen slider basically. It generates navigation links depending on the number of slides.
For my case I would need those navigation links absolutely ...
1
vote
3answers
35 views
Collapse handler firing multiple times, for dynamically generated jQuery Mobile Collapsable List
I am trying to dynamically populate and set collapse/expand handlers for a collapsible list in jQuery Mobile. The expand handler is working as expected but the collapse handler triggers once for every ...
2
votes
1answer
35 views
Can you include a generated file to a WiX project without adding it as an existing file
We use HEAT to build a file for our web project installer. I want to know if there is a way that I can have the file included in the compilation, but not included in the project.
The reason I need ...
0
votes
1answer
67 views
Dynamically creating multiple textboxes depending on minimum number of characters in previous textbox/ javascript/asp
Hi I have a webform in which i need to add multiple textboxes dynamically depending on the entry in previous textbox.. Even if one character is entered in the previous textbox it should generate new ...
3
votes
2answers
32 views
Dynamically Load Div Elements and Assign IDs
I understand how to dynamically load HTML, I am having trouble understanding how I load it, assign, and keep track of IDs for elements inside the loaded div.
This is my main block
<div ...
0
votes
1answer
17 views
How to set the new element to a specific column in TableLayout dynamically?
I want to add new ImageViews to tableLayout dynamically. While adding them dynamically, I want to place them whichever column I want. I used "android:layout_weight="7"" in order to divide the row into ...
0
votes
1answer
11 views
Maintaing Input Values in Dynamically Generated Fields
I have the following JavaScript which generates text-inputs dynamically and inserts them into a div. This code works fine, but if I type text into the field, then click the button to add another field ...
0
votes
1answer
29 views
Dynamicly Add Image Onto Moveable Canvas
http://jsfiddle.net/ZQ99r/
I'm trying to add an image from a textbox adjust the width and height via textbox and when I hit confirm to add those values into the new canvas. I thought I knew what I ...
0
votes
2answers
40 views
C++ multidimensional array and pointers to table of pointers
Here is the thing.
I can completely understand a concept of a multidimensional array (let's consider 2D for a while) made by pointer to array to pointers and so on...
We do something like this:
// ...
2
votes
4answers
44 views
Dynamically pass Type to Method<T>
I've a method , that retrieves to me some data according to some type I passed in parameter, like this :
protected void FillList<TEntity>()
{
doWorkForTEntity();
}
I Need ...
1
vote
2answers
48 views
Adding multiple framelayout in a linearlayout programmatically
I need to overlap an image view with textview. And this combined view will be repeated 100 times in a LinearLayout. I was thinking of using FrameLayout in LinearLayout and Repeating the FrameLayout in ...
0
votes
1answer
20 views
How can i change style of dynamically created input field?
The element code is look like this
<select id="TsSection_ts_subjectid" name="TsSection[ts_subjectid][]">
<select id="TsSection_ts_subjectid" name="TsSection[ts_subjectid][]">
<select ...
0
votes
0answers
114 views
Two dynamic functions in nested dynamic html table in asp.net
Two dynamic functions (My function and My cat) nested in dynamic html tables in asp.net, does not fire.
I have tried this Code:
public void Page_Load(object sender, EventArgs e)
{
...
0
votes
2answers
71 views
How to dynamically add polylines from an arraylist
I have an
places = ArrayList<ArrayList<LatLng>>
I am adding LatLng points into the inner ArrayList and then I have a for loop that loops and adds polylines to the map.. except it ...
0
votes
2answers
31 views
How can i use a specific proprety for each bean call in Spring
I'm developing an application using spring . I have a bean that i need to call multiple times but for each call i need to change the properties values dynamically . Is there a way to do this .
I ...
3
votes
1answer
47 views
how to dynamically solve this random-button-implementation
I am having a list with the integers 0,1,2,3,4. then I am shuffling it, and as the third step I want to initialize the Buttons with the first object related to button1, second object to button2 etc.
...
1
vote
2answers
80 views
PHP dynamically created checkboxes with JQuery .toggle()
I have dynamically created an array of checkboxes in PHP for a form, but I don't want the Submit button to appear unless at least one checkbox is checked. Scouring the Internet most people who want ...
0
votes
1answer
39 views
CMake with regarding generated files
Good day everyone.
I have the following situation: I have a CMake file, which is supposed to compile my application, which consists of:
one or more cpp files
some template files (ecpp), which on ...
0
votes
0answers
52 views
Adding radioButton to radioGroup causes app to crash in Android
I've been trying to programmatically add radiobuttons to a radiogroup in a pop up window in android and have not had any success. When I try adding a newly created radioButton to the radioGroup, the ...
-1
votes
0answers
34 views
Perl reading a splitted Line and dynamically selecting position to read
Hello at all I have searched everywhere but I just dont know how to solve this Problem. I have a Postegre SQL Database in which I have to dynamically set the Index that has to been read so now I will ...
1
vote
1answer
65 views
how to add textboxes dynamically to a table row in C#
i want to add textboxes dynamically in C# on a button click in a table row. for that i have used the following code.
[1]: http://pastie.org/7702237.
the problem is i am able to adding as ...
-1
votes
1answer
61 views
How to generate Java EE project structure via maven
I'm new to maven, but I have worked on a project where there was a central pom.xml which included subprojects like dao, business and then web (controller, web). Is it possible to generate this kind of ...
1
vote
1answer
74 views
How to update a grid in a listbox with more rows and columns dynamically and programmatically in code (C# and WPF)
I have a ListBox where every of its item has a DataTemplate to define its structure. It initially has a Grid that contains 6 rows and 4 columns. But then during runtime I want to add to a specific ...
0
votes
1answer
110 views
Dynamically Created Winform Comboboxes all selecting the same value
I'm creating a winform application wit C# and VS 2010 Ultimate. I'm populating a flowlayoutpanel with dynamically created comboxes, all databound to the same bindinglist.
When I run the application, ...
2
votes
1answer
86 views
Loop select list menu to create search filter
I know I am asking pretty long question but I really in a need of this solution.
I need to create a looping search select boxes for search filter option. For example,
Initially there will be a ...
0
votes
1answer
240 views
Dependent dropdowns to be added dynamically using javascript
I have a JSON object which contains categories and corresponding sub-categories.I have two dropdowns(as a row of a table), first dropdown contains the category list.When a particular category is ...
0
votes
0answers
99 views
Populate HTML5 Audio player with dynamic link
I'm working on a music library right now containing song titles that, when clicked, populates the HTML5 audio player with the song itself. I've gotten this to work with hardcoded links but can't seem ...
-1
votes
1answer
45 views
How to add values in existing array dynamically in senchatouch2
Using push() method i added values in array,but when i add again using push() values are added in separate array..How to add values in existing array dynamically?kindly provide help with sample piece ...
1
vote
1answer
87 views
Creating Dynamic R.drawable source and ImageView
I have an Activity which has variable position that comes from another activity. I handle this variable with Intent like below. (Actually position is listView's position from another activity.) and ...
2
votes
4answers
267 views
get text of a selected dynamically textbox c#
I have on my winform an usercontrol and I create multiple usercontrols at every button click(at runtime).My usercontrol has an textbox. Also,on winform I have a simple textbox . I want ,when I select ...
0
votes
0answers
28 views
Dynamic Custom Component / Compound Component
I want to create a Compound Component and create a few instance of my component in Activity and show it on layout.
XML:
<?xml version="1.0" encoding="utf-8"?>
<RelativeLayout ...
0
votes
1answer
87 views
PHP How can I pass values from one array to another?
I'm trying to pass some of the values from theOptions array and drop them into a new array called $theDefaults.
$theOptions = array(
'item1' => array('title'=>'Title ...
0
votes
0answers
62 views
Dynamically changing the Connection String . LinqToSql
I am working on a Project ASP.NET in VB which uses Different Connection Strings to Connect to the database Depending upon a User Choice which is made through a Dropdown which is in master page.If I ...
0
votes
0answers
67 views
jQuery Mobile load already enhanced code
I need to load an already enhanced Page into a div.
The Idea is to make a Homescreen for Apps in jQuery Mobile. For my Task, I get multiple Files (Apps) to load and save their State, like text ...
0
votes
0answers
364 views
Required Field Validator not working on controls inside dynamically generated user control
I have a user control containing few server controls like text boxes and drop down lists.
i have also added few required field validation controls. Normally these validation work fine, if I add the ...
0
votes
3answers
156 views
Top 5 most frequent from an array c++
Hi i've an array and im looking to get the top 5 most frequently occuring from this array.
static std::string pickRandomStockSymbol()
{
static std::string stockSymbols[] = {"SIRI", "INTC", ...
0
votes
1answer
36 views
binding elements of a certain class dynamically after creation
I dynamically create textareas with the class arindic in document.ready().
Then after their dynamic generation is over, and still within the document.ready() routine, I bind those elements with the ...
0
votes
1answer
89 views
Generating a SQLite database dynamically
I am building an application wich is a form generator (it creates a form with a SQLite database based on a configuration file). The problem is that the database will never be the same, so I need to ...
0
votes
1answer
64 views
Java - Designing a set of Swing components and adding the set dynamically
I am trying to display attributes of an object (let's call it STUFF) in a set of fields.
What I would like to do is, for each instance of STUFF, add a JPanel and multiple Jlabels and JTextFields ...
0
votes
1answer
21 views
Which way consumes less processing in creating controls?
I need to create 200+ controls in a winform application that has only one form. They will all be grouped in panels.
I have the option to create the controls dynamically in code or statically by ...
0
votes
0answers
240 views
how to display selection form drop down menu in a new html page
I created a drop down menu with dates to select that then opens into a new page. I want the selected date to be displayed on top of that new page. I am not sure which script to use for that. Here is ...
0
votes
1answer
43 views
Change text on default fields in PayPal?
Is there any way (without using Express Checkout) to change the default text of "Item total" on the Order Summary PayPal payment page?
Referring only to the image on my previous question: Adding item ...
1
vote
1answer
112 views
Chrome fails to generate multiple JW players with PHP/JS
I'm having a hard time making Chrome generate multiple JW players with PHP and Javascript. Just to mention it, everything works fine in Opera/Pale Moon/Firefox. Here's how it's supposed to look, ...
0
votes
2answers
84 views
C++ Using Pointers within a Structure (Struct)
I am trying to create a program that asks a user how many babies they have, gather input about each baby, and then displays it on the console. I am 90% of the way there but I am stuck.
The ...
0
votes
2answers
137 views
Dynamically Replace <title> after Wordpress/Theme/Plugins generate <head>?
OK I have been doing lots of digging and trying to come up with the best solution and really would like some insight and help on this issue.
The problem: I have a Wordpress/Theme/Plugin combo set for ...
1
vote
2answers
403 views
How to change value of a dynamically created Label in VB.NET?
In my project, a label is created for each row in the database and added to a panel control. I need a solution to achieve the following :
When timer ticks, I want all those labels text values to get ...









