install4j: can't create quick launch icon - install4j

I have an "Additional confirmations" screen, with 2 "checkbox" form components:
Add a desktop link (linked to the boolean "createDesktopLinkAction")
Add a quick launch icon (linked to the boolean "createQuicklaunchIconAction").
At the end of the installation, I have 2 actions:
Create desktop icon (linked to the boolean "createQuicklaunchIconAction")
Create quick launch icon (linked to the boolean "createQuicklaunchIconAction").
They are both attached to the launcher.
The desktop icon is created, but the quick launch icon doesn't, and I don't know why.

The "Create a quick launch icon" action only works up to Windows Vista. After that, there is no quick launch bar anymore, the task bar is a different entity. We will likely remove this action in install4j 7.

Related

NWJS Aapp icon on taskbar is making a new instance of the icon next to the original on the task bar?

I don't know if im using the wrong size favicon from my package.json or what? I also used resource hacker to change the icon of the nwjs.exe app with the same icon but an ico of all standard sizes. I also tried using and ico of the favicon instead of a png at a particular size but it still give the same problem? Mayne not link to an icon from the manifest at all since I change the icon of the exe with resource hacker? Some apps I've made it didn't do this at all and then randomly on other projects it does this. I even tried making a shortcut of the nwjs.exe app and using the shortcut on the task bar and it still does it. Any ideas on why this behavior is happening?
If I can provide any other details to help resolve this let me know and I will add via edits to my post.
The way it should behave
Before I launch app
After I launch app
Ive tried different size pngs for the favicon ive also tried using a ico
I think you pinned an executable that launches another executable.
Click on the icon in the task bar
The app will load
Right-click on the left icon > Unpin from taskbar
Right-click on the remaining (right) icon > Pin to task bar
Close your app
Wait a couple of seconds
Click on the icon
Did that work? If not, right-click on the icon > right-click on your app name in the context menu > properties. What is the "Target" value.

How to work on multiple browsers within a single testcase in TestRigor?

I need to invoke a new (other) browser within a testcase.
Say., If we are working by default on Chrome, I need to invoke a Firefox/Edge browser within the testcase. Additionally the user session in one browser is expected to be retained when we switch across the two browsers. How is this achievable with TestRigor?
Click on your Test Suite.
Click 'Settings' at the bottom of the left hand column
Click the 'Multiple browsers' tab at the top of the page.
Choose the OS (Windows, Ubuntu (Linux) or OSX (Mac)
Choose the Browser for the chosen system.
Click the 'Add Browser' button.
Click the 'Save' button
Return to a test.
Under 'Quick Actions' click 'Re-test'
Click the Execution UUID link and you can see all OS/Browser combinations executing.

Install4j 8.x customization

Install4j is a great installer to work with. But i found some limitation for it and also it works differently on different platform OS.Right now i am working on Windows OS. Below are my queries .Please suggest some good solution.
1)I want to customize the install4j window. By default it corner shaped, i want it to be round edged at corners. How can i customize this window ie. changing shapes, changing the opacity, color, etc.
2)In directory chooser can we customize the the "Browse" button. I want to add image to the button matching to our theme.Is there any way to do that?
3)When i disable the "minimize" option for installer ,it is not clickable but still shows the disable icon.Can we make it disappear that?It works on CentOS but on windows it still shows the icon.
4)Can we customize title bar?
In install4j 8.x, no window customizations are supported and it is also not possible to set an icon for the file chooser button.

OSX add application menu (file/edit/view...) to app manually

I'm building a OSX app and I noticed it has no "application menu" (the top left file/edit/view menu), I can't seem to find much about this other than it should be added automatically. How can I add it manually and add or remove items?
I can click it but no menu opens.

Eclipse Dialogs Have No Title Bar and Can't Be Moved in Gnome 3

I just installed Eclipse from the Android website and the dialogs have no title bar and seem to be docked at the top of the Eclipse main window. I can't find a way to move them or get the titlebar back. I'm using Gnome 3 as desktop/window manager.
For example, if I choose Search | File... from the main menu, it comes up, but without titlebar. If I press Alt+F7, I can move the entire window, but the dialog will not move relative to the window.
How do I fix this?
Thx.
You are missing an important information, your operating system and desktop environment. Let me guess? Linux/Gnome? Or Cinnamon?
Gnome has the, erm, great feature to attach modal dialogs at the main window.
You can install dconf-editor and set the key org/gnome/shell/overrides/attach-modal-dialogs to false.
In Cinnamon you can easily disable this feature in the System Settings > Windows > Attach dialog windows (may not be the actual text as I translated it from my locale). You need to switch the settings to Expert mode to see the Windows entry.