New topic: 

Linking a new window

<http://forums.realsoftware.com/viewtopic.php?t=34228>

         Page 1 of 1
   [ 1 post ]                 Previous topic | Next topic          Author  
Message        vassili_zaitsev          Post subject: Linking a new 
windowPosted: Fri Jun 11, 2010 5:05 am                         
Joined: Thu Sep 28, 2006 9:16 am
Posts: 91
Location: Belfast, N. Ireland                Hey guys, im kinda stuck on 
linking a window if that is the correct term, ill try and explain the best i 
can,

i have two windows. Window1 and Window2 i have a push button in window1 that is 
codded like so

Code:  if radiobutton7.value = true then
  Window2.title = "Bass Guitar 5 String"
  end if
  
  if radiobutton7.value = true then
  PushButton20.visible = true
  end if
  
  if radiobutton7.value = true then
  imagewell3.image = bas5string11
  end if

this opens window2 but im trying to click on a radiobutton in window2 to change 
something in window1 i dont know how to code that. this is what i was trying in 
window2 radiobutton1/action

Code:  if window2.radiobutton1.value = true then
  window1.pushbutton2.visible = true
  window1.pushbutton1.visible = false
  window2.close
  end if      
_________________
C:\Program Run C:\Program Crash C:\Programmer Quit  
                             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]

Reply via email to