04-16-2015, 07:15 AM
Hello, Gintaras~
Now I'm confusing dialog... I understand normal dialog to display variable but I don't in Smart Dialog
for example, I get variables from function() and display variable like
Elapsed time HH : MM : SS
bla bla bla...
I understand this but in Smart Dialog
case WM_INITDIALOG
??????
I don't understand...
again, Thanks Gintaras in advance...
Now I'm confusing dialog... I understand normal dialog to display variable but I don't in Smart Dialog
for example, I get variables from function() and display variable like
Elapsed time HH : MM : SS
bla bla bla...
function# A B C
str dd =
Begin Dialog
0....
3 TEXT ....
4 TEXT ....
....
End Dialog
str controls = "3 4 ..."
str A B C
A =
B =
C =
if(!Show.....
I understand this but in Smart Dialog
case WM_INITDIALOG
??????
I don't understand...
again, Thanks Gintaras in advance...