i've got mergedatagrid scroller stack should work on os x,win , mobile. have 2 problems: 1st problem: since decided put 2 different option buttons on data grid (hiding 1 or other according mobile or os x/win), when refresh data grid error:
573,3,1,resetlist 241,3,1,mouseup 353,0,0,button id 46466 of card id 46375 of stack "revpropertypalette 1"
trying open script return "no such card". of course data grid not draw correctly. row behavior:
on fillindata pdataarray set text of field "dossiername" of me pdataarray["dossiername"] set text of field "dossierdetails" of me pdataarray["dossierdetails"] set text of field "dossiertemplate" of me pdataarray["templatename"] if environment = "mobile" show group "dossier_status" of me hide button "dossier_statusdesktop" of me put line pdataarray["dossierstatus"] of gdialogs[34] gcurrentselectedvalue set label of button "dossier_status" of me gcurrentselectedvalue else --desktop hide group "dossier_status" of me show button "dossier_statusdesktop" of me set content of btn "dossier_statusdesktop" of me gdialogs[34] set label of button "dossier_statusdesktop" of me line pdataarray["dossierstatus"] of gdialogs[34] end if end fillindata
2nd problem: before above change (the 2 buttons) stack working fine on os x. on ios simulator or ipad2 fisical, if there data on data grid, app crash without messages (after opencard). how can find out problem apple crash report ?
i don't think either of these issues related mergdatagridscroller.
the error being thrown property palette in livecode ide. need have copy of stack debug cause of error 1 thing stands out in script: "dossier_status" group or button or have both group , button named "dossier_status"?
show group "dossier_status" of me ... set label of button "dossier_status" of me gcurrentselectedvalue
regarding crash mergdatagridscroller script if script causing crash engine bug. scripts should not cause app crash.
Comments
Post a Comment