Page 1 of 3 123 LastLast
Results 1 to 10 of 28

Thread: Clarion 3rd-party developers: Don't panic (January 21, 2014)

Hybrid View

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

    Default Clarion 3rd-party developers: Don't panic (January 21, 2014)

    Clarion 3rd-Party Developers:

    My InBox is full <g>. Quite a few 3rd-party developers are still in "panic
    mode" because they have "lost" their Clarion 9.0 uninstall entry and their
    Clarion 9.1 'auto-detect' capability after installing Clarion 9.1
    pre-release #10638.

    Please be patient and wait for the Clarion 9.1 update :-) You'll only have
    to uninstall the 'initial' C9.1 pre-release and SetupBuilder's magic will
    bring back your C9.0 items, including 'auto-detect' capability. After that,
    install the new C9.1 beta and you are done.

    Please do not (DO NOT!) try to fix it on your own (e.g. manipulate registry
    entries, "cut and past" Clarion folders, etc.).

    Friedrich

    --
    Friedrich Linder
    Lindersoft
    www.lindersoft.com
    +1.954.252.3910

    --Helping You Build Better Installations
    --SetupBuilder "point. click. ship"
    --Create Windows 8 ready installations in minutes
    --Official COMODO Code Signing and SSL Certificate Partner

  2. #2

    Default Re: Clarion 3rd-party developers: Don't panic (January 21, 2014)

    http://www.youtube.com/watch?v=L3HQMbQAWRc

    :-)

    Charles


    --
    -------------------------------------------------------------------------------------------------------
    Charles Edmonds

    cjeByteMeSpammers@lansrad.com (remove the "ByteMeSpammers" to email me)
    www.clarionproseries.com - ProScan, ProImage, ProPath and other Clarion
    developer tools!
    www.ezchangelog.com - "Free ChangeLog software to manage your projects!"
    www.setupcast.com - "A revolutionary new publishing system for software
    developers - enhanced for SetupBuilder users!"
    www.pagesnip.com - "Print and Save the Web, just the way you want it!"
    www.ezround.com - "Round Corner HTML tables with matching Banners, Buttons
    and Forms - Now with PNG support!
    www.lansrad.com - "Intelligent Solutions for Universal Problems"
    www.fotokiss.com - "World's Best Auction Photo Editor"
    -------------------------------------------------------------------------------------------------------

  3. #3

    Default Re: Clarion 3rd-party developers: Don't panic (January 21, 2014)

    Hehehehe

    Friedrich

  4. #4

    Default Re: Clarion 3rd-party developers: Don't panic (January 21, 2014)

    Could you manipulate your inbox like this :

    IF PanicModeEmail
    SendTo_NG_ReadMyPost
    ELSE
    xxxxxx
    END

    <g>

    sitting tight after learning all this here yesterday.

    --
    JP
    __________________________________________________ _____

    For those who do not understand ... : "Qui bene amat bene castigat."
    __________________________________________________ _____

    DMC - Data Management Center : a tool to let you Migrate Import Export
    Transfer your Data
    www.dmc-fr.com

  5. #5

    Default Re: Clarion 3rd-party developers: Don't panic (January 21, 2014)

    <G> ;-)

    Friedrich

  6. #6

    Default Re: Clarion 3rd-party developers: Don't panic (January 21, 2014)

    Friedrich

    In the script language
    Anyway to get todays date without having to call a clarion DLL?
    What I would like to do is use my version number and add todays date as the
    the SB
    compile date for the SB exe name. Example 200_012114.exe

    Dan

  7. #7

    Default Re: Clarion 3rd-party developers: Don't panic (January 21, 2014)

    Dan,

    > In the script language
    > Anyway to get todays date without having to call a clarion DLL?
    > What I would like to do is use my version number and add todays date as
    > the
    > the SB compile date for the SB exe name. Example 200_012114.exe

    In the script language to retrieve the current date at installer runtime
    (not what you are looking for): "Get System Info -> Current Date"

    At compile time from the pre-processor:

    http://www.lindersoft.com/projects/currentdate2.zip

    1. Use a compiler variable value in the Executable Name entry field, for
    example: 200_[CURRENTDATE].exe

    2. From the pre-processor, call a helper executable (writecurdate.exe ->
    ..sb8 source code project included) to write the current date into a
    temporary file. You can change the date format in "writecurdate.sb8" if you
    want.

    3. Read the date into the [CURRENTDATE] compiler variable.

    That's it :-) If you compile the getdate.sb8 demo project today, the
    resulting executable is named "200_20140121.exe"

    Friedrich
    Attached Images Attached Images    

  8. #8

    Default Re: Clarion 3rd-party developers: Don't panic (January 21, 2014)

    The ability to write little utilities and add-ons is one of the unsung gems
    of SB.

    I've even used it to write a little thing to use as an add-on to a piece of
    commercial medical software that accepts a couple of parameters from the
    host program, massages them into a login URL, and opens a medical
    information website. No wizard screens, just simple functionality and under
    150K in size with no runtime DLLs required.

    Jane

  9. #9

    Default Re: Clarion 3rd-party developers: Don't panic (January 21, 2014)

    Sing it!

    >
    >The ability to write little utilities and add-ons is one of the unsung gems
    >of SB.

    Jeff Slarve
    www.jssoftware.com
    www.twitter.com/jslarve
    I'll search help files & Google for you.

  10. #10

    Default Re: Clarion 3rd-party developers: Don't panic (January 21, 2014)

    > The ability to write little utilities and add-ons is one of the unsung
    > gems of SB.
    >
    > I've even used it to write a little thing to use as an add-on to a piece
    > of commercial medical software that accepts a couple of parameters from
    > the host program, massages them into a login URL, and opens a medical
    > information website. No wizard screens, just simple functionality and
    > under 150K in size with no runtime DLLs required.

    Wow! Very cool :-)

    Friedrich

Thread Information

Users Browsing this Thread

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

Posting Permissions

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