kony - can't set a property for flex container in segment widgets -


i new kony framework. going through widget. there came across segment widgets using create flex container labels , textbox.

my ui design : 1. created segment , set flex container labels , text box in segment 2. after turn off flex container visible 3. , type code :

function flex() { frmassign.sgmt1.flex1.isvisible = true;//to show flex visible not read property of flex }

in simple terms if click segment first row flex container isvisible should true
enter image description here

want achieve design in kony

try change frmassign.sgmt1.flex1.isvisible = true;

frmassign.sgmt1.flex1.setvisibility(true); 

Comments

Popular posts from this blog

testing - Detect whether test has failed within fixture -

AbotX : How do you create a parallel crawler that stays on and can be added to at run time from new requests -

android - Create single AAR file from multiple modules using Gradle -