View Full Version : make Dialog like form
coffeeworm
11-23-2006, 01:06 AM
:huh Don't know whether can attain this matter?
How can I make Dialog like form.
It means multiple input column in the dialog. Even include a picture,icon or flash file.
Intrigued
11-23-2006, 01:27 AM
One way (I have used myself) is to create a second executable (.exe) that contains this funtionality and pass the information via INI (.ini), Text (.txt), or the Registry. Then the parent application can check one of these files types for information after the helper (application with the form) has been exited.
Let me add as a tip... that you may want to run the second application (with the icon set to "hidden") to run as soon as the parent application loads. Then when the time comes to show it... it will not take as long to load (just Restore it).
coffeeworm
11-23-2006, 01:48 AM
Thanks for your response :cool
but I hope to use the same of program.
Certainly, this is the problem that shows concern about speed.
So, I still hope to have the function that the method can improve Dialog.
Seem the xDialog give me another viewpoint.:yes
Again thankful
Intrigued
11-23-2006, 01:55 AM
I know this funtionality has been requested before by a few of us now. To "child" windows to the "parent".
Here is a very simple example .exe to show you the speed (and this was without having the the "helper" app. load with the "parent" app.:
http://www.amsuser.com/ams/examples/Parent App..exe
usernameCasper
11-23-2006, 02:35 AM
You also could use a new page for that.
Make a new page named "Create Wizard", pageAttributeName is for example page2.
Then when people click in your app on the item Help, they jump to page2.
You also can set window size, so it look more professional.
Sincerely,
Casper
Intrigued
11-23-2006, 02:50 AM
That works great as long as one does not want the professional look of a popup window to take the form data.
coffeeworm
11-23-2006, 06:28 AM
You also could use a new page for that.
Make a new page named "Create Wizard", pageAttributeName is for example page2.
Then when people click in your app on the item Help, they jump to page2.
You also can set window size, so it look more professional.
Thank your solution.
but I hope to have professional appearance.
If use two AMS exe and will let the program become big.
So,I want to making use of the dialog reaches a target that multiple window.:rolleyes
Here is a very simple example .exe to show you the speed (and this was without having the the "helper" app. load with the "parent" app.:
http://www.amsuser.com/ams/examples/Parent App..exe
Off Topic: I just for fun downloaded this exe witnin my Fedora Core 6 enviroment and doubleclicked it. Guess what? It opened and worked flawless! Even the sounds! God bless Wine!
usernameCasper
11-23-2006, 09:37 AM
I dont know if AMS supports advanced dialogs, but you can use:
1) xDialog
2) Page.Jump
3) import an .dll-file (programmed in another language)
4) or whatever :p
God bless Wine!
yes, I think so, it's nice, red as white ;)
Kind Regards,
Casper
Intrigued
11-23-2006, 11:58 AM
Off Topic: I just for fun downloaded this exe witnin my Fedora Core 6 enviroment and doubleclicked it. Guess what? It opened and worked flawless! Even the sounds! God bless Wine!
I have not used Fedora Core since version 4. That sounds very interesting to say the least.
Well it's not much about Fedora as much it's about Wine... but whatever.
Back to topic... yes, custom designed child forms support was suggested
several times across this board and we all hope to see them in the APMS 7.
coffeeworm
11-23-2006, 06:08 PM
custom designed child forms support was suggested
several times across this board and we all hope to see them in the APMS 7.
I think of also is so.
See, only can wait for AMS7.
Thankful everyone's response.:D
Intrigued
11-23-2006, 06:42 PM
There are "owned" and there are "child" windows. Child windows are modal to the parent window. A well known example of an "owned" window would be a popup that can be anywhere on the screen. My point being that it would be nice to have child and owned versions we can access.
:yes
vBulletin® v3.8.4, Copyright ©2000-2009, Jelsoft Enterprises Ltd.