New topic in General: remove clone pushbutton
arkosoft_team - Fri Mar 28, 2008 4:34 am <http://forums.realsoftware.com/viewtopic.php?t=21489> Through this example: Code:Dim pb As PushButton pb=New pushbutton1 pb.caption="Clone" pb.Left=Me.Left+Me.Width+10 I created a button clone, now I remove it as I do? I tried with: Code:pushbutton1.remove 1 Cordial greetings -- Over 900 classes with 18000 functions in one REALbasic plug-in. The Monkeybread Software Realbasic Plugin v8.1. <http://www.monkeybreadsoftware.de/realbasic/plugins.shtml> [email protected]
