I am having the following issue:
I have created a script that runs fine through MS, I compile it and it runs fine on the same PC, but when I move the compiled version to another PC it runs (seems to) but does not display the Tabbed menu. This is the first time I have used the tabs in a menu and it maybe me, but I don't know what to look for. Below is the meun section and how I am calling it. I'm sure the error is there somewhere. Any ideas
Dialog>folderdiaog
Caption=Licensed to %License%
Width=490
Height=399
Top=133
Left=1300
Max=1
Min=1
Close=1
Resize=1
TabBook=msTabBook1,0,0,482,365,1
TabPage=Main
Image=FOLDER_SELECTION_DATA,-5,-7,491,347,msImage1,0
Edit=spath,24,176,425,%lastopenfolder%
Button=Exit,240,283,75,25,2
Button=Output Folder,24,200,425,25,0,
Button=Continue,159,283,82,25,1
Edit=imagesfolder,24,112,425,%tiffbatch%
Button=Input Folder,24,136,425,25,0
CheckBox=includesub,Include Sub Directories,22,240,137,%processsub%
CheckBox=folderstuct,Duplicate Folder Structure,160,240,142,%replacefoldertree%
CheckBox=displaystat,Display Status,312,240,97,%DS%
CheckBox=textonly,Outout Text File Only,22,264,131,%TO%
CheckBox=delorgtif,Delete Origional Tiff File,160,264,153,%DOT%
Label=Enter the Root Folder to be processed,147,72,true
Label=it wil be created if it does not exist,158,89,true
Label=Copyright© eDocFile Inc. 2004-2008,150,313,true
TabPage=Advanced
Image=FOLDER_SELECTION_DATA,-5,-7,491,347,msImage2,0
Button=Exit,392,288,75,25,2
RadioGroup=msRadioGroup2,ASCII Output,28,72,137,185,Normal%CRLF%Upper Case%CRLF%Lower Case%CRLF%Strict ASCII%CRLF%Printable ASCII%CRLF%Custom,0
Edit=customcodes,29,290,257,%CC%
Button=Continue,318,288,75,25,1
Label=1. Normal - Standard Output most commonly used,180,95,true
Label=2. Upper Case - All text will be converted to Upper Case,180,122,true
Label=3. Lower Case - All text will be converted to Lower Case,180,149,true
Label=4. Strict ASCII - All character codes between 0 and 127,180,176,true
Label=5. Printable ASCII - character codes 10 and 13 plus 32,180,203,true
Label=to 126 are extracted,194,215,true
Label=Custom Characters - example 10%comma% 13%comma% 48-57,53,261,true
Label=6. Custom ASCII output - enter string below,180,230,true
Label=Copyright© eDocFile Inc. 2004-2008,150,320,true
Label=Advanced Output,260,72,true
Label=would return numbers only,88,273,true
EndTabBook
FileBrowse=Output Folder,spath,|*.*|,dir
FileBrowse=Input Folder,imagesfolder,|*.*|,dir
EndDialog>folderdiaog
Show>folderdiaog
//GetDialogAction>folderdiaog,r
Let>folderdiaog.msRadioGroup2.ItemIndex=%rindex%
ResetDialogAction>folderdiaog
Show>folderdiaog
Label>folderdiaogLoop
GetDialogAction>folderdiaog,resultfolderdiaog
If>resultfolderdiaog=2,EOF
If>resultfolderdiaog=1,havefolderpath
Wait>0.1
Goto>folderdiaogLoop
Compiled script does not display Menu on a different PC
Moderators: JRL, Dorian (MJT support)
- Marcus Tettmar
- Site Admin
- Posts: 7395
- Joined: Thu Sep 19, 2002 3:00 pm
- Location: Dorset, UK
- Contact:
Not sure what you mean by tabbed menu. I don't see a menu on this dialog. I do see a tab control however, and it does display when I run it, although it is half way off my right hand monitor, so I only see half of it. That's just down to the hardcoded Left=1300 value.
Marcus Tettmar
http://mjtnet.com/blog/ | http://twitter.com/marcustettmar
Did you know we are now offering affordable monthly subscriptions for Macro Scheduler Standard?
http://mjtnet.com/blog/ | http://twitter.com/marcustettmar
Did you know we are now offering affordable monthly subscriptions for Macro Scheduler Standard?
Dual Monitors
I found the problem and I should have know better as I have done this before. I have dual monitors and I did not set it to Center the menu so on a regular monitor it was running but could not be seen.
Thanks for taking a look.
Thanks for taking a look.