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

sql - invalid in the select list because it is not contained in either an aggregate function -

Angularjs unit testing - ng-disabled not working when adding text to textarea -

How to start daemon on android by adb -