Dynamic is a widely used term that, in general, describes a decision made by the program at run-time rather than at compile time.

learn more… | top users | synonyms

1
vote
3answers
26 views

A function is outside main,it requires use of a variable how do use it?

My function is outside main() it's this void Ydisplay(int D1[]) { for(int i=0;i<a;i++) { cout<<"\t<<D1[i]; } the array D1 is a dynamic array the error is 'a' is undefined ...
0
votes
2answers
24 views

How can I push the first row of images down?

Thanks to SeanKendle over at Why is my dynamic HTML seemingly randomly placed?, I've made progress on the appearance of my site, but as you can see: ...it still needs some work, specifically that ...
0
votes
0answers
30 views

dynamic questions and answers

I have an application that allows a user to create questions that will be answered by other users. The questions will be assigned to groups. Some questions will depend on answers to previous ...
1
vote
1answer
21 views

Dynamically Creating Functions and Binding Buttons in Tkinter

I am trying to assign values to buttons which return their value when clicked (more precisely, they print it.) The only caveat is that the buttons are created dynamically, using a for loop. How can ...
1
vote
1answer
21 views

Dynamic File Path in Django and South

I'm having a problem setting a dynamic path to my imageField. This is my models.py class Imagen(models.Model): def get_upload_path(self, filename): return os.path.join( ...
0
votes
1answer
16 views

how to make dynamic uitableview cells look like that of static uitableview

I find static uitableview aesthetically impressive than the flat dynamic uitableview. Is there a way to make the uitableview with dynamic cells also look like that of static uitableview in terms of ...
0
votes
2answers
18 views

For an Excel Formula's variable taking a Range, input row number by the result of a formula

I'm trying to fill in this =SERIES function to populate a line plot in Excel 2007. =SERIES($BB$1,$BB$2:$BB$16,$BC$2:$BC$16,1) Now the range $BB$2:$BB$16 and the one that follows are set for ...
0
votes
0answers
17 views

dynamic lightbox with next and previous options

I have a lightbox .. And it's displaying a picture along with some contents inside it.. I wonder how I can make it dynamic..For example getting info from database and show it inside the lightbox , ...
0
votes
1answer
24 views

Use Guice to inject a class generated at runtime from java source code

I have a factory that reads a config file and generates a Class from source code while the program is running. How do I pass a newly generated Class to Guice and have it create an instance from it. ...
0
votes
0answers
22 views

A good way to create a structured result with LINQ for this data?

I have a WebForms project where groups of textboxes are dynamically added by the user, and then submitted (to create a PDF). Specifically, each "form" added by the user consists of 4 textboxes. Right ...
0
votes
1answer
34 views

Turning an array element into a link, which acts like a “POST” method in a form.

I have a webpage which contains a form, like the following: <Form action=”search.php” method=”POST”> <fieldset> <legend> Enter your search below </legend> <textarea ...
0
votes
0answers
14 views

Using CodeDom to save a class to the solution

Is it possible? I have good source code, and I have instantiated an object from the dynamically generated source code, but I need to place this class into my solution.
0
votes
1answer
16 views

Object/Models with dynamic sizes and joint movements

I would like to know if it is possible with Unity3D to have an object with the following properties, consider a human for example: Leg length can be set when you create the object in your game. Arm ...
2
votes
1answer
17 views

Creating a ListView with JQuery mobile doesn't work correctly II

Sorry to bother you again, but ran into another problem with that ListView. The answer of Gajotres (look here) worked of course, but indeed my code ist a bit more complex: the ListView I mentioned is ...
1
vote
2answers
44 views

django: exclude fields from validation dynamically

I have one form to take care of both the add and modification of products. When adding a product, I would like to exclude the modifyAttribute field from the validation, and when I modify a product, I ...

1 2 3 4 5 682
15 30 50 per page