|
xul - window resize
|
| |
Hi.
I have problem with resizing window element. I would like to create two views of my app - one rolled into bar (300x50) and standard (300x500).
When I try to use window.resizeTo to shrink window I have strange result - half of my window is not visible.
When I force os to repaint - using alt+tab or other method everything start to look as it should. But each window resize ends up same way - part of window is not visible until repain. How to force this repain?... more »
|
|
"label" and "tooltiptext" attributes for image-only toolbarbutton
|
| |
I'm quite confused on the "label" and "tooltiptext" attributes for toolbarbutton.
You see, toolbarbutton has both "label" and "tooltiptext" attributes. When toolbarbutton is only an image, is there any subtle difference between "label" and "tooltiptext" attributes? Do I have to define both... more »
|
|
Add-on bar or navigation toolbar icon showing same status across windows
|
| |
I want to make an app which shows a status (let's say ON and OFF) by changing an icon image in the add-on bar or the navigation toolbar.
To simplify the concept, let's say I have two PNG images, on.png and off.png and I need to show one of them according to a certain value. I have gone through XUL tutorial... more »
|
|
Extension Manager Setup
|
| |
I would like to use the extension manager and enable extensions in my application I'm working on, but the XUL documentation is really lacking, and I can't find any instructions anywhere. Is there anyone on here who knows how to enable extensions and setup the extension manager in stand-alone XUL applications?... more »
|
|
sharing xul elements between toolbars
|
| |
hi, i am new to xul. i was wondering if there was a way to share elements between 2 toolbars.
for example, lets say i have toolbar_1 with a text box and a button. i want to create toolbar_2 with the same button as the button which i defined in toolbar_1 along with other buttons. i would also like to style the toolbar_1 and toolbar_2 differently.... more »
|
|
XUL CSS floating
|
| |
For my UI, I planned on using CSS floats to have my html:div element for window buttons on the right of the titlebar, and for my button to have the elements within the popup menu to be displayed like the ones in the Firefox button popup menu, but I read that CSS floating is not supported amongst the XUL elements. How could I either get it to work, or replace its functionality with something different?... more »
|
|
Downloading error
|
| |
<description>&intro2.label;</d escription>
-----------------^
Why do I get this?
|
|
Firefox plugin - Not able to hide the tab browser
|
| |
Hi,
I am developing a plugin for firefox. In which i have to open a hidden tab and access its content through javascript and close it afterwards.
Following is the code i am using for accessing content of a tab:
var newTabBrowser = gBrowser.getBrowserForTab(gBro wser.addTab("[link]"));... more »
|
|
Dialog button layout: including overlays
|
| |
I’m new to this group, so I apologise if this is the wrong forum.
I am told ([link]) that I can customise my own layout for dialog buttons, which I have done as follows to include a checkbox:
<hbox id="okcancel">
<checkbox id="copy" label="Copy" value="1" />... more »
|
|
|