Tagged Questions

0
votes
2answers
4 views

Link a Blog into scrolling text of SWF file

I'm working on an entirely flash-based site for a client who has already been using Blogspot for his News/Homepage updates. He wants to continue updating through Blogspot, but wants the blog to …
0
votes
1answer
29 views

Rending reports with dynamic structure (Not template based approach)

Hello Friends, I need a reporting framework that would allow me to create reports with dynamic structure. Unlike Jasper Reports working mode in which you create a template for how your report will …
1
vote
2answers
140 views

Dynamic interception of calls in .NET

I am curious to learn if .NET supports any form of dynamic interception of method calls (or properties invoctions) at runtime. That is, can you intercept a call to an object without static compilation …
1
vote
5answers
155 views

C++ dynamic allocated array

Hi, I'm doing some assignment and got stuck at one point here. I am trying to write an list_add() function. The first functionality of it is to add values to the array. The second functionality for it …
0
votes
2answers
61 views

C++ 2D dynamic array crash

Hi I'm having some problem with 2D dynamic array. int main() { double **M; int M_dimension; int i; M_dimension = 10; M = new double *[M_dimension]; for (i=0;i<M_dimension;i++) …
0
votes
1answer
22 views

Jquery dynamic rows with form

I am trying to change 'inputs' in this demo to 'selects'. The demo works fine, which is at: http://devblog.jasonhuck.com/assets/infiniteformrows.html The problem with modified is is everytime you …
0
votes
0answers
7 views

changing children of dynamic created states

I'm building an Xml-driven application. I create new states in a seperate actionscript-class. These states all contain a DataGrid. I can switch the states in the Main.mxml. But now I would like to …
2
votes
3answers
195 views

How to catch exception thrown from library in GCC C++?

When i use dlopen to dynamically load a library it seems i can not catch exceptions thrown by that library. As i understand it it's because dlopen is a C function. Is there another way to dynamically …
0
votes
3answers
56 views

Django Dynamic Forms Save

I am using James Bennetts code (link text) to create a dynamic form. Everything is working ok but I have now come to the point where I need to save the data and have become a bit stuck. I know I can …
0
votes
2answers
43 views

Action<T> to call a method based on a string value

Is there a way to use Action to call a method based on a string value that contains the name of that method?
0
votes
1answer
15 views

data in dynamic textbox

Hi, I am new to .Net I created textboxed dynamically, But when i clicked on the button, i loss before created data in the textbox. How can i maintain data in the dynamic textbox. Thanks in advance..
0
votes
4answers
62 views

lua call function from a string with function name

Is it possible in lua to execute a function from a string representing its name? i.e: I have the string x = "foo", is it possible to do x() ? If yes what is the syntax ?
0
votes
1answer
31 views

Creating a Dynamic Linq filter over List<T>

Hi. Ok, I asked this question before, but deleted it as the way I went about describing my problem was wrong. Firstly, let me state that Im creating a .NET3.5 Winforms app using C# and Plinqo …
1
vote
1answer
15 views

LINQ and dynamic queries with paging and without LINQ2SQL

I have tried some ways to use LINQ dynamic queries - LINQKit and LINQ Dynamic Query Library. I do not like the second because it some way kills the LINQ idea - to be able to check queries at compile …
2
votes
3answers
97 views

caching trouble: dynamic css files

I have some css files that need to be generated dynamically (why is complicated, but it's necessary). The easy solution is to change the files to aspx files, and use <%= %> tags as needed to …

1 2 3 4 5 46 next
15 30 50 per page