Tagged Questions
Components that are constructed in response to conditions rather than being invariant or static
13
votes
4answers
821 views
Performance of compiled-to-delegate Expression
I'm generating an expression tree that maps properties from a source object to a destination object, that is then compiled to a Func<TSource, TDestination, TDestination> and executed.
This is ...
6
votes
4answers
6k views
Jquery .change() function not working with dynamically populated SELECT list
I have a select field that is dynamically populated with an ajax call that simply returns all the HTML select options. Here is the part of the PHP that just echo's the select tags and dynamically ...
5
votes
1answer
2k views
Android: How do I attach a temporary, generated image to an email?
I have a programmatically generated image that I want to send as an attachment via the ACTION_SEND and EXTRA_STREAM method.
But how do i do this?
My first attempt (writing to my ...
4
votes
4answers
58 views
Download js generated html with C#
There is a reports website which content I want to parse in C#. I tried downloading the html with WebClient but then I don't get the complete source since most of it is generated via js when I visit ...
4
votes
2answers
160 views
Building a dynamically generated configuration UI using reflection on .NET Config Datatypes
Has anyone got any experience with / attempted to do this?
We have some reasonably complex XML config for our .NET application and were thinking it would be nice if we could use our config object ...
4
votes
2answers
178 views
Creating multiple read-only properties dynamically in AS3
I have a class which at the moment is quite messy/repetitive:
public class AvFramework extends Object
{
// vars
private var _handler:AvHandler;
private var _keyboard:AvKeyboard;
...
3
votes
1answer
99 views
Dynamically creating/loading a user control only works once!
protected void addMoreDay_btn_Click(object sender, EventArgs e)
{
Control OneMoreDay = LoadControl("~/controls/Days/DayAdd.ascx");
Days_div.Controls.Add(OneMoreDay);
...
3
votes
7answers
3k views
asp.net dynamically added user control saving values after postback
Here's my issue. I have a usercontrol that I want to allow users to add as many instances of as necessary using a button click (each time a button is clicked, I want to add another instance of my ...
3
votes
3answers
410 views
Generating dynamic CSS
What is the best way to handle style that that is user-customized? Just as an example of the result I'm looking for, this would suffice:
body {
color: {{ user.profile.text_color }};
}
However, ...
3
votes
3answers
97 views
Dynamically naming and implementing the body of a javascript function
For simplicity's sake, I've included a script that dynamically calls a function by its name:
var foo = "hello";
var bar = "world";
var function_name = "say_" + foo + bar;
// Since its name is being ...
3
votes
3answers
5k views
Disable an asp.net dynamic button click event during postback and enable it afterwards
I am creating a button dynamically in my code and attaching a click event to it. However I have to prevent people to click it while there is a process going on. So when it is clicked once, it should ...
2
votes
1answer
60 views
FindControl() return null
I trying to create application whad add controlls dynamicaly. I have masterpage, my asp:Content is here:
<asp:Content ID="Content2" ContentPlaceHolderID="MainContent" runat="server">
...
2
votes
1answer
227 views
How to reference a GAC-assembly from a dynamically generated assembly?
I'm teaching myself Intermediate Language (IL) generation in C#, and I've been stuck-for-a-couple-of-hours-which-seem-like-days on how to reference System.Windows.Forms.dll (for example) from a ...
2
votes
4answers
537 views
C#.NET: Change elements in a CSS file from dynamically generated HTML?
I have a C# code behind file that gets dynamically generated HTML from a server and converts it to a PDF. In the HTML there are <link rel="stylesheet"> elements that reference external ...
2
votes
2answers
105 views
How to see generated source from an URL page with python script and not anly source?
I have some url to parse, and they used some javascript to create it dynamicly. So if i want to parse the result generated page with python... how can i do that ?
Firefox do that well with web ...
2
votes
2answers
590 views
Automatic incremental SQL Script generation for incremental, nightly builds when using Team Build in TFS 2008 and Visual Studio 2008?
hope that everybody here is OK.
We are using VS 2008 as development tool, TFS 2008 as version control as well as build automation. Some of our developer use dbpro for databases changes and some use ...
2
votes
1answer
1k views
dynamically created radiobuttonlist
Have a master page. The content page has a list with hyperlinks containing request variables. You click on one of the links to go to the page containing the radiobuttonlist (maybe).
First problem: ...
2
votes
4answers
197 views
Dynamically generated ASP.NET page hasn't basic html structure
i wrote a page (only class that derives from System.Web.UI.Page, that i want to use in more websites. I dynamically add webcontrols to Page.Controls collection like this:
Panel p = new Panel();
...
1
vote
1answer
22 views
Wiring Controls in Visual Basic, Controlling the Controls
I'm in the middle of using Visual Basic (Visual Studio 2010) to create dynamically created controls. Essentially what I'm doing is creating a label, a textbox, a label (which will act as a stopwatch), ...
1
vote
1answer
29 views
sencha touch :: dynamically create panels for viewport
I have a MVC-styled sencha touch app and normally I used
Ext.apply(app.views, {
loginPage: new app.views.Login(),
mainView: new app.views.MainView(),
...
}
...
1
vote
5answers
96 views
Android Creating button dynamically and fill layout
I'm creating a button dynamically. The number of button is depend on the size of arraylist. the problem is, after creating the button I will add to the layout using addview method. The problem is I'm ...
1
vote
2answers
53 views
Adding jQuery UI slider to dynamically generated element?
So I'm adding list elements to a list using .append(). Within the appended element is a div I need to attach the jQuery Slider widget to. Not sure if I have to use .on() or something. FWIW, an ...
1
vote
3answers
104 views
Dynamic drop-down box generation in javascript using html
i want to do a very simple thing. I want to populate the list of a drop-down box based on the value of the 1st drop-down box. So these 2 boxes are the only elements in a table, which creates rows ...
1
vote
1answer
80 views
JQuery - Can't select dynamically created URL tag by class
So I am creating a TagCloud for my site and am having issues being able to use JQuery to alert me of the selected link.
The site created the links just fine, gives them the class of 'tagLink', but ...
1
vote
4answers
71 views
GoogleMap and Wordpress: problems in creating markers dynamically
I would like to create markers dinamycally on a GoogleMap in Wordpress. The markers are computed from the post tags (which are all locations). I have no problem in computing coordinates, and creating ...
1
vote
1answer
77 views
Dynamically loading & controlling multiple content areas
I apologize in advance if I come off as less than knowledgeable here. I'm a designer trying to learn.
So I'm looking to actually make my design workable, but I've looked at various methods (jquery, ...
1
vote
2answers
170 views
Ruby / Rails metaprogramming: generating helper methods on the fly
I am trying to generate some count methods dynamically for a given array of model names that I can then use in a view/helper:
# create dynamic count methods for each model we want ...
1
vote
1answer
107 views
Cannot dynamically modify external variables in a subroutine in R while use apply on a matix?
This problem has already confused me for a couple of days. Let us say that I have two matrices:
matrix_a <- matrix(0, nrow = 3, ncol = 3,
dimnames = list(c("r1", "r2", "r3"), ...
1
vote
3answers
417 views
Automatically generate nested table of contents based on heading tags
Which one of you crafty programmers can show me an elegant php coded solution for automatically generating a nested table of contents based on heading tags on the page?
So I have a html document ...
1
vote
2answers
631 views
Dynamically created LinkButton won't go into command event
I've asked this before, but sadly I'm still having issues and the issue wasn't resolved. Basically, I'm dynamically creating a LinkButton for each row of a table I am generating, and that button has ...
1
vote
2answers
113 views
How to dynamically give customized text/naming conventions to dynamically generated labels/checkboxes?
I am trying to give names to my dynamically generated checkboxes through a for loop an algorithm. Coming up with the algorithm was pretty simple but I am unable to give them name/checkbox text. The ...
1
vote
1answer
358 views
asp.net mvc 1 validation using dynamically created controls
Using ASP.Net MVC1 and am dynamically creating the html in a model that is then dropped into the view and rendered at run time.
My view is a single page that looks like this:
<%@ Page ...
0
votes
2answers
82 views
Implementing a plug-in/templating system c#
I have a fairly simple console app that monitors an exchange mailbox, picks particular emails out, and updates a couple of databases based on the contents.
I would like to implement a couple of ...
0
votes
1answer
56 views
Add vertical scrollbar to div using jquery
I need to add gmail like scrollbars when I hover it should appear and on mouse leave it should hide and I have found this which is sleek and I need to add this dynamically to my div container(Or) if ...
0
votes
4answers
148 views
How to dynamically create a Func<T> when T is unknown in C#
I have a task that returns a value, but I want to convert that value to something else (for example, from string to int). This is normally very easy to do, all I do is add continuation task which does ...
0
votes
1answer
21 views
Is XDocument appropriate for generating HTML?
My goal is to use a WCF Service to accept some parameters, generate and then return a HTML string that a user can use to embed on certain webpages of their choice.
Is XDocument appropriate for ...
0
votes
1answer
42 views
How to get the information from a dynamically created TableRow C#/Asp.Net?
Alright so in the project I am working on I am making a hard coded asp:panel on the page and then filling it with:
A Drop Down list
An asp:Table, with an asp:TableHeaderRow
Add and Cancel ...
0
votes
2answers
103 views
How to define tables dynamically in DataContext for Windows Phone 7 development?
I am trying to develop application for Windows Phone 7 and I want to store data locally, but the definition & data will be downloaded from the server. So, table names & columns are not defined ...
0
votes
1answer
42 views
Binding TextBlock based on selection in ComboBox
When I make selection in ComboBox, and then type some text in TextBox, I want to have visible AutoSuggestion list of ID or FirstName or LastName (based on ComboBox Selection) that contains typed ...
0
votes
0answers
40 views
Values dynamically added controls to UpdatePanel lost after button click event (postback)?
I am having a UpdatePanel which contains dynamically added controls, dropdownlists and textboxes. Adding the controls by a button click event goes fine but the previously entered values or chosen ...
0
votes
1answer
32 views
accessing json object with javascript (no var) - dynamically called in file (experiment)
I am creating a page which calls dynamic content from the web with javascript and obviously run into a snag with the SOP (same origin policy) I know this would not work on a production page as the ...
0
votes
1answer
26 views
Getting Handles to dynamically created swfloader
How I can change frame of dynamically created swfloader in Flash Builder 4.5? Thanks.
0
votes
1answer
54 views
jquery get value from dynamically created inputs with name
I'm having a form that is created dynamically depending on the value selected, it makes various text inputs and depending if its a new reg the values are empty if not the values are populated with ...
0
votes
1answer
46 views
How to save a dynamically generated wallpaper in android
I am currently developing an app where an image is generated based on the users score in a game. I would like for an option for the user to save the image on to their phone as well as post the image ...
0
votes
4answers
133 views
PHP - How Do I generate new text-fields based upon a select option field value?
How do I make a drop down box that when the value is selected it will create that many more text fields on the same form.
I have a select option field that asks "how many categories do you need? 1-6"
...
0
votes
0answers
13 views
How to properly control caching of dynamically generated content (images)?
I'm using a PHP script to generate and output an image to the browser. What would be the best approach to handle caching?
In the PHP script, I can determine the last-modified, expires, and etag ...
0
votes
2answers
47 views
Values from dynamically produced checkboxes
I am trying to get the values of a dynamically created set of checkboxes in PHP but apparently I couldn't get it. The source codes are below.
The "managestaff.php" page would allow searching for ...
0
votes
1answer
274 views
ASP.NET (C#) - click event for dynamically generated ImageButtons
in my website I'm generating seven ImageButtons from which only one (random) is enabled. I want to generate for that button a click event that is triggered only when a specific key combination is ...
0
votes
1answer
76 views
Jquery Autocomplete looping
I want to attach autocomplete to dynamically generated input boxes.
I am able to do this with those who are generated from outside events(such as the click of a button).
BUT
in the required case, the ...
0
votes
0answers
35 views
Dynamically fill field with jQuery to pass to Sinatra
I'm making a tumblelog engine, and the URL's for creating a new post are in the form of /posts/new#type. Based on this, I can change what form is displayed, what tab highlighted, et cetera. But I need ...