Nice job and good explanation.
ReplyOriginally posted by: kirkb
My page's OnTimer() isn't getting called when the page is active, but IS getting called when it's inactive. Any ideas?
Reply
Originally posted by: Richard 'vajuras' Osborne
This is literally an anwser to a prayer. Thanks for this excellent code!!!!
ReplyOriginally posted by: Paul
Very nice control thankyou.
I have slightly reworked the example in the manner suggested by Mike Liss (2000/08/17), and the tab sequence through the controls works fine, with one exception.
If I change _pages_ by clicking on the page 1,2,3 buttons the program hangs. All other methods of navigating pages works fine.
I can resolve this by removing the "control" style setting from the dialog pages, but then loose correct tab control.
Does anyone have any ideas.
ReplyOriginally posted by: jay
This set of classes is exactly what I was looking for. One question though. When I run your demo in debug mode the exit code it 0x2 which by the definition of the MSDN says its a program error meaning one of the following:
1. A syntax error in the makefile
2. An error or exit code from a command
3. An interruption by the user
Any sort of errors worry me as it could possibly lead to problems with the program when in use though I haven't had any problems so far with it. Do you know the reason it's returning this and a way to fix it?
Thank you again for these classes.
- jay
edit: only occurs when using the close button in the upper right-hand corner of the main dialog box. Pressing cancel will return an exit code of 0x0
ReplyOriginally posted by: Liye Fang
If there is more than one place holder needed for my program what should I do then?
ReplyOriginally posted by: Saradhi
Hi,
One of the primary use of the Property Sheet is that the user can pass the values in and out of the property pages very easily.
How can you pass on the values of the parameters from the in and out of the pages.
For example I may have a page whhich contains some Edit Box and I'll set that Edit Box value.
I need to get the value of that Box when I closes this stacked dialog and I want to use it in my program basically this is a preferences dialog box.
Alos I wanted to pass some initila value to some of the control while activating this Stacked Dialog Box.
Anyone has the idea how to doit???
Expecting a quick response....
Originally posted by: AMW
Sometimes I think I should get an easier hobby.
What I'm trying to do is add the stacked dialogs to a dialog bar of an SDI application.
I'm pretty sure that I've typed everything correctly and the program compiles and links correctly, but when I run the app, my dialogs don't appear in the static control of the dialog bar.
As I'm still kind of new to MFC, any kind of help would really be appreciated.
Thanks in advance
Originally posted by: JC
Hi,
Anyone knows why error message "TStackedDialog base class undefined" is displayed after build?
ReplyOriginally posted by: Flair bar
This is realy a great one.
Keep on