question about new release of touchgfx
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2019-10-09 7:55 AM
hi
does the new version ( 4.12.3) of the touchgfx include
Combobox
Grid view
and box with round corner
control?
Labels:
- Labels:
-
TouchGFX
3 REPLIES 3
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2019-10-09 11:56 PM
Hi @Natali​,
- No - A combobox is not something we've ever been requested to do. It's pretty easy to create one yourself using a combination of the widgets that already exist - But it would of course be easier if it was already done :) But there are endless widgets to create.
- Do you mean purely for the canvas when designing an application? Then No.
- No
- What do you mean by "control" ?
/Martin
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2019-10-10 1:03 AM
OK I have ideas for Grid view and box with round corner and may be I do.
but combo-box seems a bit difficult. I'll try my best
I should have written "widgets" instead of "control";)
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2019-10-10 1:24 AM
Let me give you some hints for creating a combo box.
- You need some container for the currently selected item that can hold some text
- It should also have a toggle button to show/hide a ScroLllist which holds items for 1).
- When the user presses an item in the scroll list, the scroll list disappears and 1) is updated.
- 1) could have a method to retrieve the selected value
/Martin
