You are here

PortableApps Menu 1.0.2 Beta 3 (Pre-Release 2)

177 posts / 0 new
Last post
John T. Haller
John T. Haller's picture
Offline
Last seen: 7 hours 54 min ago
AdminDeveloperModeratorTranslator
Joined: 2005-11-28 22:21
PortableApps Menu 1.0.2 Beta 3 (Pre-Release 2)

This release has been outdated by an updated release:
PortableApps.com Platform 1.1 Beta 4

I've posted a package of Portable Apps Menu 1.0.2 Beta 3. I'm calling it a pre-release until I can get some folks to verify that it introduces no new bugs over the 1.0.2 Beta 2 release.

New in this version:

GPL Issue Resolved - The GPL issues mentioned before around certain icons have been resolved by moving those icons outside of the compiled binary. (GPLed code can't be combined with Creative Commons Attribution Share-Alike licensed objects, but it can be distributed alongside them).

Initial Theming Bits Added - The precursors of the theming engine have been added. This will allow folks interested in trying out the theming abilities to start working on things. Keep in mind that the theme file format and structure hasn't been finalized yet. I've put together an example theme so you can see how it works. Just download the file ThemeExample.zip and extract it to the PortableAppsMenu\App\DefaultData\Theme directory (after installing this new Menu, of course... and backing up your original files). It's just a quick example of what will be possible... I went with a basic black for the folks that may want to use it with Vista or a dark Windows theme (like me). Here's a screenshot of the theme in action.

Initial Localization Bits Added - I added some quick code to show what will be possible with the localization system I'd mentioned earlier, too. By placing a test.locale file in the same directory as PortableAppsMenu.exe, you can get a feel for how the locale system will work. I've posted two examples to get people started, too: test.english-us.locale (handy for starting a new localization to contribute to the project), test.swedish.locale (contributed by Johan, our Swedish translation lead). Just save them to the same directory as PortableAppsMenu.exe and rename them to test.locale. Here's a screenshot of the Swedish locale file in action.

Download Portable Apps Menu 1.0.2 Beta 3 (Pre-Release 2) and extract the files to your existing PortableApps\PortableAppsMenu directory to try it out

Download Portable Apps Menu 1.0.2 Beta 3 (Pre-Release 2) Source - This is a Borland Delphi 2006 Project fileset. It should contain all the necessary files to compile and run. If any Delphi folks could verify this, it would be appreciated.

That's it for now. This should get us back on track to releasing menu updates monthly (at a minimum) and be able to start adding some of the most popular feature requests.

UPDATE - Pre-Release 2 fixes the issue with the menu missing your last app.

Regards,
John

Ryan McCue
Ryan McCue's picture
Offline
Last seen: 14 years 6 months ago
Joined: 2006-01-06 21:27
Sweet

I'll try compiling with Delphi 2005.

Also, I'll get started on a green theme and a blue theme.
I did use the black Royale, but there's no good matching FF theme, so I used the blue/orange one (RoyaleFour) with the FF theme Planet Mir.

Edit:
Error reading sbtnApplication1.Margins.Left: Property Margins does not exist.
Error reading sbtnApplication1.Margins.Top: Property Margins does not exist.
Error reading sbtnApplication1.Margins.Right: Property Margins does not exist.
Error reading sbtnApplication1.Margins.Bottom: Property Margins does not exist.
Error reading sbtnApplication2.Margins.Left: Property Margins does not exist.
[snip]

I just went Ignore All Biggrin
Then when compiling,
Undeclared indentifier trayiconMenu
Undeclared indentifier Hint

When running:

  • No tray icon
  • Hovering over the buttons on the menu doesn't remove the hovered status until you re-hover
  • PortableApps.com logo at top looks bad

So, it will compile, but not with full features.
Damn.
----
Ryan McCue
Person 1: Oh my god. You will never believe what just happened.
Person 2: What?
Person 1: I can't remember, I've forgotten.

"If you're not part of the solution, you're part of the precipitate."

John T. Haller
John T. Haller's picture
Offline
Last seen: 7 hours 54 min ago
AdminDeveloperModeratorTranslator
Joined: 2005-11-28 22:21
Hmmm...

That's really odd. It's the same source I compiled the released EXE from and the same one I have in the screenshots. Let me take a look at what's going on.

Oh, actually, I just realized you were doing Delphi 2005. I've checked things over and it apparently will only work with 2006.

Sometimes, the impossible can become possible, if you're awesome!

El Salvador
Offline
Last seen: 14 years 2 months ago
Joined: 2005-12-09 10:10
I just compiled correctly

I just compiled correctly PAM with BDS2006. I will check pam's source later. Thank you John. Biggrin

Ah, I found some memory leak with FastMM (I use it us memory manager in my softwares and to find memory leak):
--------------------------------2007/1/5 17:30:55--------------------------------
This application has leaked memory. The small block leaks are (excluding expected leaks registered by pointer):

45 - 60 bytes: TStringList x 1
61 - 76 bytes: Unknown x 1
93 - 108 bytes: String x 3
125 - 140 bytes: String x 2

Undeclared indentifier trayiconMenu
TrayiconMenu is new component of Delphi 2006. It isn't in previous version of delphi 2006, like 2005.

Latest thing: Can I help to translate PAM in italian?

John T. Haller
John T. Haller's picture
Offline
Last seen: 7 hours 54 min ago
AdminDeveloperModeratorTranslator
Joined: 2005-11-28 22:21
Leaks / Translations

I haven't used FastMM before. Does it provide any more detail on where the leaks are?

Sure thing on translations. It's being done entirely in .locale files (glorified INI files). I posted an example English one as part of this release. This is just the first set of strings for folks to test. The full .locale format is being completed. But if you start with that, you can drop it in the PAM directory as test.locale and have the Menu in Italian today.

Sometimes, the impossible can become possible, if you're awesome!

El Salvador
Offline
Last seen: 14 years 2 months ago
Joined: 2005-12-09 10:10
EventLog.txt... This is

http://www.salvadorsoftware.com/download/PortableAppsMenu_MemoryManager_...
This is complete log of FastMM. Anyway memory leak are in procedure SetupButtons:
- tstrlstApplications:= TStringList.Create; (line 840)
- tstrlstApplications.Add(strCurrentAppName+'='+strCurrentAppPath); (line 933)

For translation, I'm wait full .locale to make italian translation. Smile

Patrick Patience
Offline
Last seen: 4 years 3 months ago
DeveloperModerator
Joined: 2007-02-20 19:26
I'm...

Not fully understanding what to do to change the locale file, I've read all of this thred I think and can't figure it out? I save it in Portable/PortableAppsMenu/ with the portableappsmenu.exe, as test.launguage.locale? Do I have to recompile anything?:S

Simeon
Simeon's picture
Offline
Last seen: 9 years 5 months ago
DeveloperTranslator
Joined: 2006-09-25 15:15
No recompiling is necessary.

You just have to rename it to "test.locale".

"What about Love?" - "Overrated. Biochemically no different than eating large quantities of chocolate." - Al Pacino in The Devils Advocate

scoutconnor
scoutconnor's picture
Offline
Last seen: 15 years 4 months ago
Joined: 2006-10-26 11:50
Theme

What program should I use to make my themes?

John T. Haller
John T. Haller's picture
Offline
Last seen: 7 hours 54 min ago
AdminDeveloperModeratorTranslator
Joined: 2005-11-28 22:21
Anything

As stated in the initial post, the theme format isn't fully defined yet. It's just a series of three images. You can use PhotoShop, Paint Shop Pro, GIMP, MS Paint or anything else to create your own images to use as a theme.

Sometimes, the impossible can become possible, if you're awesome!

scoutconnor
scoutconnor's picture
Offline
Last seen: 15 years 4 months ago
Joined: 2006-10-26 11:50
Completed Theme

Hey all you PortableAppers,
I worked out a theme that I call "Wonders of Nature". I designed it for those who are concerned about space on their drive. you can get it from (and view it from):
http://im.forumco.com/userfiles/scoutconnor/background.jpg
just save as John instructed

Please post feedback in the "PortableApps Themes" Thread so I can improve it

bockgk1
Offline
Last seen: 15 years 6 months ago
Joined: 2006-11-28 14:43
Odd...

That theme is a bit odd. Maybe you could make one with a background of JUST leaves. it would look nicer. But the theme is a good start.

-----------------------------
The world revolves around us.

Acex
Offline
Last seen: 16 years 2 months ago
Joined: 2007-01-10 16:01
hmmmmmm

at least you can post an image of the theme in working(real time picture!!) ....

dannyoneill
Offline
Last seen: 17 years 2 months ago
Joined: 2006-12-28 12:23
Found a possible bug, for

Found a possible bug, for some reason Sudoku doesnt show up on the menu, replace PortableAppsMenu with the standard one and its back.

John T. Haller
John T. Haller's picture
Offline
Last seen: 7 hours 54 min ago
AdminDeveloperModeratorTranslator
Joined: 2005-11-28 22:21
Directories?

What's your layout and where are all the files? I have Sudoku Portable showing up just fine for me. What OS, etc?

WAIT - I figured it out... the last icon isn't showing up... I'll report in a few.

Sometimes, the impossible can become possible, if you're awesome!

bockgk1
Offline
Last seen: 15 years 6 months ago
Joined: 2006-11-28 14:43
Works for me.

I have the Sudoku program on my menu. The menu even has the black theme on it. And I see the icon for Sudoku. Maybe you can only see it on XP...

-----------------------------
The world revolves around us.

SmithTech
SmithTech's picture
Offline
Last seen: 1 year 11 months ago
Developer
Joined: 2006-11-24 18:06
Same problem with app not

Same problem with app not showing in menu.
For me it is trillian.exe
Also replaced portablemenu.exe with 1.0.1.2 version and it appears in the menu.

John

"Because they stand on a wall and say, 'Nothing is going to hurt you tonight. Not on my watch.'" (A Few Good Men)
Coincidence is God's way of remaining anonymous.(Albert Einstein)

John T. Haller
John T. Haller's picture
Offline
Last seen: 7 hours 54 min ago
AdminDeveloperModeratorTranslator
Joined: 2005-11-28 22:21
Same Q

Same Q for you... what's the directory structures and contents? What OS? Sure you're placing it in the right directory?

WAIT - I figured it out... the last icon isn't showing up... I'll report in a few.

Sometimes, the impossible can become possible, if you're awesome!

dannyoneill
Offline
Last seen: 17 years 2 months ago
Joined: 2006-12-28 12:23
I know you figured it out

I know you figured it out but just in case.

Vista Business - Final (technet)

Just extracted the base edition to a freshly formatted USB key and added sudoku

John T. Haller
John T. Haller's picture
Offline
Last seen: 7 hours 54 min ago
AdminDeveloperModeratorTranslator
Joined: 2005-11-28 22:21
Already posted

Actually, I already compiled and posted an update with source that fixes it. Smile

Sometimes, the impossible can become possible, if you're awesome!

Ryan McCue
Ryan McCue's picture
Offline
Last seen: 14 years 6 months ago
Joined: 2006-01-06 21:27
John,

You said it's the same code already used.
Does that mean the current PAM is faulty?
----
Ryan McCue
Person 1: Oh my god. You will never believe what just happened.
Person 2: What?
Person 1: I can't remember, I've forgotten.

"If you're not part of the solution, you're part of the precipitate."

niolonra
niolonra's picture
Offline
Last seen: 10 years 9 months ago
Joined: 2006-11-30 19:42
Missing Icons

Same problem for me. "F:\PortableApps\Tasks\Wiki Tasks.exe" is not picked up by the menu, though "Wiki Library.exe" in the same directory is. I moved the latter to another folder - the menu continues to pick up this exe file, but ignore the former. Just to be safe, after moving the file, I unplugged the drive and plugged it back in to clear any "remembered" icons, but the same problem persists.

I don't know if the compilation of the exe matters, but both are a batch file to load portable firefox and then the wiki file compiled with exescript and reshack to change the icon. Both done the same way.

Rich

John T. Haller
John T. Haller's picture
Offline
Last seen: 7 hours 54 min ago
AdminDeveloperModeratorTranslator
Joined: 2005-11-28 22:21
PR1 or PR2

You'll note that it's been changed to Pre-Release 2 (Build 1.0.2.4) which fixes the issue where the last icon (alpha by product name) is left off. Are you now using this newer release?

Sometimes, the impossible can become possible, if you're awesome!

niolonra
niolonra's picture
Offline
Last seen: 10 years 9 months ago
Joined: 2006-11-30 19:42
Hi Sorry - I thought I did

Hi
Sorry - I thought I did (downloaded at 9:38AM today)... YES the new version fixed that for me. I also like the skinning ability - simple and easy Smile
Rich

SmithTech
SmithTech's picture
Offline
Last seen: 1 year 11 months ago
Developer
Joined: 2006-11-24 18:06
Its working for me to with

Its working for me to with PR2
I like the new theme too.
Do you have photoshop psd's for the theme you can post?
Would make creating additional ones easier.

John

"Because they stand on a wall and say, 'Nothing is going to hurt you tonight. Not on my watch.'" (A Few Good Men)
Coincidence is God's way of remaining anonymous.(Albert Einstein)

plaskey
Offline
Last seen: 16 years 10 months ago
Joined: 2007-01-05 12:33
Compile OK, Error executing

Compiled using BDS 2006 Architect 10.0.2163.24987 Update 1 on Windows XP PRO SP 2. I copied the EXE to my protable HDD in place of version 1.0. I am running PAM from the root of my protable drive. When launching the app from the same machine I get the following error message:

Cannot open file "E:\App\DefaultData\Theme\background.jpg". The system cannot find the path specified.

I found that I had to copy the App folder from the project directory to the root of my portable drive. Now the app launches, but it only finds applications stored in the root of my drive. V1.0 was looking in :\PortableApps\

I haven't looked into the code to see if this is a bug or something that I am doing wrong. I will look into this later, but for now, it compiles and runs on my machine.

John T. Haller
John T. Haller's picture
Offline
Last seen: 7 hours 54 min ago
AdminDeveloperModeratorTranslator
Joined: 2005-11-28 22:21
Placement

Your errors are in placement. It needs to be placed in the PortableApps\PortableAppsMenu directory, same as before. And the App directory needs to stay with it now as well. All images are external and, if they're not found, you'll get an error.

Sometimes, the impossible can become possible, if you're awesome!

plaskey
Offline
Last seen: 16 years 10 months ago
Joined: 2007-01-05 12:33
Placement

I have been looking at the code and I see that changing the placement of the files will fix my problem. I noticed that I have the PAM executable in the root of my drive as well as in the correct location under PortableApps\

I corrected my file placement and everything is working as expected now. I hope I didn't cause any confusion.

I've been looking at your code and it is well done. Thanks for a great application!

John T. Haller
John T. Haller's picture
Offline
Last seen: 7 hours 54 min ago
AdminDeveloperModeratorTranslator
Joined: 2005-11-28 22:21
StartPortableApps,exe?

Perhaps you're confusing it with StartPortableApps.exe which just calls PortableAppsMenu.exe in the location mentioned. SPA.exe should be in the root directory to allow for easy launching of the menu.

I tried to keep the code as readable as possible and I added some extra comments for some of the current temporary hacks (like paths to the theme and icons) and what they'll be in the future. Glad you like it Smile

Sometimes, the impossible can become possible, if you're awesome!

sfb
Offline
Last seen: 17 years 2 months ago
Joined: 2006-12-05 16:07
Beautiful

I'm using Delphi 7, so I was unable to compile.

I REALLY like the dark theme! Runs like a charm - although I had no problem with the previous version.

Thanks!!!

Scott

Dirinfo
Offline
Last seen: 9 years 10 months ago
Developer
Joined: 2006-11-24 04:02
It works in French too!

Thank you very much!
Paste the following code into the Notepad, then save it as test.locale in the same folder as PortableAppsMenu.exe

[FORM_MAIN]
ICON_DOCUMENTS=Documents
ICON_MUSIC=Musique
ICON_PICTURES=Images
ICON_VIDEOS=Videos
ICON_EXPLORE=Explorer
ICON_BACKUP=Sauvegarder
ICON_OPTIONS=Options
ICON_HELP=Aide
ICON_SEARCH=Rechercher
MENU_BACKUP=Sauvegarder des fichiers
MENU_RESTORE=Restaurer depuis une sauvegarde
MENU_OPTIONS_SMALL_FONTS=Petits caractères
MENU_OPTIONS_LARGE_FONTS=Gros caractères
MENU_OPTIONS_ADD_APP=Installer une nouvelle application
MENU_OPTIONS_REMOVE_APP=Supprimer une application
MENU_OPTIONS_REFRESH_ICONS=Actualiser les icônes des applications
MENU_OPTIONS_GET_APPS=Obtenir de nouvelles applications...
MENU_SEARCH_DRIVE=Rechercher dans ce lecteur
MENU_SEARCH_COMPUTER=Rechercher dans cet ordinateur
MENU_SEARCH_WEB=Rechercher sur internet
Bigpapa
Offline
Last seen: 11 years 6 months ago
Joined: 2007-07-30 07:19
Suggestions

Je propose de remplacer quelques lignes du fichier:

  1. ICON_VIDEOS=Vidéos
  2. MENU_RESTORE=Restaurer une sauvegarde
  3. MENU_OPTIONS_SMALL_FONTS=Petite police
  4. MENU_OPTIONS_LARGE_FONTS=Grande police
  5. MENU_OPTIONS_ADD_APP=Installer une application

ligne 1: ajout de l'accent sur le "e"
Ligne 2: suppression de "depuis"
Lignes 3 et 4: remplacement de "caractères" par "police"
Ligne 5: suppression de "nouvelle"

Ces propositions sont faites dans l'optique de réduire la longueur des lignes et d'utiliser des termes (comme police) qui sont largement utilisés dans les applications francophones et francisée.
Ceci est fait dans le plus grand respect de ta réalisation.

Simeon
Simeon's picture
Offline
Last seen: 9 years 5 months ago
DeveloperTranslator
Joined: 2006-09-25 15:15
here's the german file

I hope I dont interfere with someones work. Wink

[FORM_MAIN]
ICON_DOCUMENTS=Dokumente
ICON_MUSIC=Musik
ICON_PICTURES=Bilder
ICON_VIDEOS=Video
ICON_EXPLORE=Laufwerk
ICON_BACKUP=Backup
ICON_OPTIONS=Optionen
ICON_HELP=Hilfe
ICON_SEARCH=Suche
MENU_BACKUP=Sicherung der Daten
MENU_RESTORE=Wiederherstellung der Daten
MENU_OPTIONS_SMALL_FONTS=Kleine Schrift
MENU_OPTIONS_LARGE_FONTS=Grosse Schrift
MENU_OPTIONS_ADD_APP=Installiere Programme
MENU_OPTIONS_REMOVE_APP=Entferne Programme
MENU_OPTIONS_REFRESH_ICONS=Auffrischen der Icons
MENU_OPTIONS_GET_APPS=Mehr Software...
MENU_SEARCH_DRIVE=Durchsuche dieses Laufwerk
MENU_SEARCH_COMPUTER=Durchsuche diesen Computer
MENU_SEARCH_WEB=Suche im Internet

[Moderator RM note: Please use <pre> around code blocks. I have fixed for you]

EDIT: Thanx! I didn't do much post-formatting so I'm not very familiar with this.
I changed the OPTIONS_ADD_APP, OPTIONS_REMOVE APP and MENU_RESTORE and shortened it because it was too long for the menu.

"What about Love?" - "Overrated. Biochemically no different than eating large quantities of chocolate." - Al Pacino in The Devils Advocate

gyger
Offline
Last seen: 16 years 5 months ago
Joined: 2006-01-27 15:31
New German File
[FORM_MAIN]
ICON_DOCUMENTS=Dokumente
ICON_MUSIC=Musik
ICON_PICTURES=Bilder
ICON_VIDEOS=Video
ICON_EXPLORE=Dateisystem
ICON_BACKUP=Backup
ICON_OPTIONS=Optionen
ICON_HELP=Hilfe
ICON_SEARCH=Suche
MENU_BACKUP=Backup Dateien
MENU_RESTORE=Wiederherstellen von Backup
MENU_OPTIONS_SMALL_FONTS=Kleine Schriften
MENU_OPTIONS_LARGE_FONTS=Große Schriften
MENU_OPTIONS_ADD_APP=Neues App installieren
MENU_OPTIONS_REMOVE_APP=App entfernen
MENU_OPTIONS_REFRESH_ICONS=App Icons neuladen
MENU_OPTIONS_GET_APPS=Mehr Apps...
MENU_SEARCH_DRIVE=Durchsuche dieses Laufwerk
MENU_SEARCH_COMPUTER=Durchsuche diesen Computer
MENU_SEARCH_WEB=Suche im Internet

I think this are better names. Smile

I'm Christ and that is good so.

MarkoMLM
MarkoMLM's picture
Offline
Last seen: 8 years 4 months ago
DeveloperTranslator
Joined: 2006-01-16 04:08
Perhaps the Final German File
[FORM_MAIN]
ICON_DOCUMENTS=Dokumente
ICON_MUSIC=Musik
ICON_PICTURES=Bilder
ICON_VIDEOS=Video
ICON_EXPLORE=Dateisystem
ICON_BACKUP=Backup
ICON_OPTIONS=Optionen
ICON_HELP=Hilfe
ICON_SEARCH=Suche
MENU_BACKUP=Dateien sichern
MENU_RESTORE=Wiederherstellen von Backup
MENU_OPTIONS_SMALL_FONTS=Kleine Schriften
MENU_OPTIONS_LARGE_FONTS=Große Schriften
MENU_OPTIONS_ADD_APP=Programme hinzufügen
MENU_OPTIONS_REMOVE_APP=Programme entfernen
MENU_OPTIONS_REFRESH_ICONS=Icons neu laden
MENU_OPTIONS_GET_APPS=Mehr Portable Apps...
MENU_SEARCH_DRIVE=Durchsuche dieses Laufwerk
MENU_SEARCH_COMPUTER=Durchsuche diesen Computer
MENU_SEARCH_WEB=Suche im Internet

Thank You for Your quick translations!
Marko

Paid for Software more or less?
What You need is OSS!

Simeon
Simeon's picture
Offline
Last seen: 9 years 5 months ago
DeveloperTranslator
Joined: 2006-09-25 15:15
Especially this one

Neues App installieren

"What about Love?" - "Overrated. Biochemically no different than eating large quantities of chocolate." - Al Pacino in The Devils Advocate

mena
Offline
Last seen: 5 years 3 weeks ago
Joined: 2006-08-19 02:17
The Hebrew localization

The Hebrew localization works too
I hope it's okay to post it here as well

Here it is:

[FORM_MAIN]
ICON_DOCUMENTS=מסמכים
ICON_MUSIC=מוסיקה
ICON_PICTURES=תמונות
ICON_VIDEO=וידאו
ICON_EXPLORE=סייר
ICON_BACKUP=גיבוי
ICON_OPTIONS=אפשרויות
ICON_HELP=עזרה
ICON_SEARCH=חיפוש
MENU_BACKUP=גיבוי קבצים
MENU_RESTORE=שחזור קבצים מגיבוי
MENU_OPTIONS_SMALL_FONTS=אותיות קטנות
MENU_OPTIONS_LARGE_FONTS=אותיות גדולות
MENU_OPTIONS_ADD_APP=התקן תוכנה חדשה
MENU_OPTIONS_REMOVE_APP=הסר תוכנה
MENU_OPTIONS_REFRESH_ICONS=רענן צלמיות
MENU_OPTIONS_GET_APPS=השג תוכנות נוספות...
MENU_SEARCH_DRIVE=חפש בכונן זה
MENU_SEARCH_COMPUTER=חפש במחשב זה
MENU_SEARCH_WEB=חפש באינטרנט

Regards, Shlomit

[Moderator RM note: Please use <pre> around code blocks. I have fixed for you]

mena
Offline
Last seen: 5 years 3 weeks ago
Joined: 2006-08-19 02:17
I have never done this

I have never done this before, could you show me an example?
Thanks, Shlomit

rich.bradshaw
Offline
Last seen: 10 years 10 months ago
Joined: 2006-10-05 08:41
Do you mean

Do you mean pre ?

Just put "pre" at the beginning of section, and "/pre" at the end, but swap "'s with < and >.

Looks like this!

[Moderator RM note: Use &lt; and &gt; instead of the actual characters. Have fixed for you.]

Ryan McCue
Ryan McCue's picture
Offline
Last seen: 14 years 6 months ago
Joined: 2006-01-06 21:27
Like this:
<pre>
Exec "YourMum.exe"
</pre>

will turn into:

Exec "YourMum.exe"

----
Ryan McCue
Person 1: Oh my god. You will never believe what just happened.
Person 2: What?
Person 1: I can't remember, I've forgotten.

"If you're not part of the solution, you're part of the precipitate."

rich.bradshaw
Offline
Last seen: 10 years 10 months ago
Joined: 2006-10-05 08:41
aha didn't know that that

aha didn't know that that would work! Spent ages trying to fix that!

SmithTech
SmithTech's picture
Offline
Last seen: 1 year 11 months ago
Developer
Joined: 2006-11-24 18:06
Compiles perfectly with

Compiles perfectly with TurboDelphi.
Sweet, I was able to change the documents directory structure to my liking and set the pictures button to open with irfanview.
And the menu looks fantastic with the theme I was able to create thanks to the new theme support.
Which brings up a suggestion for a future feature,
The ability to have Music, Pictures and Videos open with a custom program.

John

"Because they stand on a wall and say, 'Nothing is going to hurt you tonight. Not on my watch.'" (A Few Good Men)
Coincidence is God's way of remaining anonymous.(Albert Einstein)

Dirinfo
Offline
Last seen: 9 years 10 months ago
Developer
Joined: 2006-11-24 04:02
Disk capacity caption

Do you think about translating the free space indication too?

682MB free of 986MB

translates in French to

682Mo libres sur 986Mo

for instance.

anton
Offline
Last seen: 14 years 6 months ago
Joined: 2007-01-22 12:58
where must I put the free space indication.

where must I put the free space indication.

anton

SmithTech
SmithTech's picture
Offline
Last seen: 1 year 11 months ago
Developer
Joined: 2006-11-24 18:06
Blue Theme

I put together a blue theme.
If anyone wants it,
You can see it here
http://usb.smithtech.us/downloads/bluetheme.jpg
Download here
http://usb.smithtech.us/downloads/theme.zip

John

"Because they stand on a wall and say, 'Nothing is going to hurt you tonight. Not on my watch.'" (A Few Good Men)
Coincidence is God's way of remaining anonymous.(Albert Einstein)

Ryan McCue
Ryan McCue's picture
Offline
Last seen: 14 years 6 months ago
Joined: 2006-01-06 21:27
Nice

I'm going to make my own blue one which should match Royale though.
Yours looks good Smile
----
Ryan McCue
Person 1: Oh my god. You will never believe what just happened.
Person 2: What?
Person 1: I can't remember, I've forgotten.

"If you're not part of the solution, you're part of the precipitate."

SmithTech
SmithTech's picture
Offline
Last seen: 1 year 11 months ago
Developer
Joined: 2006-11-24 18:06
I adjusted the color on the

I adjusted the color on the original red theme for some more colors.
http://usb.smithtech.us/downloads/themes.zip
2 blue
2 green
1 purple

I added individual downloads and preview pics.
http://usb.smithtech.us/portableapps/themes/

John

"Because they stand on a wall and say, 'Nothing is going to hurt you tonight. Not on my watch.'" (A Few Good Men)
Coincidence is God's way of remaining anonymous.(Albert Einstein)

SmithTech
SmithTech's picture
Offline
Last seen: 1 year 11 months ago
Developer
Joined: 2006-11-24 18:06
Above Link Moved New

Above Link Moved
New Link

For those who have fought for it, freedom has a flavor the protected will never know

"Because they stand on a wall and say, 'Nothing is going to hurt you tonight. Not on my watch.'" (A Few Good Men)
Coincidence is God's way of remaining anonymous.(Albert Einstein)

Espreon
Espreon's picture
Offline
Last seen: 11 years 7 months ago
Joined: 2006-09-29 18:23
Superb Themes

Your themes are good SmithTech, they work great for me. Great Job!

spk
Offline
Last seen: 17 years 2 months ago
Joined: 2007-01-07 00:33
PortableApps Menu Beta

it works fine.
and a magic

I copied sqliteadmin and sqlitedatabrowser in portableaps folder.

these two are shown in portable apps meni also they work fine

thor erik
Offline
Last seen: 15 years 2 months ago
Joined: 2007-01-06 19:36
Norsk :D

Well made a norwegian translation(stil trying to figure out some words :p(i use the english words, so it may take some time :p)

[FORM_MAIN]
ICON_DOCUMENTS=Dokumenter
ICON_MUSIC=Musikk
ICON_PICTURES=Bilder
ICON_VIDEOS=Video
ICON_EXPLORE=Utforsk
ICON_BACKUP=Backup
ICON_OPTIONS=Instillinger
ICON_HELP=Hjelp
ICON_SEARCH=Søk
MENU_BACKUP=Ta backup
MENU_RESTORE=Gjennopprett
MENU_OPTIONS_SMALL_FONTS=Små Fonter
MENU_OPTIONS_LARGE_FONTS=Store Fonter
MENU_OPTIONS_ADD_APP=Installer
MENU_OPTIONS_REMOVE_APP=Fjern
MENU_OPTIONS_REFRESH_ICONS=Frisk opp
MENU_OPTIONS_GET_APPS=Få flere programmer
MENU_SEARCH_DRIVE=Søk på driver
MENU_SEARCH_COMPUTER=Søk på denne pcen
MENU_SEARCH_WEB=Søk på web

it's a fast translation Smile
but i won't do any hard work on it before the full version comes (so i don't have to do everything over again :))

Amazon
Offline
Last seen: 12 years 11 months ago
Joined: 2007-02-13 13:49
Spanish

[FORM_MAIN]
ICON_DOCUMENTS=Documentos
ICON_MUSIC=Música
ICON_PICTURES=Imágenes
ICON_VIDEOS=Vídeo
ICON_EXPLORE=Explorar
ICON_BACKUP=Backup
ICON_OPTIONS=Opciones
ICON_HELP=Ayuda
ICON_SEARCH=Buscar
MENU_BACKUP=Crear Backup
MENU_RESTORE=Cargar Backup
MENU_OPTIONS_SMALL_FONTS=Fuentes Pequeñas
MENU_OPTIONS_LARGE_FONTS=Fuentes Grandes
MENU_OPTIONS_ADD_APP=Instalar un Nuevo App
MENU_OPTIONS_REMOVE_APP=Borrar un App
MENU_OPTIONS_REFRESH_ICONS=Actualizar Iconos App
MENU_OPTIONS_GET_APPS=Obtener Más Apps...
MENU_SEARCH_DRIVE=Buscar en Disco Extraible
MENU_SEARCH_COMPUTER=Buscar en Ordenador
MENU_SEARCH_WEB=Buscar en Internet

I made my own in spanish, u can take it if u want Smile

arqbrulo
arqbrulo's picture
Offline
Last seen: 4 years 1 month ago
Joined: 2006-08-10 16:38
Thanks

Hey, thanks for this, and the time and effort you put into it, although it has already been translated on page 2
---------------
Marge: Homer, the plant called. They said if you don't show up tomorrow don't bother showing up on Monday.
Homer: Woo-hoo. Four-day weekend.

"In three words I can sum up everything I've learned about life: it goes on." -- Robert Frost
"In three words I can sum up everything I've learned about life: baby ain't mine." -- Adam Holguin

Amazon
Offline
Last seen: 12 years 11 months ago
Joined: 2007-02-13 13:49
Sorry ^^'

Didn't see there was a page number 2 ^^'

Day
Offline
Last seen: 7 years 5 months ago
Joined: 2006-12-09 19:40
When will renaming and

When will renaming and removing unwanted stuff from the menu be included? I thought it was suppose to be in the next release?

dannyoneill
Offline
Last seen: 17 years 2 months ago
Joined: 2006-12-28 12:23
This is only a minor

This is only a minor release. It was supposed to fix a few issues by the looks of things and give a taste of the theme options. The full release will include a bit more no doubt.

What menu options are you looking to remove? As its open source and its above you can easily change and re-compile it. Ive never touched delphi in my life and I figured it out soon enough.

Ryan McCue
Ryan McCue's picture
Offline
Last seen: 14 years 6 months ago
Joined: 2006-01-06 21:27
Correct

It's a bug fix with some new features.

I believe Day is referring to removing certain entries from the menu.
Example:

PortableApps\OMG
PortableApps\OMG\App.exe
PortableApps\OMG\7za.exe

Would turn up on the list as

OMG: The app
7zip command line launcher

A feature which has been promised is removing certain entries, so it would just be

OMG: The app

----
Ryan McCue
Person 1: Oh my god. You will never believe what just happened.
Person 2: What?
Person 1: I can't remember, I've forgotten.

"If you're not part of the solution, you're part of the precipitate."

Ryan McCue
Ryan McCue's picture
Offline
Last seen: 14 years 6 months ago
Joined: 2006-01-06 21:27
NockOut

I've got the need, the need to theme!
NockOut (sic) is my simple theme. It is called NockOut because the main colours are black and blue.
Try it out at http://portable.cubegames.net/NockOut.zip
----
Ryan McCue
Person 1: Oh my god. You will never believe what just happened.
Person 2: What?
Person 1: I can't remember, I've forgotten.

"If you're not part of the solution, you're part of the precipitate."

youknowme
Offline
Last seen: 17 years 1 month ago
Joined: 2006-07-24 18:35
Looks ok, but...

I think between you, Day, and others the effort is noticed, but I think if the color was just on the border and left alone on the right where the buttons are (grey/black) then they would conform more to what John's original theme is. Look at the themes SmithTech did. I think those are exactly what John could use without modification.

Ryan McCue
Ryan McCue's picture
Offline
Last seen: 14 years 6 months ago
Joined: 2006-01-06 21:27
Actually

I could have the gradient going sideways, so it's dark in the centre and light on the outside or vice versa.
I prefer it the way it is, but one must always please the customer Wink
Hopefully John will give us the PSD and/or XCF used to create the theme when he's back.
----
Ryan McCue
Person 1: Oh my god. You will never believe what just happened.
Person 2: What?
Person 1: I can't remember, I've forgotten.

"If you're not part of the solution, you're part of the precipitate."

youknowme
Offline
Last seen: 17 years 1 month ago
Joined: 2006-07-24 18:35
Maybe SmithTech can shed

Maybe SmithTech can shed some light what he used to do his.

Ryan McCue
Ryan McCue's picture
Offline
Last seen: 14 years 6 months ago
Joined: 2006-01-06 21:27
I used

Gimp but I accidentally saved as a JPG without saving it as a XCF first.
I'm converting it now though.
Edit: Try this: http://cubegames.net/background.xcf
I might use SmithTech's instead though.
----
Ryan McCue
Person 1: Oh my god. You will never believe what just happened.
Person 2: What?
Person 1: I can't remember, I've forgotten.

"If you're not part of the solution, you're part of the precipitate."

SmithTech
SmithTech's picture
Offline
Last seen: 1 year 11 months ago
Developer
Joined: 2006-11-24 18:06
All I did was color adjust

All I did was color adjust the original red theme to make the additional colors.
I've made a few more of my own, unfortunately I overwrote the first ones.
Here's the new ones.
http://usb.smithtech.us/downloads/themes.zip
http://usb.smithtech.us/downloads/bluetheme.jpg
http://usb.smithtech.us/downloads/background.psd

SmithTech

"Because they stand on a wall and say, 'Nothing is going to hurt you tonight. Not on my watch.'" (A Few Good Men)
Coincidence is God's way of remaining anonymous.(Albert Einstein)

youknowme
Offline
Last seen: 17 years 1 month ago
Joined: 2006-07-24 18:35
Thanks again, good work. Did

Thanks again, good work. Did you use gimp to color adjust or psp?

SmithTech
SmithTech's picture
Offline
Last seen: 1 year 11 months ago
Developer
Joined: 2006-11-24 18:06
I used PhotoShop,

I used PhotoShop, Image,Adjust,Hue/Saturation
If you want to do the gradient like John did in the original use the gradient in photoshop there is an option to do a "outward" gradient that basically starts in the middle and fills outward, you can do it horizontally or vertically.
Heres a 2nd psd
http://usb.smithtech.us/downloads/background2.psd

SmithTech

"Because they stand on a wall and say, 'Nothing is going to hurt you tonight. Not on my watch.'" (A Few Good Men)
Coincidence is God's way of remaining anonymous.(Albert Einstein)

SmithTech
SmithTech's picture
Offline
Last seen: 1 year 11 months ago
Developer
Joined: 2006-11-24 18:06
Themes Moved New Link For

Themes Moved
New Link

For those who have fought for it, freedom has a flavor the protected will never know

"Because they stand on a wall and say, 'Nothing is going to hurt you tonight. Not on my watch.'" (A Few Good Men)
Coincidence is God's way of remaining anonymous.(Albert Einstein)

dgrossato
Offline
Last seen: 17 years 1 month ago
Joined: 2007-01-03 06:52
Italian
[FORM_MAIN]
ICON_DOCUMENTS=Documenti
ICON_MUSIC=Musica
ICON_PICTURES=Immagini
ICON_VIDEOS=Video
ICON_EXPLORE=Esplora
ICON_BACKUP=Backup
ICON_OPTIONS=Opzioni
ICON_HELP=Aiuto
ICON_SEARCH=Ricerca
MENU_BACKUP=Backup
MENU_RESTORE=Ripristino
MENU_OPTIONS_SMALL_FONTS=Caratteri Piccoli
MENU_OPTIONS_LARGE_FONTS=Caratteri Grandi
MENU_OPTIONS_ADD_APP=Installa nuova App.
MENU_OPTIONS_REMOVE_APP=Rimuovi App.
MENU_OPTIONS_REFRESH_ICONS=Ricarica Icone
MENU_OPTIONS_GET_APPS=Altre Applicazioni...
MENU_SEARCH_DRIVE=Cerca in Questo Disco
MENU_SEARCH_COMPUTER=Cerca in Questo Computer
MENU_SEARCH_WEB=Cerca Sul Web

Bye
Davide
--:--
http://dgrossato.blogspot.com

El Salvador
Offline
Last seen: 14 years 2 months ago
Joined: 2005-12-09 10:10
Some phrases are

Some phrases are incorrect:

MENU_BACKUP=Crea backup
MENU_RESTORE=Ripristina backup
MENU_OPTIONS_ADD_APP=Installa nuova Applicazione
MENU_OPTIONS_REMOVE_APP=Rimuovi Applicazione
MENU_OPTIONS_GET_APPS=Scarica altre Applicazioni...
dgrossato
Offline
Last seen: 17 years 1 month ago
Joined: 2007-01-03 06:52
I have traslated them in the same way....

...but when I have tried them in the Apps Menù the strings become unreadable... You have tried in the same way?
Any Idea? Thanks.
Bye Bye
FDavide

--:--
http://dgrossato.blogspot.com

zikarus
Offline
Last seen: 12 years 6 months ago
Joined: 2006-10-10 16:32
It is getting...

better and better! Thank you John!

Two small issues on my behalf:

1. If I translate (rename) the "Video" Folder/Icon it does not show that after the PortableAppsMenu-restart.

2. To me it seems a bit weird to have a "Documents" button which does not lead me to documents ONLY but to a folder containing the other folders for Music, Video and Pictures too. Forces one to create another Documents folder inside the Documents folder.

BR
zikarus

wunderbar
Offline
Last seen: 15 years 5 months ago
Joined: 2006-12-19 23:15
RE: Documents

John has it setup the same way XP sets up the My Documents folder.

Your My Documents folder is home to everything, while the My Music and My Video folders are just sub-folders in My Documents in XP.

It's no different. You save your normal documents into the "dcouments" folder, while music goes in the "music" sub-folder.

SmithTech
SmithTech's picture
Offline
Last seen: 1 year 11 months ago
Developer
Joined: 2006-11-24 18:06
I understand why John

I understand why John structured the folders the way he did, compatibility and standardization.
That should be the default for most users who are used to doing things the "normal" way.
Unfortunately Microsoft frequently does things half @$$.
Music and Videos etc. aren't documents why they did it that way is beyond me.
One of the first things I do when I set up a new machine is move and rename those folders to.
+My Files
+-My Documents
+-My Music
+-My Pictures
etc.

I downloaded the source for PAM and changed the structure to
root
+PortableFiles
+-My Documents
+-My Music
+-My Pictures

Now I'm just waiting on the option to Add/Remove/Modify apps in the menu and PAM will be perfect.

SmithTech

"Because they stand on a wall and say, 'Nothing is going to hurt you tonight. Not on my watch.'" (A Few Good Men)
Coincidence is God's way of remaining anonymous.(Albert Einstein)

Ryan McCue
Ryan McCue's picture
Offline
Last seen: 14 years 6 months ago
Joined: 2006-01-06 21:27
I actually prefer

it like this:

U:\
U:\Documents\
U:\Media\
U:\Media\Pictures\
U:\Media\Music\

----
Ryan McCue
Person 1: Oh my god. You will never believe what just happened.
Person 2: What?
Person 1: I can't remember, I've forgotten.

"If you're not part of the solution, you're part of the precipitate."

allesklar
Offline
Last seen: 17 years 1 month ago
Joined: 2007-01-03 06:48
Spanish version

Here's my Spanish (Spain) version of test.locale

[FORM_MAIN]
ICON_DOCUMENTS=Documentos
ICON_MUSIC=Música
ICON_PICTURES=Fotos
ICON_VIDEO=Vídeos
ICON_EXPLORE=Explorar
ICON_BACKUP=Backup
ICON_OPTIONS=Opciones
ICON_HELP=Ayuda
ICON_SEARCH=Buscar
MENU_BACKUP=Crear Backup
MENU_RESTORE=Restaurar Backup
MENU_OPTIONS_SMALL_FONTS=Fuentes pequeñas
MENU_OPTIONS_LARGE_FONTS=Fuentes grandes
MENU_OPTIONS_ADD_APP=Añadir una aplicación
MENU_OPTIONS_REMOVE_APP=Quitar una aplicación
MENU_OPTIONS_REFRESH_ICONS=Actualizar iconos
MENU_OPTIONS_GET_APPS=Obtener más aplicaciones...
MENU_SEARCH_DRIVE=Buscar en esta unidad
MENU_SEARCH_COMPUTER=Buscar en este ordenador
MENU_SEARCH_WEB=Buscar en Internet

No he traducido "Backup" porque "Copia de Seguridad" queda demasiado largo... se aceptan sugerencias. Smile

arqbrulo
arqbrulo's picture
Offline
Last seen: 4 years 1 month ago
Joined: 2006-08-10 16:38
Translate "Backup" - Español

"Backup" can be translated as "Respaldo"
"Backup" se puede traducir como "Respaldo"
---------------
Teen1: Oh, here comes that cannonball guy. He's cool.
Teen2: Are you being sarcastic, dude?
Teen1: I don't even know anymore.

"In three words I can sum up everything I've learned about life: it goes on." -- Robert Frost
"In three words I can sum up everything I've learned about life: baby ain't mine." -- Adam Holguin

Walo
Offline
Last seen: 12 years 11 months ago
Joined: 2007-01-30 01:21
suggestions

"respaldo" es una buena traduccion para backup.

aquí:
MENU_SEARCH_COMPUTER=Buscar en este ordenador

sugeriría este cambio:
MENU_SEARCH_COMPUTER=Buscar en esta computadora

computadora es un termino mas usado en latinoamerica que ordenador y en algunos paises el termino ordenador es desconocido.

allesklar
Offline
Last seen: 17 years 1 month ago
Joined: 2007-01-03 06:48
.

En España, en cambio, el término más utilizado es ordenador. Computadora también existe, pero la verdad es que suena bastante raro utilizarlo.

Walo
Offline
Last seen: 12 years 11 months ago
Joined: 2007-01-30 01:21
propongo algo mejor, pq no

propongo algo mejor, pq no mejor utilizar el acrónimo PC? Creo q la gran mayoría de las personas que hablan español en la red conocen ese termino.

evil baz
Offline
Last seen: 16 years 1 month ago
Joined: 2006-06-08 00:31
De acuerdo

Estoy de acuerdo con lo de PC, ya que es un termino que los hispanohablantes relacionan con computadora u ordenador.

Y respaldo también es lo idóneo.

^^

UnLoboEstepario
Offline
Last seen: 15 years 10 months ago
Joined: 2007-03-18 19:15
Propuesta complementaria

Propongo la siguiente traducción, basada en la colocada por allesklar.

Salvo su mejor opinión, yo creo que habría que evitar tener un "español por país".

Si se comparte esta idea, me parece que sería bueno recibir comentarios que nos lleven a determinar una "versión única".

Aquí está la traducción:

[FORM_MAIN]
ICON_DOCUMENTS= Mis archivos
ICON_MUSIC=Música
ICON_PICTURES=Imágenes
ICON_VIDEO=Videos
ICON_EXPLORE=Explorador
ICON_BACKUP=Respaldos
ICON_OPTIONS=Herramientas
ICON_HELP=Ayuda
ICON_SEARCH=Búsquedas
MENU_BACKUP=Crear respaldo
MENU_RESTORE=Restaurar respaldo
MENU_OPTIONS_SMALL_FONTS=Menú en letra pequeña
MENU_OPTIONS_LARGE_FONTS=Menú en letra grande
MENU_OPTIONS_ADD_APP=Agregar un programa
MENU_OPTIONS_REMOVE_APP=Quitar un programa
MENU_OPTIONS_REFRESH_ICONS=Actualizar menú de programas
MENU_OPTIONS_GET_APPS=Obtener más programas...
MENU_SEARCH_DRIVE=Buscar en la unidad USB
MENU_SEARCH_COMPUTER=Buscar en la PC
MENU_SEARCH_WEB=Buscar en Internet

Se ha evitado usar mayúsculas en todas las palabras, a excepción de la primera letra.

En algunos casos, más que la traducción literal del inglés, se ha optado por incluir una leyenda que se ha considerado de mayor claridad, sobre todo para los usuarios con poca destreza en el manejo de PC's

Las diferencias con la primera traducción son:

Documentos por Mis archivos
Vídeos (con acento) a Videos (sin acento)
Explorar por Explorador
Backup por Respaldos
Opciones por Herramientas
Buscar por Búsquedas
Crear backup por Crear respaldo
Restaurar backup por Restaurar respaldo
Fuentes pequeñas por Menú en letra pequeña
Fuentes grandes por Menú en letra grande
Añadir una aplicación por Agregar un programa
Quitar una aplicación por Quitar un programa
Actualizar iconos por Actualizar menú de programas
Obtener más aplicaciones... por Obtener más programas...
Buscar en esta unidad por Buscar en la unidad USB
Buscar en este ordenador por Buscar en la PC

NOTA: Si videos sin acento no es aceptable en todos los países hispanoparlantes, creo que sería mejor utilizar la palabra "Películas"

Patrick Patience
Offline
Last seen: 4 years 3 months ago
DeveloperModerator
Joined: 2007-02-20 19:26
Mhm...

Yea...umm...it....sounds good... Blum ?!

Umm, films...it's a nice word, but, I think videos ir better. Because films would be a full movie normally in my thinking, whearas a video can be any kind of "video".

And the capital letters at just the beggining makes sense.

Cholito
Offline
Last seen: 16 years 10 months ago
Joined: 2007-04-04 21:16
El problema con película,

El problema con película, es que se refiere a eso, a una película, no a un vídeo/video (que por cierto, son sinónimos, al igual estratósfera y estratosfera).

Saludos
Alejandro Matos

Saludos
Alejandro Matos

Patrick Patience
Offline
Last seen: 4 years 3 months ago
DeveloperModerator
Joined: 2007-02-20 19:26
Exactly./Exactamente.

What is "estratosfera"?

---

Cuál es "estratosfera"?

_____________________________
I felt so different without a signature.

CaReCoiN
Offline
Last seen: 16 years 9 months ago
Joined: 2007-06-10 12:22
Answer, hahaha

Stratosphere is a part (or a cape) of the atmosphere.

La estratósfera es una parte (o una capa) de la atmósfera.

---CaReCoiN---
caremoneda@gmail.com

Signature automatically removed for containing links

Acex
Offline
Last seen: 16 years 2 months ago
Joined: 2007-01-10 16:01
About

why the menu app does not have an About menu? for version info and...?

dannyoneill
Offline
Last seen: 17 years 2 months ago
Joined: 2006-12-28 12:23
Vist

Found an issue. When it comes to displaying your icons it checks the version number of windows. Problem is it wants the major version to be 5 or higher and the minor to be 1 or higher for it to display alpha transparant icons.

Vista is version 6.0. So it fails on the...

and (Win32MinorVersion >= 1)

So I changed that line (around line 300) to read

if (Win32MajorVersion >= 5) and (Win32MinorVersion >= 1) or (Win32MajorVersion >= 6)

Im not a delphi programmer, this is just the way I figured to get it to display alpha icons in XP and Vista.

Ryan McCue
Ryan McCue's picture
Offline
Last seen: 14 years 6 months ago
Joined: 2006-01-06 21:27
So

it wants it to be 5.1 or higher.
Personally, I'd concatenate the strings into a floating point integer, then check.
----
Ryan McCue
Person 1: Oh my god. You will never believe what just happened.
Person 2: What?
Person 1: I can't remember, I've forgotten.

"If you're not part of the solution, you're part of the precipitate."

buymeapc
Offline
Last seen: 17 years 2 months ago
Joined: 2006-06-15 10:52
Mirror

Is there possibly a mirror for the binary? I can't download it..:-(

John T. Haller
John T. Haller's picture
Offline
Last seen: 7 hours 54 min ago
AdminDeveloperModeratorTranslator
Joined: 2005-11-28 22:21
If you can visit this site...

If you can visit this site, you can download the binary linked at the top of this thread (they're hosted on the same server). If you can't download, then you're being blocked by a firewall or similar and a mirror won't help at all.

Sometimes, the impossible can become possible, if you're awesome!

buymeapc
Offline
Last seen: 17 years 2 months ago
Joined: 2006-06-15 10:52
D'oh! I'll just have to be

D'oh! I'll just have to be patient and download it from another computer then...The firewall here thinks it's a Trojan (Banker.cfg)

The MAZZTer
The MAZZTer's picture
Offline
Last seen: 1 year 2 months ago
Developer
Joined: 2006-11-17 15:31
Bug Report Thing

Description: Portable Apps Menu itself will appear in the menu list if the folder it is in is not named "PortableAppsMenu".

Workaround: Rename the folder it resides in to "PortableAppsMenu" and the item will no longer appear in the list.

Suggested Fix #1 (Recommended): Get the full path of the running program (ie C:\Path\PortableAppsMenu.exe) and ensure it is never added to the menu, and remove the special check for the "PortableAppsMenu" folder. In some languages, you can get the full path of the running program by grabbing the "0th" command line parameter.

Suggested Fix #2: Do not use the directory check. Instead, check for the PortableAppsMenu.exe filename.

Signature automatically removed for being too awesome.

Pages

Topic locked