10-17-2017 13:21 - edited 10-17-2017 13:22
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post

10-17-2017 13:21 - edited 10-17-2017 13:22
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post
Hello,
I use the combo button as descriped in the Components Guide but only the bottom left one:
<use id="btn-br" href="#combo-button-lower-right" fill="fb-peach"> <set href="combo-button-icon" attributeName="href" to="play.png"/> <set href="combo-button-icon-press" attributeName="href" to="play_press.png"/> <set href="combo-button-stroke" attributeName="display" to="inline"/> </use>
I also use the import like descripted there.
when starting the app I get the error msg:
[22:10:08]Error -1 Invalid path '/mnt/assets/./resources/play.png'
(there is also no triangle shown inside of the button)
when clicking the button I get the error msg:
[22:10:15]Error -1 Invalid path '/mnt/assets/./resources/play_press.png'
Do I have to store the bitmaps myself? are the missing bitmaps the reason for these path-errors or is there anything else going wrong?
Capitano
Answered! Go to the Best Answer.

Accepted Solutions
10-17-2017 13:25
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post


10-17-2017 13:25
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post
- Who Voted for this post?
Yes, you need to have images in your project resources folder.
We're working on providing an icon set you can use.
10-17-2017 13:25
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post


10-17-2017 13:25
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post
- Who Voted for this post?
Yes, you need to have images in your project resources folder.
We're working on providing an icon set you can use.
10-18-2017 12:59
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post

10-18-2017 12:59
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post
Thanks a lot - now it's working
(but also had to use "onclick" instead of "onactivate" as descriped in the Component guide... 😉
btw: You should implement a set of default icons in the combobutton object that should be used if one doesn't specify his own icons...
Capitano

11-26-2017 17:40
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post

11-26-2017 17:40
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post
Where can I download this images from?

