Search found 151 matches

by migro
Tue Jan 03, 2012 3:24 am
Forum: Technical / Scripting
Topic: Browsedialog without the need of an Browse-Button
Replies: 6
Views: 6542

Thanks a lot - You are great :wink:

Sorry, haven't tried to put:

Code: Select all

SetDialogProperty>Dialog2,BtnSelectVersion,InitialDir,dirToBrowse
outside of the subroutine.
by migro
Mon Jan 02, 2012 10:30 pm
Forum: Technical / Scripting
Topic: Browsedialog without the need of an Browse-Button
Replies: 6
Views: 6542

Hi,

doesn't work. I tried it in all variations I can mentioned.
by migro
Mon Jan 02, 2012 7:30 pm
Forum: Technical / Scripting
Topic: Browsedialog without the need of an Browse-Button
Replies: 6
Views: 6542

Hi Dick, Happy new year - hope You are well. Thanks a lot. Now I understand much better how dialog objects work. Still got a little Problem. I like to pass a initial Dir. If I do it in the Subroutine e.g.: SRT>VersionBrowse SetDialogProperty>Dialog2,BtnSelectVersion,DoBrowse,True SetDialogProperty>D...
by migro
Mon Jan 02, 2012 6:58 am
Forum: Technical / Scripting
Topic: Browsedialog without the need of an Browse-Button
Replies: 6
Views: 6542

Browsedialog without the need of an Browse-Button

Hi,

Is there a possibility to get direct a File-/Directory Browse-Dialog without the need of creating/clicking an dialog button or creating in input dlg?

So what I need to do is, in a certain part of the script offer the user the possibility to browse for a directory.
by migro
Sun Jan 01, 2012 10:45 pm
Forum: Technical / Scripting
Topic: IfDirexists and UNC paths under Win7
Replies: 2
Views: 3546

Hi Marcus,

can You confirm this or do You got any suggestions?
by migro
Sat Dec 31, 2011 1:57 am
Forum: Technical / Scripting
Topic: Not possible to disable TabSheet(s)
Replies: 1
Views: 2207

Hi,

Sorry for unnecessary post. Found the clou inbetween.
The disabled tabsheet can be clicked, but all the dialogelements inside are disabled... ;-)
by migro
Sat Dec 31, 2011 12:40 am
Forum: Technical / Scripting
Topic: Not possible to disable TabSheet(s)
Replies: 1
Views: 2207

Not possible to disable TabSheet(s)

Hi, The object properties of tabsheets can be set to: Enabled = False, but this does not seems to work. The Tabsheet is still clickable. SetDialogProperty>Dialog1,Page2,Enabled,False also don't works. Only the whole Pageontrol can be dis- or enabled. //Set IGNORESPACES to 1 to force script interpret...
by migro
Wed Dec 28, 2011 4:05 pm
Forum: General Discussion
Topic: Is it possible to minimize a dialog to the taskbar?
Replies: 16
Views: 39446

Got some additional information.

When clicking once at one of the two taskbar tabs, the second one disapears.
by migro
Wed Dec 28, 2011 3:42 pm
Forum: General Discussion
Topic: Translators Needed
Replies: 3
Views: 18121

Hi Marcus,

found this old thread.

Are You still interested in localizing Macro Scheduler?

If Yes, we might can help You with some german translations.
by migro
Wed Dec 28, 2011 2:22 am
Forum: Technical / Scripting
Topic: IfDirexists and UNC paths under Win7
Replies: 2
Views: 3546

IfDirexists and UNC paths under Win7

I got a strange behavior with IfDirExists and UNC paths under Win7. Although the path does not exist, this is not recognized by IfDirExists. IfDirExists>\\localhost\PDATA\ #IfFileExists>\\localhost\PDATA\XAB.ini MessageModal>OK ELSE MessageModal>NoGood ENDIF With "IfFileExists" an unexisting unc pat...
by migro
Tue Dec 27, 2011 10:43 pm
Forum: General Discussion
Topic: Is it possible to minimize a dialog to the taskbar?
Replies: 16
Views: 39446

Hi, think I responded a little bit to early. It worked well with the dialog sample from Marcus. When I compiled my dialog (with some tabs and dialog handlers) it didn't work as expected. I stripped down the code of my dialog and I found the piece where it goes miss, but I haven't any idea why. I use...
by migro
Tue Dec 27, 2011 8:38 pm
Forum: General Discussion
Topic: Is it possible to minimize a dialog to the taskbar?
Replies: 16
Views: 39446

Hi Jpuziano,

thanks a lot for the hint - it works.

I never used "/hide" before, because I didn't got the clou from the help text and thought it will hide the dialog window itself.... ;-)
by migro
Tue Dec 27, 2011 7:01 pm
Forum: General Discussion
Topic: Is it possible to minimize a dialog to the taskbar?
Replies: 16
Views: 39446

With a compiled macro based on Marcus sample settings above I got 2 tabs in the taskbar, when running the *.exe. Can anyone confirm this? The tab named: "Macro Sheduler" got only the icon shown inside, the tab named: "CustomDialog" represent the dialog. http://www.dentacs.com/download/DoubleTabs.png...
by migro
Sat Apr 16, 2011 5:58 pm
Forum: Technical / Scripting
Topic: Custom Icon doesn't shows up in title bar
Replies: 1
Views: 2818

Tanks for all the views.

The behavior was related to the borderstyle settings.
When set to bsDialog the Icon disapeared.

I'm using now bsSingle, because I need a dialog what's not resizeable. Does anybody got an description for the several values for the borderstyle?
by migro
Sat Mar 19, 2011 7:45 pm
Forum: Technical / Scripting
Topic: Custom Icon doesn't shows up in title bar
Replies: 1
Views: 2818

Custom Icon doesn't shows up in title bar

Maybe it's a simple question, but haven't find a solution so far. Using MS<V.12 always the icon specified was shown in the dialog title of a compiled macro. In the new version I can not get this working. I'm using a dialog with 2 tabsheets. In the dialogdesigner the default icon is still shown. Afte...
Sign up to our newsletter for free automation tips, tricks & discounts