Programs that perform some common tasks based on program inputs in contrast with programs that predetermine the task beforehand. Dynamic is often used to mean: the c# dynamic keyword dynamic-programming dhtml using javascript to manipulate web pages in the browser. dynamic-languages have ...

learn more… | top users | synonyms

0
votes
0answers
10 views

Wolfram Mathematica: Dynamic which track only one variable

I want this: arr[[n]] = b; automatically reevaluate only if b changed. How can I do it?
0
votes
1answer
6 views

CJuiDialog with dynamic title

My question is how to pass title value to CJuiDialog from link or button. Here's my piece of code that opens CJuiDialog: echo CHtml::link('Add new role', '#', array( ...
0
votes
2answers
37 views

dynamic memory allocation for auto_ptr

This is a sample code of my program. Here I am dynamically allocating memory using std::auto_ptr and entering values( in function) after that I am again allocation memory for the same variable. So Do ...
0
votes
1answer
18 views

Django : Formset as form field

one of the forms I need is a composite of simple fields (say "Department", "Building" and "RoomNumber"), and of dynamically generated pairs of fields (say "Name" and "Email"). Ideally, editing the ...
0
votes
0answers
4 views

Create dynamic Tags in XML using JAXB

I have two classes as follow : `@XmlRootElement public class MyTO { private int type; private String data; @XmlElement(name = "type") public int getType() { return type; } public void ...
0
votes
0answers
12 views

How to create a function to return OrderBy keySelector

NOTE: My goal is to create an order by based on a string input at runtime. I know there are several solutions that implement an OrderBy function or use the Dynamic LINQ library, but I want to avoid ...
0
votes
0answers
5 views

Get a raw sql without openning connection in IBatis.net

public static string GetSql( string statementName, object paramObject) { ISqlMapper _sqlMapper; var builder = new DomSqlMapBuilder(); _sqlMapper = ...
1
vote
1answer
15 views

WPF: Loading another Page into current Page frame with its back end coding

I have a simple program. it has a basic canvas with a button and a FRAME. <Canvas Width="1200" Height="600" Name="frontPanel" Background="Blue"> <Button Width="200" ...
0
votes
2answers
18 views

IIS URL dynamic rewriting ways

What are the ways of dynamic url rewriting in iis, asp.net web page. I know one of them is to add rules into config dynamically, but that has some disadventages...
0
votes
2answers
35 views

Dynamically add custom control on Xpage

how can I add custom control on the basis of sessionScope variable. I try include page container control but no luck: ...
0
votes
2answers
17 views

How XSLT generate a dynamic variable array from XML?

I am using XSLT to transform XML to HTML. Currently i am trying to figured out how can i make an array variable in XSLT. This is my XML : <data> <ACCOUNTS elem="0"> ...
0
votes
1answer
15 views

Adding table view dynamically in QT

How to add multiple table views dynamically in QT? The table views should not overlap with each other/other widgets in the screen
0
votes
0answers
9 views

Issues of Dynamic sql in Ibatis.net

I know there is a very good feather in IBatis.net called dynamic sql. we can put our complicate sql in a xml file and generate the runnable sql in runtime. However, I find there is no API to get ...
2
votes
2answers
46 views

Better way to dynamically create methods

So I need to mutate a method at object initialization based upon input to __init__ (for those interested, I'm changing the navigate_to method in a test framework based upon which type of automator is ...
1
vote
2answers
23 views

Saving and reloading a DIV structure with values on page load/unload

I have a <div id="populated"> element on the page which receives dynamically created content, including populated DIVs, text areas, input texts and check boxes. Moreover, there are some elements ...
0
votes
2answers
34 views

how to dynamically create a file based on form submitted data

I have been searching for hours on how to do this, and am asking for help on what I would like to do. I would like to dynamically create a file, based on form submitted data using radio buttons as ...
0
votes
3answers
50 views

Appending to dynamically created divs using javascript and mootools

Using mootools I have a 'builder' class that manufactures form objects, dynamically creating divs as it does so. Some of the form objects are made up of several different objects. For example, a ...
1
vote
3answers
43 views

ABAP: Reading Dynamic Internal table (cannot specify Key)

Im trying to work out a way to read an internal table that has to be created dynamically. I have created the following report that fills a dynamic internal table with data. On the last line im trying ...
0
votes
1answer
18 views

Data for <select> dynamic .html jquery mobile

I want to add dynamic data to an option menu . i have used .html(object). object has the format '<option>ww</option>....<option>xx</option>'
1
vote
1answer
109 views

Dynamic method dispatch in java and c++

In this C++ program, #include<iostream> using namespace std; class Base { public: Base() { cout<<"\n\nBase ctr"; fun(); } virtual void fun() ...
0
votes
1answer
17 views

Dynamic E4X expressions

My last Q: E4X select Nodes where descendants can be either A OR B or A && B was concerning how to query for multiple attribute values in E4X expressions, which @Patrick answered with this: ...
0
votes
1answer
51 views

Generate MSIL Code from c# without reflector/ilspy

I just got interested in msil opcode etc. Normally I'm programming in C# and tried to generate Methods dynamically with Reflection.Emit / MethodBuilder but this requires opcode. So I was intrested if ...
0
votes
2answers
29 views

Dynamic variable names in SAS

Is there a way in SAS to specify dynamic variable names in code? i.e. use different variables on different observations based on the value of another variable? For example, my input data set could ...
3
votes
1answer
83 views

Can I emit CIL inside an existing method?

I need to change some basic calculations during the life-time of an object. I know how to create a dynamic method and call it through delegate.Invoke; however it is twice as costly as a static method ...
1
vote
2answers
41 views

How to build group-by dynamically on a list of dictionaries

I am trying to perform a groupby on an IEnumerable. The problem is that I do not know at compile-time which fields i want to groupby. I have found another post on stack that explains how to do this ...
1
vote
2answers
17 views

How to show both pregenerated html and an image in JSP?

OK, here is the problem I have. I have a servlet that dynamically creates an image (not based on parameters) which I do NOT want to save on the HDD. I also have a HTML template (JSP) where I want to ...
0
votes
1answer
11 views

How can we create Dynamic Article through RSS Feed in Joomla?

I have a requirement from client to generate dynamic Article through RSS Feed of Public URL. Can any one have idea to create them dynamically? I simple want to show some site's News RSS feed to my ...
0
votes
1answer
55 views

Retrieving values from an H1 tag based on it's url then return the value to a textfield [closed]

Possible Duplicate: Changing Img Src based on value entered in a Textfield I need help pulling data from an H1 tag based on it's URL. Below is an explanation of my code and what the form's ...
0
votes
0answers
15 views

How can I generate a path from by tracing touch using lines and arcs in iphone?

I am trying to develop an app that creates dynamic paths and stores for further use. I want to create the paths using lines and arcs drawn by the user on the screen.
1
vote
3answers
76 views

Changing Img Src based on value entered in a Textfield

I need help creating a form with the following TEXTFIELD(will be used to enter 7digit model numbers) An image placeholder (will change the image placeholder's src based on a url for example it will ...
1
vote
0answers
21 views

ClassCastException while dynamically loading a class in Android

I have a thread that loads different classes for the resources it needs depending on the specific implementation of the system. My implementation is on Android and I have a class that returns the ...
1
vote
1answer
61 views

Delphi - EAcessViolation Error

So guys... I've read aroung A LOT and I've tried using addons like madExcept (which I'm new to) but I've so far been unable to determine whats causing my errors. I'm getting EAccessViolation ...
0
votes
1answer
36 views

Dynamic C/C++ lib for Android 2.2: error Symbol not found

I have two projects. One of them is Android app with native code, which just loads dynamically library android_lib.so. Another project is that library (android_lib.so). Code of this library is ...
0
votes
1answer
19 views

Rails fragment caching with dynamic content

I'm working on a social networking app where users can follow each other. To speed things up I added fragment caching on users' preview and full page views. The good news is the app became really ...
0
votes
1answer
32 views

Applying Ajax-jQuery to Dynamically Created Rows - in Yii

If anyone can give me some idea, I’ve tried everything and have come up with nothing. i got cJUIcomplete working bt what i am working on - Inventory Management on sale form - my idea to build in a ...
0
votes
1answer
50 views

python, create dynamic html name values..

i need a small help.. i am looping over objects which are in db and rendering all objects to template, so far so good. but what i want is that every rendered html name field should have different name ...
0
votes
4answers
42 views

How to attach an Event Handler for dynamically generated Child divs?

I have a page with 2 Div containers ( Left and Right ). PartsList page has 5 dynamically generated DIVS. Custom page has 5 dynamically generated DIVS. The div with id "layout" isnt getting recognized ...
0
votes
0answers
20 views

PyQt dynamically add custom Widget and resize

I wrote a custom widget with QtCreator and want to add/remove it dynamically. Adding and removing works fine, but there is a problem with resizing. When I click several times on the "Add" Button, it ...
0
votes
1answer
14 views

php add to cart paypal button probelm - probel with my amount

I have a paypal sandbox "Add to Cart" where if a user adds a particular product from a database into an account, it should display the price of that product based on what it is in the database. Say I ...
1
vote
3answers
30 views

Cant generate text fields dynamically Javascript onChange

I am having trouble with generating text fields dynamically. I have a select box in the form and what I want to do is to create text fields on the basis of selection of number in drop down list. So if ...
0
votes
1answer
15 views

Appending multiple elements in D3

Can anyone explain why a selectAll + data + enter + append works fine initially, but when I call it again it only appends a single element? http://jsfiddle.net/scottieb/wQJen/ When I run ...
0
votes
1answer
17 views

Passing the arguments to a website

Well the title is tricky. I was not sure if this has been already there and how to put it. Example: Lets suppose my site is accessible: http://mysite.com if mysite does additions: with 2 ...
0
votes
0answers
64 views

Change column font style runtime in crystal report

I have Crystal reports in my project that is designed using a data set (Having table with column name inLanguage1, inLanguage2). This data set is filled with data from one of the tables from a ...
0
votes
1answer
27 views

Use InvocationHandler and Proxy without using interface [closed]

Possible Duplicate: Dynamic proxy for concrete classes Once I create a InvocationHandler implementation, I can use it with Proxy.newProxyInstance function to get a object behaving ...
0
votes
3answers
25 views

Using jQuery to replace an input with an output from an API

I've a text box and a submit button. When the form is submitted (enter pressed or button clicked), I'd like the browser to remain on the current page and not reload anything. I'd like to take the ...
0
votes
1answer
23 views

Dynamicly enable/diable checkboxes in jsf with primefaces

I have a datatable with dynamicly generated data from a database. The user is able to select/unselect rows but only these which are not set as mustSelect from the database. My Bean public ...
0
votes
2answers
25 views

How to optimize this call to a string of static and dynamic strings? (JavaScript/Node.JS)

I have this snippet of code which I simplified for the sake of this question: //var a is generated once at runtime //from an array of strings //and an array of functions var a = [ "Start ...
3
votes
1answer
52 views

Does something like a VB “Variant” implementation exist which uses C#'s dynamic dispatch?

I realize that it goes against the strongly typed nature of C#, but I find that when working with dynamic objects in the language, some of the more useful features typically found in JavaScript or ...
0
votes
1answer
12 views

iPhone webapp design

In my iPhone webapp, I have a blank div and I add things to it dynamically using: var example=$(document.createElement('which-ever-tag i need')); example.html('blah blah') blank_div.append(example); ...
3
votes
5answers
91 views

Dynamic type with lists in c#

I have a little problem for you guys. I would like to do this: Type[] classes = new Type[]{ Class1, Class2 }; foreach(Type t in classes){ List<t> list = new List<t>(); } Is ...

1 2 3 4 5 125