|
Rank: Advanced Member Groups: Member
Joined: 1/9/2009 Posts: 97
|
Hi I have a Few Questions.
Callback Panel:
- I was reading the Docs and found this Queue Mode Property with values of Keep All Keep Last and Discard All. I want o make sure my assumption is right. Is this mean when a user clicks a button that triggers the callback and then clicks it ethier again or a different button is this what it talking about handling these multiple Calls? and Whats the default for QueueMode as i cant find that.
DatePicker:
- I noticed if you type a 2 digit year like '79' it converts to '2079'. Can you guys see if it wouldnt be too much to add to have a property to set the Century thats used by the Datepicker. Becuase Datepickers are very common for Date of Birth and people usually typ 01/15/87 which is actually 1987 but the current DP makes it 2087. This will save on Validation time and handling.
New Release:
- Does my License that I have conver this new release as well? I just got it in Jan/Feb.
|
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,194
|
Hi,
As to your question:
1. QueueMode is to instruct CallbackPanel to queue up the second button click until the callback triggered by the first button click is done (meaning have gotten response from the server and also updated whatever it needs to update accordingly). I believe the default value for QueueMode is KeepAll. However that does not mean it will always keep your request, it keeps about 10 request at max and if you still try to pill request upon it it will start to drop it;
2. This makes sense. We will see if we can add that; The current workaround, needless to say, is to have user to enter the full year;
3. Yes. You can use the new version but not the new controls. If you wish to use the new controls, there would be an upgrade fee (I believe it's around $75);
Thanks!
|
|
Rank: Advanced Member Groups: Member
Joined: 1/9/2009 Posts: 97
|
OK, well im going to hold off on the upgrade for a bit just incase you come out with more controls lol. As for the DP feature i cant wait!.
Another question the Downloader can it do FTP Auth Download? if not that may be something to look into is an FTP Downloader/uploader control. I have a DLL that im working on that will do this. I may try to convert it to a Web Control if so do you guys purchase controls or have some kind of Developer Program?
|
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,194
|
Hi,
I believe the downloader does FTP auth download. As the name suggests, it does download only, no upload.
We can't response on purchasing your control publicly. :) But thanks for offering!
Thanks
|
|