You are here

Portable App Development

Discuss portable app development and modification of existing apps.

Small Suggestion for Toucan

Submitted by Jacob Mastel on November 29, 2008 - 10:08pm

Hey Steve I've got a quick suggestion for you. I've been setting up Toucan for people to use and they often love it. But I do have one quick suggestion because it often catches me as well as other people. In the drop down list Called "Job Name:" it's usually blank when you run the app. Well usually when I go to add a new thing my habit is to go type into the blank space and hit the new button. Can you make it so that you can't type into the box or have a grayed-out "Choose Job" or something in it. It's small but it's just one of those nicety things.

Wingware's Wing IDE Portable

Submitted by evstevemd on November 29, 2008 - 4:39am

Hello guys,
According to Wingware licence I can modify Wing IDE provided I have legal license. I have Wing personal Edition and need to take it with my USB stick. However I don't know how to do It. I know programming with Python but Not NSIS. Can anyone help me do it or make launcher? Remember, there is free version of Wing IDE called 101 version, so the launcher will help to have Portable Python IDE apart from SPE

Thanks All

GetParameters vs. GetParametersUnicode

Submitted by Bart.S on November 28, 2008 - 5:12am

What is the difference between the built-in NSIS Getparameters function and the custom GetParametersUnicode function used in many portable apps?
GetParametersUnicode.nsh says: "This function handles getting parameters when the EXE's path contains CJK characters".
The NSIS 2.40 changelog says: "Fixed GetParameters handling of MBCS characters"
So has GetParamtersUnicode any advantages or are they equal?

Java Jars and -D

Submitted by AaronSDG on November 26, 2008 - 2:16pm

The app I'm trying to portabilize (Baralga) only requires that the variable "user.home" be overridden. I currently do that with a simple Windows shortcut that executes:
$ javaw -Duser.home=Data -jar baralgaXXX.jar

Create the ability to store program icon launchers from the portableapps menu in user created folders

vito_1978's picture
Submitted by vito_1978 on November 24, 2008 - 1:41pm

it would be nice for portablapps menu to have the ability for the user to place some program launchers from the menu into user creatable folders, same as in windows, this way we can group programs that do similar things into the same folder for easy accessibility

PA "Options" Menu

Submitted by RyGuy12 on November 23, 2008 - 9:44pm

I have noticed that one of my favorite features of PA is that I can install programs that are not formatted as portable apps, and they will still show in the PA Menu. However, PA searches for any exe file, and includes unintallers and supporting executables in the menu, making it quite dificult to use as it is very cluttered. I propose adding an options menu that can "hide" certain applications from appearing in the PA Menu. Who agrees?

PortableApps Suite - Choosing custom software option

Submitted by nottRobin on November 21, 2008 - 5:30pm

Hiya chaps.

Would it be possible to provide an "advanced" option for download of the PortableApps suite where you choose exactly which software you want from the complete list?

Because that would be so much more convenient than downloading all the extras I want like InfraRecorder or Notepad++.

Cheers,
Robin.

PortableJava -> a tool to set your default JRE reversible to your removeable drive

Submitted by rory.slegtenhorst on November 20, 2008 - 12:13pm

Don't you just hate it when things don't work the way we want them to? I had this problem, trying to get Firefox or Chrome to play nice and be able to use Java. The same goes for my Eclipse.
As nobody has made a descent solution, I figured I'll give it a shot, so I created this for everyone.

What does it do?
It temporarily tells your machine to get Java from your stick. It will "register" the JRE in the registry, so every tool that uses the registry to find Java, will now point to your JRE.

Pages