|
XUL and FreePascal
|
| |
Hello, I am interested in creating an widgetset for the FPC (FreePascal)/Lazarus-Project to support XUL/XPCOM. My question is if this is possible in general. I read that it is possible for c++ binaries. kind regards from germany alex
|
|
privatebrowsing in xulrunner
|
| |
Hi, as I understand, XULRunner isn't build with the privatebrowsing- interfaces. Currently in my application there always appears an warning + error message in the error console, because a function in globalOverlay.js does try to access the nsIPrivateBrowsingService. What about creating ifdefs for disabling/enabling functions which try... more »
|
|
remove drag insertion markers or highlighting
|
| |
Hi, [link] says -moz-drag-over pseudoclass will be removed automatically when drag exit. But when a new dialog opened,. a drag process will be interrupted and the drag image and highlighting will not be removed. So I have to remove the insertion markers or highlighting manually.... more »
|
|
Adding drag and drop behaviour on the fly.
|
| |
Hello. I'm adding toolbarbuttons on palette dinamically and want them to support drag and drop. All works just fine when I use static buttons with draggesture attribute. But I did not succeed in adding it dinamically after document.createElement("toolba rbutton"); I read previous posts regarding adding event on parent container object and... more »
|
|
Using XUL in HTML cross-browser with Ample SDK
|
| |
Hi fellows, I am writing here because I thought you might be interested in hearing about new client-side JavaScript GUI Framework "Ample SDK" (recently gone Open-Source) that strives to among other standard technologies bring XUL cross-browser to the HTML applications world. The library is written entirely in JavaScript and consists of the... more »
|
|
Changing broadcaster group="sidebar"
|
| |
Hi! I have an overlay where my app is declared as a sidebar but I would like to change it's appearance so it would look like the zotero plugin, for example. This is my code now: <broadcasterset id="mainBroadcasterSet"> <broadcaster id="app_id" label="app_name" type="checkbox"... more »
|
|
Overlaying menu items in a XUL textbox's context menu
|
| |
Hello All, I have a textbox, and I'd like to enhance its context menu. The best I've been able to do is to assign a menupopup's id to the textbox's "context" attribute, which overrides the context menu rather than adding to it. In the browser, I'm able to overlay new context menu items by matching the "contentAreaContextMenu" id. Is there an analogous ID for XUL... more »
|
|
Problem printing XUL in XULrunner
|
| |
I need to print a window (or iframe) in a XULrunner standalone app. I have tried using: document.getElementById("main- iframe").contentWindow.print() ; where the "main-frame" element is an iframe. It only works if the source of the iframe is an HTML document (either on the web, or on the local computer). If the source of the iframe is a XUL document, it... more »
|
|
Style the title of a toolbarbutton?
|
| |
I have <toolbarbutton label="context" id="cbContextList" locationProvider="Chromebug.co ntextListLocator;" title="Context:" tooltiptext="currently selected context" labeltooltip="fbTooltip" labelcontextmenu="fbContextMen u"/> and I want to style just the "title", not the rest of the content. If... more »
|
|
Accessing the contents of a browser tag
|
| |
Thanks to everyone in advance - I have a xul window that I am loading via firefox for testing that has a browser tag inside of it. When I do something like: alert(document.getElementById ("mybrowser").contentDocument. getElementsByTagName("title")[ 0]); I get a security permission error "Error: uncaught exception:... more »
|
|
|