New topic: Fill WebListBox from Method in WebDialog
<http://forums.realsoftware.com/viewtopic.php?t=46961> Page 1 of 1 [ 1 post ] Previous topic | Next topic Author Message carlfitzsimmons Post subject: Fill WebListBox from Method in WebDialogPosted: Fri Feb 15, 2013 8:18 pm Joined: Tue Sep 19, 2006 5:10 pm Posts: 176 I have a WebPage (MyWebPage1) and a WebDialog (MyWebDialog1). On the WebPage I have a ListBox (MyListBox). In the WebDialog I have a routine that grabs information from a database and attempts to put that in the correct row-column in the WebPage-ListBox. In a desktop application this works fine. However in a WE application this causes an endless loop anytime the code hits a reference to the WebPage-WebListBox The first thing I try to do is delete all rows of MyWebPage1.MyListBox from within MyWebDialog1. This code inside a Method in MyWebDialog1 causes an endless loop MyWebPage1.MyListBox.DeleteAllRows How does one go about clearing or setting ListBox or Label objects in a WebPage from a WebDialog? 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]
