XUL to add toolbar for thunderbird - xul

im new to XUL and thunderbird development. i need to add a toolbar to the messengercompose.xul file. how should i write the XUL file for that?

Related

I need show PDF into app android using appcelerator

I'm development a app using appcelerator. I need display a url PDF inside this app but android webview dont show pdf.
I try for this pdf into google https://docs.google.com/viewer?url=http://xxx.pdf&embedded=true
But is instable, opening my webview android in white screen.
Somebody have a solution for open pdf into app android using appcelerator?
Thanks.
The Android Webview doesn't automatically load PDF files. You have to either use pdf.js and render it or use this module: https://github.com/SquirrelMobile/pdfview that will create a custom View to display PDF files

Cocoa Application without any GUI?

I have created a JAVA application (JAR) for Windows & Mac.
This JAR has all the required UI.
I thus need to create a cocoa application without any UI.
Add this in info.plist
<key>LSUIElement</key>
<string>1</string>
Now the application doesn't appear in the dock and the menu bar won't be displayed.
All menu bar applications (menulets) work without an UI

How to set an installer icon for Adobe AIR applications?

I'm trying to set the installer icon of an Adobe AIR application, like in the screenshot below:
but I cannot figure out how to do it. I've specified the icons in the app.xml but nothing is showing up. Any idea how to do this?
You have to include the icon images in the AIR packagee as well as reference them in the app.xml file. (Flash and Flash Builder should do this for you, but if you are packaging from the command line, it is easy to forget.) Make sure that they end up in the correct path within the package relative to the main app SWF or HTML file. I/e/ if you reference your icon as "foo/icon.png", it has to be in the "foo" subdirectory within the package.

Can't open Javafx window until I open Javafx viewpart

I am using e(fx)clipse in an eclipse plugin. I'd like to have all my viewparts in SWT, but popup a fullscreen video in Javafx. When I do this I get a
"java.lang.IllegalStateException: Toolkit not initialized".
If, however, I open a Javafx viewpart first then my SWT panel pops up a fullscreen Javafx window, I don't get an error.
A workaround to my problem is temporarily open and close a Javafx viewpart, then open the video, but then I get an annoying flicker of a window before the video plays. Any ideas?

How to make built app with icon?

I'm writing an OSX App and added an icon for it.
After building in Xcode, I can see the app with icon under Products folder, but when I RightClick->'Show in Finder', the built file is shown without icon. I want the built file to have an icon.
For Mac OS applications, you need to create an .icns file and include it in your Info.plist just like any other project.
Just change icon.png to icon.icns
When I submit an icon image for my app, I never add the .icns extension. It is automatically assumed by the compiler. So for the icon file "icon.icns", simply enter "icon".