Thank you,
i think my error is in using the "STR +" Button to scale the view. On
my screen the fontsize of the menĂ¼ is very small. How can i change the
font of menu / full application? i try to font-size:16 but thats alwys
return an error
> Hi stefan,
>
> here is an example from my menu:
>
> ------------
>
>
> var menubar = new qx.ui.menubar.MenuBar();
>
> var layoutMenu = new qx.ui.menubar.Button("Layout", null);
> menubar.add(layoutMenu);
>
> var menu = new qx.ui.menu.Menu();
>
> var standardBtn = new qx.ui.menu.RadioButton("Standard");
> var onlyTableBtn = new qx.ui.menu.RadioButton("Nur Tabelle");
> var noPreviewBtn = new qx.ui.menu.RadioButton("keine Vorschau");
>
> standardBtn.setModel("standard");
> onlyTableBtn.setModel("onlytable");
> noPreviewBtn.setModel("nopreview");
>
> menu.add(standardBtn);
> menu.add(onlyTableBtn);
> menu.add(noPreviewBtn);
>
> var radioGroup = new qx.ui.form.RadioGroup;
> radioGroup.add(standardBtn, onlyTableBtn, noPreviewBtn);
>
> radioGroup.addListener("changeSelection", function(e){
> this.__changeLayout(e.getData()[0].getModel());
> }, this);
>
>
> layoutMenu.setMenu(menu);
>
> ---------
>
> this is an example for radiobuttons.
>
> Tobias
>
>
>
------------------------------------------------------------------------------
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