|
gikotim
|
 |
« on: February 03, 2010, 06:34:11 AM » |
|
Hi! I try to set the items in a ButtonViews from a database. I use the onLayout event for setting the items. I get the wait-cursor for a minute (timeout ?) and then the items are displayed. It can not be a problem of the db, as the same happens when I remove all db-related code and just put in single code line for setting the items. If I use the before/after-Append event the elements are shown immediate, but the same timeout happens when clicking on a button.
and, sorry to ask this for this element also: how to I set the id & caption from the rsp.data? My data look like: [["1", "Menu A"], ["2", "Menu B"], ["3", "Menu C"]]
Thank you very much for all your support!
|