cancel
Showing results for 
Search instead for 
Did you mean: 

how to show expanded text in popinTextBar in Table, for the first time

Former Member
0 Kudos

hi everyone.

For first time, not clicking popin button, I want to display expaned popInText in textBar in table.

Is it possible?

Regards bk Kim.

Accepted Solutions (1)

Accepted Solutions (1)

venkatakalyan_karanam
Active Contributor
0 Kudos

Hi kin

The code you must write in the wdModify(wdthis,edcontext,view,firstTime) method

This method takes 4 parameters.The last boolean parameter firstTime indicates wether your screen is rendering for the firstTime or not.So in this method

write

if(firstTime)

{

// write the code you want to do so that it will execute only for the firstTime in the entire life cycle of a view controller.It will execute with out clicking a button

}

regards

kalyan

Answers (1)

Answers (1)

Former Member
0 Kudos

Bub,

Please describe what you already have -- your table, how popin is defined, any specific cell variants used.

Valery Silaev

SaM Solutions

http://www.sam-solutions.net