Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
out DT_Page in Multipage dialogs
#1
Hi Gintaras,
How do I get a return on the current Page
I use
Code:
Copy      Help
DT_Page hDlg index [~map] [flags]
to set the page but am currently then setting a global variable for what index I put in. Is there a way to just directly check this via a function? I guess it gets complicated because of the string map but it's tokenized. I guess the best would be to be able to return both the index in the string map and then the grouped elements within the map for that index i.e.

Code:
Copy      Help
str Map = "(0 7) 1 2 (0 3) 4 (0 7 5) (6 7) (0 7) (7 8) (7 9) (7 10) (7 11) (7 12) (7 13) (7 14) (7 15) (16 17)"

I guess if I can get the first, I can then parse the second.
Thanks!
S
#2
DT_Page does not save any info, just hides/shows controls.
Use a thread variable. Or get index from the control (listbox, tab, etc) that switches pages.
#3
makes sense, thanks!,
S


Forum Jump:


Users browsing this thread: 1 Guest(s)