Hi Stefan,

On Friday January 22 2010 22:50:19 Stefan Meyer wrote:
> Hello
> 
> the path is
> 
> icon/16/actions/home.png
> 
> it put it to
> 
> source/resource/<your_app_name_space>/icon/16/actions/home.png
> 
> but in he menu nothing appears
> 
> this is the menubuttocode
> 
> button[0] = new qx.ui.menu.Button("Test", "icon/16/actions/home.png",
>  this._undoCommand);
> 
> The Menubutton  is visible but no icon.
> 
> What can be that?

As default every resource in your application resource folder 
("source/resource/<your_app_name_space>") is recognized by the generator if 
the "#asset" directory is present.

In your "Application.js" there should be lines

--snip-- 
/* ***************************
#asset(<your_top_level_namespace>/*)
***************************** */
--snip--

After a "./generate.py source" the resource should be available.

cheers,
  Alex

------------------------------------------------------------------------------
Throughout its 18-year history, RSA Conference consistently attracts the
world's best and brightest in the field, creating opportunities for Conference
attendees to learn about information security's most important issues through
interactions with peers, luminaries and emerging and established companies.
http://p.sf.net/sfu/rsaconf-dev2dev
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to