Hello There, Guest! (LoginRegister)

Post Reply 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
GlassDialog global class
Author Message
jhorlock Offline
Junior Member
**

Posts: 8
Joined: Nov 2009
Post: #1
GlassDialog global class
Hi

I'm trying to use the glassdialog, but called from another page or from a class i use to manage small processes.
I would really like to get the glassdialog working, but everytime i click on a button it hides the dialog box and all forms open for my application, and if i try and bring the form back to the front, its then unsable.

is there anyway to do this, or will i have to place the glassdialog on every page?

Thanks
John
07-12-2009 18:55
Find all posts by this user Quote this message in a reply
mirabyte Support Offline
Administrator
*******

Posts: 329
Joined: Jan 2009
Post: #2
RE: GlassDialog global class
Hi John,

GlassDialog is a modal dialog. Normally it should not have any influence on the order of your forms. Can you please describe your scenario a bit more precise so we can reproduce it?

Maybe it is enough if we add a paramter to pass over the handle of the form that is supposed to be the "parent" of the GlassDialog.

Regards,

mirabyte Dev Support
08-12-2009 00:06
Find all posts by this user Quote this message in a reply
jhorlock Offline
Junior Member
**

Posts: 8
Joined: Nov 2009
Post: #3
RE: GlassDialog global class
Hi

Sorry, must of been the end of my day.
I have fixed this issue i was having, by placing the glassdialog in a new form, rather than an existing form which could be hidden.

I'd just got stuck in a single train of thought.

Cheers

John
08-12-2009 10:25
Find all posts by this user Quote this message in a reply
Post Reply