Quintiq file version 2.0
|
#parent: ButtonSet3DSpaceURL
|
Response OnClick () id:Response_Panel3DSpaceURL_ButtonSet3DSpaceURL_OnClick
|
{
|
#keys: '[138112.0.852091476]'
|
Body:
|
[*
|
urlstring := ApplicationLib3DSpace.ValidateURL( Editor3DSpaceURL.Text() );
|
Lib3DS_RootDataset.SetURL( urlstring );
|
*]
|
CanBindMultiple: false
|
DefinitionID: 'Responsedef_GUIButtonBase_OnClick'
|
Precondition:
|
[*
|
feedback := Translations::Feedback_Invalid3DSpaceURL();
|
return ApplicationLib3DSpace.ValidateURL( Editor3DSpaceURL.Text() ) <> '';
|
*]
|
}
|