Text Editor(and my other topic)
Posted: Sun Nov 08, 2015 12:13 pm
So, I started making a text editor, but there was my first, stupid problem - how to save the text?
You know, when you enter Notepad++ (for example) you write something, save the file and close it, when you open it again the text is there - it's saved.
I wanted to make the same thing, but didn't know how... 3 Days later I still have no idea xDDD
So, I made a String, but couldn't connect it to the TextArea and then make it save itself everytime I press the "Save" button. If you wanted to make an editor, how would you solve this problem? (Yes, it's a problem for me.. lol). I just want to connect both things and make the stupid button work...
I tried with the concat method, I tried other methods but none of them worked...
P.S.:
Also, would someone check this topic : viewtopic.php?f=4&p=91258&sid=aa2330d75 ... a66#p91258
You know, when you enter Notepad++ (for example) you write something, save the file and close it, when you open it again the text is there - it's saved.
I wanted to make the same thing, but didn't know how... 3 Days later I still have no idea xDDD
So, I made a String, but couldn't connect it to the TextArea and then make it save itself everytime I press the "Save" button. If you wanted to make an editor, how would you solve this problem? (Yes, it's a problem for me.. lol). I just want to connect both things and make the stupid button work...
I tried with the concat method, I tried other methods but none of them worked...
P.S.:
Also, would someone check this topic : viewtopic.php?f=4&p=91258&sid=aa2330d75 ... a66#p91258