The demand tag has no wiki summary.
0
votes
0answers
31 views
loading a google map when a particular zipcode is entered only (on demand)
I'm trying to show stores on a google map in a jquery dialog when a zipcode is entered by the user in the textbox.Right now the map with the store markers is showing just after the map with the ...
0
votes
1answer
94 views
ExtJS Class System without the UI ballast
ExtJS Class Handling is good to handle, but you have to pay it with the UI stack, loading all the unnecessary stuff (wich is very memory intensive, and slows down the browser load, I have trouble with ...
1
vote
1answer
158 views
closure compile load module by demand
I just find
java -jar Build\Tools\compiler.jar ^
--compilation_level=ADVANCED_OPTIMIZATIONS ^
--externs Build\jQuery.externs.js ^
--js Build\Output\Compiling.js ^
--js Script/Themes.lang.js ^
...
1
vote
0answers
40 views
Any strong whitepapers out there on the demand for ActionScript vs. JavaScript? [closed]
I'm looking for case studies or whitepapers on the current and/or future demand for flash/ActionScript vs. JavaScript. I have found a lot of personal opinions but I'm looking for statistics and hard ...
0
votes
0answers
318 views
How to start wcf service on demand by client call?
please give me some advice.
I searched hundred of Questions her on forum, but I'm not able to achieve what I want.
I have a web aplication with .svc file , which is linked to Wfc srevice. I olso have ...
4
votes
2answers
954 views
Designing an Inventory Demand Forecast System
Overstocked and understocked parts are becoming a problem for one of my clients. Purchase orders are submitted ~every two weeks. Delivery takes 1-2 weeks. My client keeps track of inventory records ...
1
vote
1answer
80 views
letter of demand or let it go - aged care software [closed]
I'm not sure if this is the place to ask for advice, but here goes.
About 2.5 years ago I wrote an application for an aged care group in collaboration with the clinical director of an aged care ...
1
vote
4answers
8k views
Does anybody know how to load data in ExtJS TreeGrid on demand?
I have found a good TreeGrid control in ExtJS library. But there is one thing, I have very big tree and I need the loading on demand.
Does anybody know how to load data in ExtJS TreeGrid on demand?
...
0
votes
1answer
580 views
Declarative security demands - Is SecurityAction.Demand cached?
I am having a trouble during impersonating a user. I have a method declared like this:
[PrincipalPermission(SecurityAction.Demand, Name=@"DJPITER-PC\Test", Role="LocalTestGroup")]
static void ...
3
votes
1answer
936 views
Understanding .NET's “SecurityAction” parameter for permissions
Can anyone explain the meaning of and purposes of the values for the SecurityAction enum?
The MSDN page is not terribly clear. It says LinkDemand occurs at just-in-time compilation whereas Demand ...