Home AMX User Forum NetLinx Studio
Options

poppus

adysadys Posts: 395
Is there any equivalent for TPDesign "hide popups on page" command in nexlinx code?

And why I have to give for the hide group command a specific page name and not the group name?

thanks

Ady.

Comments

  • Options
    mpullinmpullin Posts: 949
    adys wrote:
    Is there any equivalent for TPDesign "hide popups on page" command in nexlinx code?
    "'@PPA-<page_name>'"
    Close all popups on a page. If page name is empty, the command has no
    effect. (Same as a 'Clear Page' command in TPDesign 4)
  • Options
    funkyskierfunkyskier Posts: 48
    "'@CPG-<popup group name>'"

    Clear all popup pages from a specified popup group.



    Syntax:

    SEND_COMMAND <DEV>,"'@CPG-&lt;popup group name>'"



    Variable:

    popup group name = 1 - 50 ASCII characters.

    Name of the popup group.



    Example:

    SEND_COMMAND Panel,"'@CPG-Group1'"

    Clears all popup pages from the popup group 'Group1'.
  • Options
    John GonzalesJohn Gonzales Posts: 609
    Software History

    A good resource for referencing these commands can be found in Software History. It can be launched separately, or you can find it in Netlinx Studio under Tools->Software History. Look up the model number of the touchpanel you're using, then you'll see the command sets that are available for it. It can be an invaluable resource.

    --John
  • Options
    adysadys Posts: 395
    Thanks guys!

    What will I do without this forum :)

    I looke at the modero 8400 manual and missed those commands.

    and good to know about the software history tool

    thanks again and have a greate weekend!

    :)

    Ady
  • Options
    ericmedleyericmedley Posts: 4,177
    there is also the nuclear option

    '@PPX'

    will close all currently active popups.

    I use this one quite often because I commonly have 2-3 popups open at once.
  • Options
    SensivaSensiva Posts: 211
    Don't Forget this one also

    You guys always forget about PI, specially the online public version, it is awesome

    here
Sign In or Register to comment.