Results 1 to 6 of 6

Thread: Dialog ID Placeholder

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1

    Default Dialog ID Placeholder

    [Thursday, March 17, 2005 10:48 PM]

    The Dialog ID Placeholder is most cool. Is there, or will there be, a
    variable for it so we can use it in IFs like % SB DIALOGID% is used now?

    --
    Best regards,

    Mark

  2. #2

    Default Re: Dialog ID Placeholder

    [Friday, March 18, 2005 10:36 AM]

    Hi Mark,

    VERY good point. Added now!

    The compiler automatically "converts" the Dialog ID Placeholder to a
    constant.

    For example:

    Define Wizard Dialog: LICENSEDIALOG (License Agreement)

    You can now do the following:

    If %_SB_DIALOGID% Equals "$LICENSEDIALOG$" Then
    Yadayada
    End

    Very good idea, thank you!

    Friedrich

    --
    Friedrich Linder
    CEO, Lindersoft
    www.lindersoft.com
    1.954.252.3910

  3. #3

    Default Re: Dialog ID Placeholder

    [Saturday, March 19, 2005 12:41 AM]

    >Hi Mark,
    >
    >VERY good point. Added now!
    >
    >The compiler automatically "converts" the Dialog ID Placeholder to a
    >constant.
    >
    >For example:
    >
    >Define Wizard Dialog: LICENSEDIALOG (License Agreement)
    >
    >You can now do the following:
    >
    >If % SB DIALOGID% Equals "$LICENSEDIALOG$" Then
    > Yadayada
    >End
    >
    >Very good idea, thank you!

    Friedrich,

    Elegant solution. :} Thanks!

    --
    Best regards,

    Mark

  4. #4

    Default Re: Dialog ID Placeholder

    [Saturday, March 19, 2005 8:39 PM]

    Mark,

    Does it seem that programming in "SB5" may get to be more fun than
    programming in Clarion?? ;-)

    Jane

  5. #5

    Default Re: Dialog ID Placeholder

    [Saturday, March 19, 2005 10:41 PM]

    >Mark,
    >
    >Does it seem that programming in "SB5" may get to be more fun than
    >programming in Clarion?? ;-)

    Jane,

    After far too many years using WISE, I'm back to being a fat kid roll'n in
    mud on a rainy day. :}

    --
    Best regards,

    Mark

  6. #6

    Default Re: Dialog ID Placeholder

    [Saturday, March 19, 2005 11:39 PM]

    Waiting for the SB5 OOP scripts <g>

    --
    Russ Eggen
    www.radfusion.com

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Conditionally displaying a Select Install Folder dialog
    By NewsArchive in forum SetupBuilder - NNTP
    Replies: 2
    Last Post: 02-27-2006, 01:47 AM
  2. Changing features presented in custom dialog
    By GordonHolfelder in forum SetupBuilder
    Replies: 2
    Last Post: 06-06-2005, 11:22 PM
  3. Dialog processing
    By GordonHolfelder in forum SetupBuilder
    Replies: 1
    Last Post: 05-30-2005, 10:20 PM
  4. Conditional copy files
    By NewsArchive in forum SetupBuilder - NNTP
    Replies: 1
    Last Post: 02-22-2005, 01:59 AM
  5. Define Wizard Dialog ideas
    By sphair in forum SetupBuilder
    Replies: 2
    Last Post: 10-29-2004, 04:01 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •