Indigo Rose Software

Professional Software Development Tools

 
Results 1 to 7 of 7
  1. #1
    Join Date
    Jan 2001
    Location
    Anderson Island, WA, USA
    Posts
    2,863

    Hiding text box (user info)

    I tried the CONTROL_HIDE trick for checkboxes on a text box (user info screen) but it didn't work -- is there a way to hide a text box?

  2. #2
    Join Date
    May 2000
    Location
    Indigo Rose Software
    Posts
    2,150
    Sorry Jassing I am not sure what you are asking. Please clarify and I will do my best to help you out.

    Adam Kapilik

  3. #3
    Join Date
    Jan 2001
    Location
    Anderson Island, WA, USA
    Posts
    2,863

    not showing an edit box.

    you can set a checkbox varaible to CONTROL_HIDE or CONTROL_DISABLE this will hide (not visible) or disable the checkbox associated with that checkbox.

    Now; On the "user information screen" -- i have 3 fields

    Name
    company
    User ID

    For "eval" versions we send out; i want that Userid field to not be there -- aka "CONTROL_HIDE" it; but setting it's variable to CONTROL_HIDE does not work.

    is there a way to dynamic disable fields in the User info or other screens that involve text box type input?

  4. #4
    Join Date
    Oct 2001
    Location
    Norway
    Posts
    939
    I haven’t experienced troubles with CONTROL_DISABLE and CONTROL_HIDE, but differently with TRUE/FALSE . Even with v6.0.1.3 I have had this situation: In the design windows I set the radiobutton to Checked, but its position isn’t saved and not reflected in the preview window. I have to change the default state in the preview window. But I can’t replicate it now…

    If you DISABLE checkbox1, it will have it’s initial state (checked/unchecked). I can’t dynamically decide the status CHECKED/DISABLED at runtime.

    If you first assign DISABLE to the checkbox variable and then assign TRUE, the checkbox (at runtime) will be checked and enabled.

    Since Jassing has encountered another situation, there might be something odd with this screen?

  5. #5
    Join Date
    May 2000
    Location
    Indigo Rose Software
    Posts
    2,150
    This is not possible using Setup Factory 6.0 as it stands. The CONTROL_DISABLE and CONTROL_HIDE options are only available on the 12 checkbox screen. This is the type of flexibility that we plan to add to future versions of Setup Factory.

    For now Jassing you could create 2 screens and use a screen condition to show the appropriate screen.

    Adam Kapilik

  6. #6
    Join Date
    Jan 2001
    Location
    Anderson Island, WA, USA
    Posts
    2,863

    disable text boxes...

    thanks for the info -- that's what I did (two screens)
    but then when "text changes" or before/after code--- it's just more mainteince (almost be good reason to have 'sub routines' located elsewhere that could be called ....)

    Anyway; glad to hear it's in the works....

    Thanks
    -josh

  7. #7
    Join Date
    Oct 2001
    Location
    Norway
    Posts
    939
    Sorry, Jassing talked about “checkbox tricks”, not checkboxes. Obviously Adam gave the appropriate answer.

Posting Permissions

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