widgets
|
09-09-2017, 03:17 AM
Post: #3
|
|||
|
|||
RE: widgets
(09-08-2017 06:39 AM)webmasterpdx Wrote: The checkbox option, if you put in a value other than zero, the checkboxes would be a single selection where only one box could be selected, so you'd give each one a value of 1, 2 or 3, for example. To select only one box in a group, it would look like this: {tm, 3, {90, 10, 4}} // This indicates how many checkbox are grouped next {wm, 0, {90,10,5}}, {sb, 0, {90, 10, 6}}, (09-08-2017 06:39 AM)webmasterpdx Wrote: i.e. Is there any link where all the possible widgets are described? Also, is there any decent place where the input command is described in detail, with examples if possible? The control structures: IF, CASE, REPEAT, FOR. And the commands WAIT (-1) or MOUSE / GETKEY / WAIT. All of them allow you to create any kind of widgest, there is no limit other than the one you put yourself. (09-08-2017 07:43 AM)webmasterpdx Wrote: From what I've seen in various sample code, the slider and progress bar are done manually...i.e. drawn with custom handling of the mouse to move the slider, etc, etc... Is this correct, or does a slider function exist in the firmware? It is manual, preferably using WAIT(-1). Viga C | TD | FB |
|||
« Next Oldest | Next Newest »
|
Messages In This Thread |
widgets - webmasterpdx - 09-08-2017, 06:39 AM
RE: widgets - webmasterpdx - 09-08-2017, 07:43 AM
RE: widgets - Carlos295pz - 09-09-2017 03:17 AM
RE: widgets - webmasterpdx - 09-09-2017, 05:28 AM
|
User(s) browsing this thread: 1 Guest(s)