Search found 151 matches

by migro
Fri Mar 04, 2011 11:48 pm
Forum: Technical / Scripting
Topic: Ver 12 Dialogs
Replies: 8
Views: 9493

mtettmar wrote:
2: As the browse displays the standard Windows Explorer interface you can just right click anywhere and select New->Folder as you would in Windows Explorer
Ist it possible that "New->Folder" in the context menu is only available in Win7? I miss it at XP (sp3) systems.
by migro
Mon Jan 10, 2011 1:02 am
Forum: Technical / Scripting
Topic: Set V12 dialog to noresize
Replies: 11
Views: 8729

I can not remember this problem happened in the last time. But I also haven't desinged new dialogs, only made some minor changes at existing dialogs.
by migro
Wed Nov 10, 2010 12:53 pm
Forum: Technical / Scripting
Topic: Set V12 dialog to noresize
Replies: 11
Views: 8729

Hi Marcus, thx for the hint. Changes to the dialogform itself, made in the dialogdesigner are not persistent. I need to add: BorderStyle = bsDialog manually in the code. Changes to other dialog objects made in the dialogdesigner are saved without problems. Here is my dialog code: Dialog>Dialog1 obje...
by migro
Wed Nov 10, 2010 1:34 am
Forum: Technical / Scripting
Topic: Set V12 dialog to noresize
Replies: 11
Views: 8729

Set V12 dialog to noresize

Is there an option to set new dialogs non resizeable?
Something like: "Resize = 0" in old dialogs?
I searched the help and the forum but can not find any hint.
by migro
Mon Nov 01, 2010 10:51 am
Forum: Technical / Scripting
Topic: Page control and Tab pages
Replies: 3
Views: 4168

sry, double sended.
by migro
Mon Nov 01, 2010 10:49 am
Forum: Technical / Scripting
Topic: Page control and Tab pages
Replies: 3
Views: 4168

Hi and Thanks.

really nice effect, but in this case also the background of the dialog ist transparent. What I'm looking for, have been also in Your code.

Code: Select all

RGB>255,255,255,aColor
   SetDialogObjectColor>Dialog1,,aColor
by migro
Mon Nov 01, 2010 12:44 am
Forum: Technical / Scripting
Topic: Question on SkipLabel
Replies: 1
Views: 2734

Question on SkipLabel

I tried to use SkipLabel to jump out of a subroutine but the script jumps not to the label: "NoValidID" where a message should be displayed, it jumps every time to the beginning of the script. Any ideas? SRT>GetPatData GetDialogProperty>Dialog1,SrcPatID,Text,strSrcPatID IF>{(%strSrcPatID% ="") OR (%...
by migro
Mon Nov 01, 2010 12:03 am
Forum: Technical / Scripting
Topic: Ver 12 Dialogs
Replies: 8
Views: 9493

So, after digging a little bit into the new Dialogmanagement, I must say that it eases much things what are before very difficult.

When creating new scripts its very nice (When changing dialogelements in old scripts I will do this in the old dialog code directly :twisted: )
by migro
Sun Oct 31, 2010 3:27 pm
Forum: Technical / Scripting
Topic: Page control and Tab pages
Replies: 3
Views: 4168

Page control and Tab pages

I created the first time a V12 Dialog, because old Dialogs will be updated if changed anything by the dialogdesigner. Now I encountered a problem, how to set page control and the tab pages to transparent (because I'm using a background Image in all my dialogs ;-) Is it possible to get them transpare...
by migro
Sat Oct 30, 2010 6:47 pm
Forum: Technical / Scripting
Topic: Ver 12 Dialogs
Replies: 8
Views: 9493

For myself I'm not happy with this "feature" turning old, working Dialogs into new once and nothing works anymore! I'm using very complex dialogs and a lot of variables in the dialogs and now when I change one element with dialog designer, what costs me normally only a few seconds all is messed up a...
by migro
Mon Apr 05, 2010 5:43 pm
Forum: Technical / Scripting
Topic: Getting a List of all available SQL Server instances
Replies: 2
Views: 11396

Solution found. The corrected code looks like this now: //////////////////////////////////////////////////////////////////////////////////////////// // Get SQL Server Instances // //////////////////////////////////////////////////////////////////////////////////////////// Let>strInstNames=SOFTWARE\M...
by migro
Mon Apr 05, 2010 12:03 am
Forum: Technical / Scripting
Topic: Getting a List of all available SQL Server instances
Replies: 2
Views: 11396

Getting a List of all available SQL Server instances

I've embedded a little VB-script to retreive a list of all SQL Server instances on a x64 OS. When I run the vbs-file directly all its OK. Embedded in MS it returns an "invalid parameter" error. The error occurs in this Line: "objCtx.Add "__ProviderArchitecture", RegType". Without this Line the scrip...
by migro
Thu Mar 25, 2010 7:52 am
Forum: Technical / Scripting
Topic: Accessing a com-server
Replies: 2
Views: 3008

Thanks for the suggestion.

I done in a little bit other way. I use LibFunc> to access a new "helper.dll" to pass my requests to the com-server.
by migro
Mon Mar 22, 2010 9:01 pm
Forum: Enhancement Suggestions
Topic: Suggestion for RegistryReadKey64 enhancement
Replies: 4
Views: 7574

Thanks for the information. If You need someone for testing this enhancement on several systems send me a short mail.
by migro
Sat Mar 20, 2010 3:46 pm
Forum: Enhancement Suggestions
Topic: Suggestion for RegistryReadKey64 enhancement
Replies: 4
Views: 7574

Is it possible to tell when this this option would be integrated/available? :wink:
Sign up to our newsletter for free automation tips, tricks & discounts