New topic: TabPanel TextArea text to StaticText text from other Window
<http://forums.realsoftware.com/viewtopic.php?t=30633> Page 1 of 1 [ 1 post ] Previous topic | Next topic Author Message derybero Post subject: TabPanel TextArea text to StaticText text from other WindowPosted: Sat Oct 24, 2009 10:34 am Joined: Sun Oct 04, 2009 9:40 pm Posts: 20 Location: North America I've got two windows, the main one called TextWindow and the second one called StatisticWindow. I need to put the length of text (len(TextArea.text)) which is inside a TabPanel from TextWindow into the text of a StaticText in StatisticWindow. It seems that my code below does not work, as it returns "This method doesn't return a value" and highlights the part of .Text form the TextField.Text: Code:StaticText.text = str(len(TextArea.text)) I have seen some kind of code for a button, but don't know if it would work in my situation. Code:TextWindow(Window(1)).Find FindText.Text,"" Close Thanks for your help! _________________ RB2009r4, Beginner, 32-bit Windows XP SP3, AMD Quad Core, 4GB RAM, Nvidia 9800 GT, 1TB HD, 23" Screen, Firefox 3.5.3 Advanced Web Designer, Video and Image Editor, Build/Fix and Optimize PC's Facebook group "I'm a REALbasic Developer" We need more RB video tutorials like this one Top Display posts from previous: All posts1 day7 days2 weeks1 month3 months6 months1 year Sort by AuthorPost timeSubject AscendingDescending Page 1 of 1 [ 1 post ] -- Over 1500 classes with 29000 functions in one REALbasic plug-in collection. The Monkeybread Software Realbasic Plugin v9.3. http://www.monkeybreadsoftware.de/realbasic/plugins.shtml [email protected]
