PDA

View Full Version : DialogEX suggestion/question


jassing
09-24-2009, 10:47 PM
I wanted to have my own "Please wait" dialog pop up -- the statusdlg woud have worked, if it would have resized down to "Please wait" but ...

The problem is, of course, you cannot pop up this please wait and continue processing code.

It would be nice if there was a way to iniate a dialog that "stayed on screen" until I called for a response or closed it.

sort of

nHandle = DialogEX.Show("dlgPleaseWait")

do some processing

DialogEX.Kill( nHandle )

perhaps as a definition of the dialog itself "no user input" or "delayed user input" and then you could grab the response via dialogex.close()


------ or th question is:
Am I missing how I can accomplish this now?

RizlaUK
09-25-2009, 05:05 PM
------ or th question is:
Am I missing how I can accomplish this now?

WinAPI plugin will do the trick, or code a small dll to show/hide your dialog

jassing
09-25-2009, 05:17 PM
WinAPI plugin will do the trick, or code a small dll to show/hide your dialog

Thanks for the winapi suggestion.
I guess I should have been more specific... "anyway to do that now with DialogEx"

it just seemed (to me) to be an obvious extension of the DialogEx ....

thanks again for the winapi suggestion...

RizlaUK
09-25-2009, 05:31 PM
here, try this dll, if its what you need and want it edited just let me know

jassing
09-25-2009, 05:35 PM
here, try this dll, if its what you need and want it edited just let me know

Which dll? nothing attached, no direct url...

btw: your links in your signature go to what looks like a squat'd site.

RizlaUK
09-25-2009, 05:36 PM
soz, was in a rush and posted wrong post, lol


btw: your links in your signature go to what looks like a squat'd site.

yeah, i dident pay my hosting for a while and thay cut me off, D-Net Software is gone!!

jassing
09-25-2009, 05:48 PM
Nicely done!
Now, can you get it to load an image too?

I'm at a point where your solution is "good enough" to get the project out the door. but the client is using a funky font that they want everything in. rather than try to use fonts, I figure a box that just shows an image would be, albeit restricted, another "good enough" solution.

Thank you for that.. very nice & simple -- definately something to store for future.

RizlaUK
09-25-2009, 06:11 PM
load a image, not a problem

you just want a image container right, no text ?

jassing
09-25-2009, 06:17 PM
that'd be awesome... yes, just a image container, heck, no borders/titlebar etc... yes; THANK YOU!

I can paypal you over a few for a pint for two if you like.

RizlaUK
09-25-2009, 06:51 PM
cool, i PM,ed you the files :yes