marty Professional Member


Joined: 10 May 2001 Posts: 789
|
Posted: Fri Feb 27, 2009 4:19 pm Post subject: VDS 6 + Extensions on SHOWMODAL dialogs |
|
|
Hello,
Well I am the proud owner of VDS 6 now, but noticed something weird when using extensions that should show an object on a SHOWMODAL dialog. When using either VDSOBJ objects or the calender DSU from code script, the objects don't show on the SHOWMODAL dialog, but it does with VDS 5 (or using VDS 5 standard exe within VDS 6)
Example with VDS 5:
Example with VDS 6:
This is the code I use:
| Code: | DIALOG CREATE,Select start date,-1,0,250,225,NOMIN,CLASS XT_EXT,COLOR WHITE
%%Calend = @Calendar(Create,#XT_EXT,20,5,auto,auto,WEEKNUMBERS)
DIALOG ADD,TEXT,TEXT1,191,4,,,Closing this dialog will set the selected START date
DIALOG SHOWMODAL |
Any idea if this is a bug or some sort of syntax changes?
Thanks,
[/img] |
|