You are here

Portable App Development

Discuss portable app development and modification of existing apps.

Using keyboard to get a (context) menu

Martin0815's picture
Submitted by Martin0815 on February 15, 2018 - 7:32am

Hi,

I use the PortableApps Platform since years and since years mostly with the keyboard.
Since ever I can remember, the menus and the context menus open, if initiated with the keyboard, at the position of the mouse pointer, not at the position of a list item of the apps list, not at the position of the "Apps", "Backup", "Options", etc. "menu buttons".

Please consider to change the position of the menus opened using the keyboard, to be context, not mouse pointer related.

Thanks in advance!

Best regards,

PortableApps.comLauncher with x64 Java support

Submitted by Moravuscz on February 12, 2018 - 2:02pm

Since We can have both 32 and 64 bit versions of Java installed in the CommonFiles I thought it should be possible to run 64 bit Java if available and fallback to 32 bit depending on your system just like any other app can and depending if you installed 64 bit Java version from PAL. Turns out Java.nsh only had a check for $PortableAppsDirectory\CommonFiles\Java and $PortableAppsDirectory\CommonFiles\Java64 was not handled.

PortableApps.comInstaller Mod (Download cap increased to 10)

Submitted by Jeff Savage on January 18, 2018 - 8:32am

Jump to Latest Version (3.5.7): https://portableapps.com/comment/235388#comment-235388

=====

The original PortableApps.comInstaller has a DownloadUrl cap of 2, meaning you can only download 2 files with DownloadUrl and Download2Url. This mod increases this cap to 10.

Is it possible to create one app with several exe-files?

BlueRibbon's picture
Submitted by BlueRibbon on January 9, 2018 - 8:17pm

In some cases a program exists of more exe-files which function each separately, however together they form one program. For example I bring on the free music creator software PxTone: https://en.wikipedia.org/wiki/PxTone

It's a package containing 4 small exe-files, because next to a sequencer there's separate software for creating instrument voices and SFX and there's a player. (By the way: it's all portable by itself, however I don't know it leaves traces into the Windows Registry)

How? Data synchronization only after all EXEs have been terminated

Submitted by Robert88 on January 4, 2018 - 12:59pm

Hello,

I haven't dealt with the PortableApps SDK more intensively yet. Since I want to solve a certain situation with PortableApps and don't know if it can solve my special situation, I would like to ask here first.

I want to make a program suite portable. This suite consists of three or four equivalent programs (called A.exe, B.exe, C.exe and D.exe). All programs use parts of a folder structure under 'Local' in the users directory. All programs can be running at the same time and each program can write to the shared folders under' Local' data.

[RegistryValueWrite] question/issue

Submitted by Lance3495 on December 28, 2017 - 6:14pm

I am trying to portablize PotPlayer (a freeware audio & video player similar to AIMP: https://daumpotplayer.com/ ) and am having some success with it except for one issue. It writes a registry entry into HKCU\Software\Microsoft\Internet Explorer\Main\FeatureControl\FEATURE_BROWSER_EMULATION where there is already an existing key/value.

VB6 EXE files

Submitted by Heartlandet on December 14, 2017 - 8:54pm

Hi, guys. Noob here. I really have searched the forum and SUpport for my answer but I can't find it, although I'm sure it must be right in front of me.
I also have a killer headache so, if it's okay I'd like to just ask the question. No offense intended.

I am an old school VBA/VB6 coder and need to make an MS Access app portable. Since I can't do that directly, I thought maybe I would convert it to VB6 with this: http://www.iriesoftware.com/

Pages