Indigo Rose Software
  #1  
Old 01-30-2008
SonG0han SonG0han is offline
Forum Member
 
Join Date: Dec 2003
Posts: 155
RadioButton.GetValue/SetValue missing?

Hi. Just tried the Radio Button for the first time and there seems to be no RadioButton.GetValue and RadioButton.SetValue.

You should be able to get and set the value with the Get/SetProperties but it would be easier to have a Get/SetValue?
Reply With Quote
  #2  
Old 01-30-2008
Darryl's Avatar
Darryl Darryl is offline
Indigo Rose Staff Member
 
Join Date: Jul 2001
Location: Indigo Rose Software
Posts: 1,602
RadioButtons are a little different. What you're looking for is the "Page.GetRadioValue" and "Page.SetRadioValue".
__________________
Darryl
Indigo Rose Corporation

Product Guides: AMS70 | SUF80 | TU30 | VP30 |MSIFACT |DeltaMAX
Reply With Quote
  #3  
Old 01-30-2008
SonG0han SonG0han is offline
Forum Member
 
Join Date: Dec 2003
Posts: 155
Oh, I missed that one.
Thank you for showing me where it is.

I used the following in the meantime and it seems to work, too.
(you could just set a var if radio1 is checked but I used this one to be able to change the value anytime and don't have to change the code again).

PHP Code:
DEChecked RadioButton.GetChecked("radLangDE");
ENChecked RadioButton.GetChecked("radLangEN");

if 
DEChecked ~= false or ENChecked ~= false then
    
if DEChecked == true then
        tblDEChecked 
RadioButton.GetProperties("radLangDE");
        
LangID tblDEChecked.Value;
    
end
    
    
if ENChecked == true then
        tblENChecked 
RadioButton.GetProperties("radLangEN");
        
LangID tblENChecked.Value;
    
end 
Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Missing technologies dialog itamar AutoPlay Media Studio 5.0 14 06-14-2004 10:05 AM
CR 8.5 Runtime Modules causing Build errors BurnMan2003 Setup Factory 6.0 7 10-10-2003 09:59 AM
how identify missing files for build? 6lickdrdunDchics Setup Factory 6.0 3 07-30-2002 11:31 AM
missing files-marked red-what if i am color blind dan37_123 Setup Factory 6.0 2 03-13-2002 01:53 PM
Picture Missing: Installing Files Window VictorReinhart Setup Factory 5.0 1 11-03-2001 11:16 AM


All times are GMT -6. The time now is 08:15 AM.


Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
Copyright © 2000 - 2009 Indigo Rose Corporation. All rights reserved.
Indigo Rose Software