|
|
#1 |
|
Junior Member
Join Date: Oct 2006
Posts: 27
|
Install Options: Save Question
Hi,
i am searching for the easiest way to save the data in the Labels and restore them while switching between the boxes. My Custom Page: ![]() Every Checkbox on the left side have their own labels. I hope I have expressed myself clearly enough and you understand what I mean. Thanks in advance |
|
|
|
|
|
#2 |
|
Forum King
Join Date: Mar 2006
Location: Ath. GR
Posts: 2,078
|
I'm not really sure if I got your point.
Compile and examine the code below to see if it could help you do what you're looking for. code: Quick AVI Creator - Quick and easy convert from DVD/MPEG/AVI/MKV to AVI/MP4/MKV Quick AVI Creator entirely edited with NSIS and entirely upgraded to Unicode NSIS |
|
|
|
|
|
#3 |
|
Junior Member
Join Date: Oct 2006
Posts: 27
|
First I want to thank you for writing the code for me.
But unfortunately this isn't what I want to do. But I think I didn't express myself good enough. You're reading the text of the checkbox and send it to the label using SendMessage. I want to save the text in the labels separate for every checkboxes. I will try to make an example: If I type "This is a test 1" into CB_1_1 and "This is a test 2" into CB_1_2 and I select another CheckBox the labels should disappear empty. Now you type some other text into the labels. If I select CB_1 again the text I type in before ("This is a test 1" & "This is a test 2") should be restored. I hope you understand me now. |
|
|
|
|
|
#4 |
|
Forum King
Join Date: Mar 2006
Location: Ath. GR
Posts: 2,078
|
I understand you :-)
I believe the provided above code example would help you understand the NOTIFY flag and therefore manage those things that you're looking for. It's just a few steps forward. Quick AVI Creator - Quick and easy convert from DVD/MPEG/AVI/MKV to AVI/MP4/MKV Quick AVI Creator entirely edited with NSIS and entirely upgraded to Unicode NSIS |
|
|
|
![]() |
|
|||||||
| Thread Tools | Search this Thread |
| Display Modes | |
|
|