Indigo Rose Software

Professional Software Development Tools

 
Results 1 to 9 of 9
  1. #1
    Join Date
    Nov 2004
    Posts
    41

    Dialoge.Input with multiple lines

    Dialoge.Input with multiple lines

    Is this possible?

    For use with things like entering username / password combinations.

    Any ideas?

  2. #2
    Corey is offline Indigo Rose Staff Alumni
    Join Date
    Aug 2002
    Posts
    9,746
    Hi, the input dialog isn't equipped for that. For a password/username combo simply use two input dialogs, i.e. ask for the username and then the password. Typically it is standard design practice to use two input objects for password combos, not a single multiline input. Hope that helps.

  3. #3
    Join Date
    Nov 2004
    Posts
    41
    Hi Corey,

    Thanks, but what I had in mind was more then the user/pass combo.
    I need to input 3 or 4 fields in a popup style input box i.e name, user, password, authentication No. etc.

    Could be a usefull addition to the releases/plugins one day...

    Thanks again,
    Joe

  4. #4
    Corey is offline Indigo Rose Staff Alumni
    Join Date
    Aug 2002
    Posts
    9,746
    Don't forget you can easily create a second app, i.e. with several input boxes, which you can launch from your main app as a pop-up, i.e. similar to the authorization tools you see in most new software. There's several ways you can pass back data from that second app to your main app, i.e. write it to a text file, etc. This gives you maximum flexibility of your look and layout, and it also allows you to add encryption to your input.

  5. #5
    Join Date
    Nov 2004
    Posts
    41
    Again, Thank you,

    The drawback to the another app method is space, it will increase the size of the original app by more then a meg.

    Regretfully, size is a major issue for me.

    Thanks for the advice

    Joe

  6. #6
    Corey is offline Indigo Rose Staff Alumni
    Join Date
    Aug 2002
    Posts
    9,746
    Might be a good job for an .hta application. I'm no expert though, here's an overview:
    http://msdn.microsoft.com/library/de...taoverview.asp

  7. #7
    Join Date
    Apr 2004
    Location
    Vancouver, Canada
    Posts
    1,790
    Version 6.0 might make this a bit easier, well at least look better. Because you can resize the window when you open a page you could create your password dialog page with what ever fields and buttons you want and have it resize to what ever size you want 9as small as possible) and customize it so it looks like a popup dialog. On your main page you would have a button that jumps to your password dialog. Because it resizes it will look like a different screen

    I know your main page will disapear when your dialog page opens but that's not a big deal. It's not perfect but it is simple and it keeps it all in one application and keeps the coding as simple as possible.

    I had hoped we could have popup pages in 6.0 oh! well maybe 7.0

    Of course if your project can't wait till 6.0 is out then forget what what I said.
    Dermot

    I am so out of here

  8. #8
    Join Date
    May 2003
    Location
    Pendleton, Oregon
    Posts
    1,038
    Quote Originally Posted by Dermot

    Of course if your project can't wait till 6.0 is out then forget what what I said.
    Or you can get Worm's SetMask dll, and do it today.

    Good idea Dermot.
    Add-ons for AMS. Toolbar Buttons Galore, System Animations, the Window Construction Kit, and more.
    Visit Acme-Tek

  9. #9
    Join Date
    Nov 2004
    Posts
    41
    Thank you for all the advices

    Joe

Similar Threads

  1. Multiple lines
    By GMan in forum TrueUpdate 2.0
    Replies: 5
    Last Post: 05-31-2005, 01:43 PM
  2. open email using multiple body lines
    By chad in forum Setup Factory 7.0
    Replies: 16
    Last Post: 01-11-2005, 08:23 AM
  3. Multiple lines in tooltips
    By markstaylor in forum AutoPlay Media Studio 5.0
    Replies: 7
    Last Post: 12-05-2004, 11:41 AM
  4. Default text in edit field - Multiple edit screen
    By Romahe in forum Setup Factory 6.0
    Replies: 1
    Last Post: 12-18-2001, 01:01 PM

Posting Permissions

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