Cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Using combo button gets failure

ANSWERED

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

 

Best Answer
0 Votes
1 BEST ANSWER

Accepted Solutions

Yes, you need to have images in your project resources folder.

 

We're working on providing an icon set you can use.

View best answer in original post

Best Answer
3 REPLIES 3

Yes, you need to have images in your project resources folder.

 

We're working on providing an icon set you can use.

Best Answer

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

 

Best Answer
0 Votes

Where can I download this images from?

Best Answer
0 Votes