You are here

PortableApps Menu Mod r15 - *FINAL*

58 posts / 0 new
Last post
netdroid9
Offline
Last seen: 16 years 8 months ago
Joined: 2007-06-23 03:24
PortableApps Menu Mod r15 - *FINAL*

PortableApps Menu Mod r15

More Information & Download

Why the *FINAL*? Simply put, as I stated would happen in the r12 thread, other obligations have caught up with me. I apologize for not being able to implement categories and other requested features in time. I wish to thank Tewan for hosting the mods, and everyone for their suggestions. I had fun implementing them :).

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

Thanks, I'll check it out.

_______________________________________________
It's kinda scary when my desktop is messier than my room...

incubus
Offline
Last seen: 16 years 7 months ago
Joined: 2007-06-23 21:33
Mirror R13

HI!

Mirror R13

greetz

xrxca
Offline
Last seen: 10 years 2 months ago
Joined: 2007-07-03 23:59
Suggestions

Very nice, but I have a couple queries/suggestions, 1st is the problem of figuring out just what path to use for an executable in a custom button, I ended up using the full path without the drive (starting with "\PortableApps\Applic\App\App.Exe" as everything else seemed to be handled differently depending on how the menu got started (The working directory may not be consistent so a relative path didn't seem to work properly). To this end I'd like to suggest the possibility of a few macros for the PathToApp entry.

{DRIVE}  Drive Letter (P:)
{APPS}   PortableApps Dir (P:\PortableApps)
{THEME}  Theme Dir (P:\PortableApps\PortableAppsMenu\Data\Theme\MyTheme)

Which could be implemented be replacing line 2776 with

Hint := StringReplace(StringReplace(StringReplace(iniTheme.ReadString(strSection, 'PathToApp', ''),
  '{DRIVE}', ExtractFileDrive(ParamStr(0)), [rfReplaceAll, rfIgnoreCase]),
  '{APP}', ExtractFileDir(ExtractFileDir(ParamStr(0))), [rfReplaceAll, rfIgnoreCase]),
  '{THEME}', ExtractFileDir(ParamStr(0))+'/Data/Theme/'+strTheme, [rfReplaceAll, rfIgnoreCase]);

It might be nice to be able to provide cmd line parameters to the app run (ie: explorer.exe P:) but that can be handled by a script run from the menu. (and it would be a lot more difficult to add to the current program as you'd need either another string storage linked to the imgarrCustomImages, or you'd have to add a parser for the Hint property.

The other thing I noticed was that the Theme menu doesn't always show the actual theme, when i changed from my theme to the custom button demo, it would still show as my theme selected. When you first start the theme indicates correctly, but changing to another them other than the first or second (it seems) ends up with an incorrectly checked menu item.
_________________________
* user (noun) usually offensive : a person affected with idiocy, often used as an explicative after hanging up the phone.

_________________________
* programmer (noun) : a predominantly nocturnal creature fueled by either Caffeine or Sugar (Or Both).

netdroid9
Offline
Last seen: 16 years 8 months ago
Joined: 2007-06-23 03:24
Argh! You're right, I messed

Argh! You're right, I messed up. I like your idea of using macros, I'd have just done it the cop-out way and used a relative path (breaking my own example theme in the process :P). I hope you don't mind if I copy'n'paste your code ;).

That menu issue is weird 0.o. It looks like I'm getting the wrong menu item altogether in the menu arguments, and it's been somehow syncing up with the value parameter, which is why it still works. As for fixing it, I've been calling SetupMenus (which checks everything properly) whenever I change a theme/locale, so the glitchy code is redundant anyway.

xrxca
Offline
Last seen: 10 years 2 months ago
Joined: 2007-07-03 23:59
Go for it

Copy and Paste away, that's why I posted it. (I see it's already done)

I use an older version of Delphi, 6 Enterprise which with the Jedi stuff dropped on does what I need, but as a result I haven't got a couple of the shiny new components needed to compile this thing (Until I have no choice I'm not forking out big bucks to upgrade my version)

On the other hand, what version are you using, is it the Turbo Explorer version? If so I have an unused laptop I could toss that on.
_________________________
* user (noun) usually offensive : a person affected with idiocy, often used as an explicative after hanging up the phone.

_________________________
* programmer (noun) : a predominantly nocturnal creature fueled by either Caffeine or Sugar (Or Both).

netdroid9
Offline
Last seen: 16 years 8 months ago
Joined: 2007-06-23 03:24
I use Turbo Delphi 2006 .

I use Turbo Delphi 2006 ;).

NeoRame
NeoRame's picture
Offline
Last seen: 3 years 4 months ago
Joined: 2007-05-11 09:12
cool but....

I can still not change the programm list and the up and down arrows ( place and size ). Is there a possibility to do that in the next version because I dont want to arrange my themes and topics around those fixed arrows.

NeoRame

--------------------------------------------------------------
Sorry for my lousy English!!!

My PAM THEMES BLOG

Hell was full, so I came back!!!
Sorry for my lousy English!!!

netdroid9
Offline
Last seen: 16 years 8 months ago
Joined: 2007-06-23 03:24
The app list can be moved

The app list can be moved with 'OffsetX' and 'OffsetY', and the size can be changed with 'ListSize'. They're all supposed to go under 'AppButtons'

Make sure you're using the latest theme.ini, too.

Also, ListSize isn't in the theme.ini file 0.o. Stick ListSize=20 under AppButtons in the theme.ini file and fiddle with it to change the size. I have to point out that it can't go under 20 or it won't have an effect (because I'm too lazy to get rid of the default app buttons and besides which, it hasn't been tested fully yet).

NeoRame
NeoRame's picture
Offline
Last seen: 3 years 4 months ago
Joined: 2007-05-11 09:12
thanks for the fast

thanks for the fast response. this with the apps list ihave understand. With that lists I had seen in old verion.
but my importent thing are the list buttons for up and down the list. when i can change this button, This would be miraculous.

greetz

NeoRame

--------------------------------------------------------------
Sorry for my lousy English!!!

My PAM THEMES BLOG

Hell was full, so I came back!!!
Sorry for my lousy English!!!

netdroid9
Offline
Last seen: 16 years 8 months ago
Joined: 2007-06-23 03:24
You mean changing the

You mean changing the location of the up and down buttons individually? That shouldn't be too hard, I'll take a look.

NeoRame
NeoRame's picture
Offline
Last seen: 3 years 4 months ago
Joined: 2007-05-11 09:12
thats exactly what i mean.

thats exactly what i mean. please have a look. i have many ideas for themes.

greetz and thanks

NeoRame

--------------------------------------------------------------
Sorry for my lousy English!!!

My PAM THEMES BLOG

Hell was full, so I came back!!!
Sorry for my lousy English!!!

netdroid9
Offline
Last seen: 16 years 8 months ago
Joined: 2007-06-23 03:24
I've implemented it. You

I've implemented it. You can't change the font stuff, but that's because they don't use a font (from what I can tell), so it's no big loss.

Zach Thibeau
Zach Thibeau's picture
Offline
Last seen: 1 year 5 months ago
Developer
Joined: 2006-05-26 12:08
Hmm....

Very Nice Indeed it comes very comes close to being the number 1 menu on my list currently it's number 2 and number 1 is portable dev's c++ version of pam which can be dragged around which I like because on my laptop the corner the original pam uses is blotched out on my laptop because of an accident that happened to it a while ago
-----------------------------
"I don't fear Computers. I fear the lack of them" Isaac Asimov

your friendly neighbourhood moderator Zach Thibeau

netdroid9
Offline
Last seen: 16 years 8 months ago
Joined: 2007-06-23 03:24
The menu's location is the

The menu's location is the domain of the theme.ini file, the easiest way to change it is to either set SwitchSides to 1 in your theme's ini file or change it's OffsetX and OffsetY properties. These properties are under the '[frmMenu]' heading ;).

incubus
Offline
Last seen: 16 years 7 months ago
Joined: 2007-06-23 21:33
i cannot realy code delphi

but isnt it possible like in c c++ or d
to unbind the positioning.
so u can move it around and maybe let it dock to another side?
maybe simply by imlementing an Percent of edge input box like in
Kooldock Kubuntu there u need the x offsets in percents and can move it all around
so the menu must know the window size of the Desktop the u can say

left from screen 30 % like this

and this with an button for top left right and bottom Biggrin
do not know if this possible.

greetz

netdroid9
Offline
Last seen: 16 years 8 months ago
Joined: 2007-06-23 03:24
It's definitely possible to

It's definitely possible to unbind it and move it around, but OffsetX and OffsetY achieve the same purpose in a more consistent manner. Percentages are a good idea though, I'll have a look tommorrow.

EDIT: They're implemented for the frmMenu section, but implementing them for AppButtons would be needlessly complex (another constant to update all the time, or worse, a new variable to update on initialization :().

Keviin_
Offline
Last seen: 16 years 1 week ago
Joined: 2007-05-19 08:05
c[x. y is wallpaper swap

c[x. y is wallpaper swap always checked? even if i disable it, when PAM is launched it get's checked agnz. it's even checked when i don't hav a wallpaper
---
Firefox or Firefox?

_________________________
"A $5000 Computer... and it can't do a task as simple as killing Flanders!" -Homer

netdroid9
Offline
Last seen: 16 years 8 months ago
Joined: 2007-06-23 03:24
Enable Wallpaper Swap means

Enable Wallpaper Swap means that if it finds a wallpaper, it'll change the backdrop. I'm leaving it enabled when there isn't a wallpaper because I tried disabling it and found it really glitchy.

As for it staying checked, that's a glitch on my behalf :(. *Fixes*

incubus
Offline
Last seen: 16 years 7 months ago
Joined: 2007-06-23 21:33
Mirror Repacked R14

Hi!
edited the language files cause 2 minor bugs in it.
i send the corrected ones to netroid.

R14 Repack
Locales

greetz

Markco
Offline
Last seen: 16 years 8 months ago
Joined: 2007-07-07 13:38
This build seems to mess up

This build seems to mess up the themes and makes it difficult to use and see. I get the background pic inside the menu. Must go back to R13 since that one works ok.

xrxca
Offline
Last seen: 10 years 2 months ago
Joined: 2007-07-03 23:59
That looks like an oops.

He managed to get the custom buttons example theme.ini in the default directory, copying the theme.ini from R13's default directory seemed to fix the default theme for me (but then I don't use the default theme)
_________________________
* user (noun) usually offensive : a person affected with idiocy, often used as an explicative after hanging up the phone.

_________________________
* programmer (noun) : a predominantly nocturnal creature fueled by either Caffeine or Sugar (Or Both).

Markco
Offline
Last seen: 16 years 8 months ago
Joined: 2007-07-07 13:38
Thanks. That fixed it for me

Thanks. That fixed it for me as well!

netdroid9
Offline
Last seen: 16 years 8 months ago
Joined: 2007-06-23 03:24
Oops 0.0! Teaches me not to

Oops 0.0! Teaches me not to double-check whenever I copy'n'paste stuff :P.

netdroid9
Offline
Last seen: 16 years 8 months ago
Joined: 2007-06-23 03:24
Out of curiosity, where were

Out of curiosity, where were the bugs?

incubus
Offline
Last seen: 16 years 7 months ago
Joined: 2007-06-23 21:33
in locale ??

Hi there are two mini faults no bugs in it
wrong version numbers in german.
and you have some doubled words in youre english one Biggrin cause of the new uninstall text Biggrin

greetz

netdroid9
Offline
Last seen: 16 years 8 months ago
Joined: 2007-06-23 03:24
D'oh! Thanks for pointing

D'oh! Thanks for pointing that out :).

whibo
Offline
Last seen: 3 years 3 months ago
Joined: 2006-11-23 16:00
The french.locale file

I did the french.locale file
It's the français-fra.locale file.
It's here: http://whibo.4shared.com

Zach Thibeau
Zach Thibeau's picture
Offline
Last seen: 1 year 5 months ago
Developer
Joined: 2006-05-26 12:08
Hmm

Sorry to hear that production will cease but I do hope that you'll get your chance to catch up on your things
-----------------------------
"I don't fear Computers. I fear the lack of them" Isaac Asimov

your friendly neighbourhood moderator Zach Thibeau

xrxca
Offline
Last seen: 10 years 2 months ago
Joined: 2007-07-03 23:59
But wait a sec...

Here I just finished making the modifications to allow the menu to be dragged around the screen, and your quitting on me?

Downloaded and installed Turbo Delphi just for that purpose, the only thing I haven't put in is saving the changed offsets to PortableAppsMenu.ini, mostly because that opens a new can of worms in that when the offsets were loaded I'd have to check that we still fit within the current screen, and if it didn't fit, do I move it just move enough to fit, or drop back to the theme defaults.
And if a new theme is loaded do we use the moved location as a start or do the same check (keep location if fits otherwise move, right now it uses the theme default always)

I was going to paste the mods required here, but if your done I may have to take it over, not that I have that much more time available.
_________________________
* user (noun) usually offensive : a person affected with idiocy, often used as an explicative after hanging up the phone.

_________________________
* programmer (noun) : a predominantly nocturnal creature fueled by either Caffeine or Sugar (Or Both).

Zach Thibeau
Zach Thibeau's picture
Offline
Last seen: 1 year 5 months ago
Developer
Joined: 2006-05-26 12:08
Dude

Post it please. I've been waiting for it for some while Biggrin
-----------------------------
"I don't fear Computers. I fear the lack of them" Isaac Asimov

your friendly neighbourhood moderator Zach Thibeau

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

I've modified John's installer for this, I didn't use his wizard image as I thought it would make people unclear as to whether it was officially supported, so I used the only one I have, mine. It should work fine, and it's much easier than .rar.

Download PortableApps Menu Mod r15 Easy Install

Disclaimer: Please be aware this version of the PortableApps Menu is a modification of the original version by PortableApps.com and is not officially supported.

You can have Tewan mirror it if you'd like

_______________________________________________
It's kinda scary when my desktop is messier than my room...

Overlord
Offline
Last seen: 12 years 3 months ago
Joined: 2006-08-30 04:18
Yeah, I also would say you

Yeah, I also would say you should use the Mirror from Tewan if netdroid9 doesn't have any problems with this ....

You could just start a new Project and let the R15 be downloadable because it's the last version from netdroid9 ....

NeoRame
NeoRame's picture
Offline
Last seen: 3 years 4 months ago
Joined: 2007-05-11 09:12
i need help. i want to made

i need help.

i want to made an installer for my themes. i have the install.nsi the wizard.bmp and the folders but he dont compile this.
he say:

Error in macro MUI_WELCOMEFINISHPAGE_INIT on macroline 5
Error in macro MUI_GUIINIT on macroline 2
Error in macro MUI_FUNCTION_GUIINIT on macroline 4
Error in macro MUI_INSERT on macroline 11
Error in macro MUI_LANGUAGEFILE_BEGIN on macroline 4
!include: error in script: "C:\Programme\NSIS\Contrib\Modern UI\Language files\English.nsh" on line 9
Error in macro MUI_LANGUAGE on macroline 5
Error in script "C:\Dokumente und Einstellungen\lager.KANITZ\Desktop\PortableAppsInstaller\Installer.nsi" on line 91 -- aborting creation process

i need the missing files. can you please help me?

NeoRame

--------------------------------------------------------------
Sorry for my lousy English!!!

My PAM THEMES BLOG

Hell was full, so I came back!!!
Sorry for my lousy English!!!

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

Right now I'm modifying John's install for your themes, and making you an example installer. I will post it and all the needed plugins for you to compile when I'm done, should take less than an hour to make sure it's all right.

Then I will highlight all the parts you need to change for each new theme, is that okay?

_______________________________________________
It's kinda scary when my desktop is messier than my room...

NeoRame
NeoRame's picture
Offline
Last seen: 3 years 4 months ago
Joined: 2007-05-11 09:12
that would be wonderfull.

that would be wonderfull. thanks for the effort. I in your guilt

--------------------------------------------------------------
Sorry for my lousy English!!!

My PAM THEMES BLOG

Hell was full, so I came back!!!
Sorry for my lousy English!!!

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

What is the exact location where themes for the PortableApps Menu Mod need to be install to?

Eg.

X:\PortableApps\PortableAppsMenu\App\etc...

Or is it like

X:\PortableApps\PortableAppsMenuMod\etc...

?

_______________________________________________
It's kinda scary when my desktop is messier than my room...

NeoRame
NeoRame's picture
Offline
Last seen: 3 years 4 months ago
Joined: 2007-05-11 09:12
the location

the location are:

X:\PortableApps\PortableAppsMenu\Data\Theme\(ThemeNamed Folder)

--------------------------------------------------------------
Sorry for my lousy English!!!

My PAM THEMES BLOG

Hell was full, so I came back!!!
Sorry for my lousy English!!!

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

Just realized that. So, I'm not sure what I'm going to do, I can make you an installer, but when the drive it plugged it, it will only search for the PortableApps Menu Mod theme setup, not the original PortableApps Menu theme setup, I could try adding in both locations, making the mod the dafault, if it's too hard, I'll just post the installer for the Mod, and then made a revision for the original. If that okay?

_______________________________________________
It's kinda scary when my desktop is messier than my room...

NeoRame
NeoRame's picture
Offline
Last seen: 3 years 4 months ago
Joined: 2007-05-11 09:12
yeah thats

yeah thats fine.

--------------------------------------------------------------
Sorry for my lousy English!!!

My PAM THEMES BLOG

Hell was full, so I came back!!!
Sorry for my lousy English!!!

incubus
Offline
Last seen: 16 years 7 months ago
Joined: 2007-06-23 21:33
Thx

Thx for the releases man.
maybe you can go on in future time Biggrin

well done job

greetz

P.S Mirror will be up later

yurzub
Offline
Last seen: 15 years 7 months ago
Joined: 2007-06-04 12:21
great run

You have managed to capture every feature that just about everyone has suggested in these releases [cept for organization, but that's a tough and time consuming cookie]. Congrats on a great mod!

Now then, back to business. I know you guys out there have been theming this mod like crazy. Now that 13/14/15 is out, theming is just about all-powerful. Share your awesomeness, share your themes!

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

Here's the source to the installer, I've just posted it to take a look and make sure it's all good, and that you don't see any obvious mistakes.

;Copyright 2007 John T. Haller

;Installer Website: http://PortableApps.com/

;Theme Website: http://blog.kain-planet.de/

;This software is OSI Certified Open Source Software.
;OSI Certified is a certification mark of the Open Source Initiative.

;This program is free software; you can redistribute it and/or
;modify it under the terms of the GNU General Public License
;as published by the Free Software Foundation; either version 2
;of the License, or (at your option) any later version.

;This program is distributed in the hope that it will be useful,
;but WITHOUT ANY WARRANTY; without even the implied warranty of
;MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
;GNU General Public License for more details.

;You should have received a copy of the GNU General Public License
;along with this program; if not, write to the Free Software
;Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.

;EXCEPTION: Can be used with non-GPLed open source apps distributed by PortableApps.com

!define NAME "The Mac OS X Tiger Theme"
!define SHORTNAME "Mac OS X Tiger"
!define VERSION "1.0.0.0"
!define FILENAME "Mac_OS_X_Tiger_Theme_1.0.0.0"

;=== Program Details
Name "${NAME}"
OutFile "${FILENAME}.pat.exe"
InstallDir "\${SHORTNAME}"
Caption "${NAME} | PortableApps.com Installer"
VIProductVersion "${VERSION}"
VIAddVersionKey ProductName "${NAME}"
VIAddVersionKey Comments "For additional details, visit PortableApps.com"
VIAddVersionKey CompanyName "NeoRame"
VIAddVersionKey LegalCopyright "PortableApps.com and contributors"
VIAddVersionKey FileDescription "${NAME}"
VIAddVersionKey FileVersion "${VERSION}"
VIAddVersionKey ProductVersion "${VERSION}"
VIAddVersionKey InternalName "${NAME}"
VIAddVersionKey LegalTrademarks "PortableApps.com is a Trademark of Rare Ideas, LLC."
VIAddVersionKey OriginalFilename "${FILENAME}.pat.exe"
;VIAddVersionKey PrivateBuild ""
;VIAddVersionKey SpecialBuild ""

;=== Runtime Switches
;SetDatablockOptimize on
;SetCompress off
SetCompressor /SOLID lzma
CRCCheck on
AutoCloseWindow True
RequestExecutionLevel user

;=== Include
!include "MUI.nsh"
!include "FileFunc.nsh"
!insertmacro GetOptions
!insertmacro GetDrives

;=== Program Icon
Icon "themeicon.ico"

;=== Icon & Stye ===
!define MUI_ICON "themeicon.ico"
BrandingText "Installer Created By PortableApps.com - Your Digital Life, Anywhere™"

;=== Pages
!define MUI_WELCOMEFINISHPAGE_BITMAP wizard.bmp
!define MUI_WELCOMEPAGE_TITLE "${NAME}"
!define MUI_WELCOMEPAGE_TEXT "$(welcome)"
!insertmacro MUI_PAGE_WELCOME
;!define MUI_LICENSEPAGE_RADIOBUTTONS
;!insertmacro MUI_PAGE_LICENSE "EULA.txt"
;!define MUI_PAGE_CUSTOMFUNCTION_LEAVE CheckForRunningApp
!insertmacro MUI_PAGE_DIRECTORY
!insertmacro MUI_PAGE_INSTFILES
!define MUI_FINISHPAGE_TEXT "$(finish)"
!insertmacro MUI_PAGE_FINISH

;=== Languages
!insertmacro MUI_LANGUAGE "English"

LangString welcome ${LANG_ENGLISH} "This wizard will guide you through the installation of ${NAME}.\r\n\r\nClick Next to continue."
LangString finish ${LANG_ENGLISH} "${NAME} has been installed on your device.\r\n\r\nClick Finish to close this wizard."

;=== Variables
Var FOUNDTHEMEPATH

Function .onInit
	;StrCpy $FOUNDTHEMEPATH ''

	${GetOptions} "$CMDLINE" "/DESTINATION=" $R0

	IfErrors CheckLegacyDestination
		StrCpy $INSTDIR "$R0${SHORTNAME}"
		Goto InitDone

	CheckLegacyDestination:
		ClearErrors
		${GetOptions} "$CMDLINE" "-o" $R0
		IfErrors NoDestination
			StrCpy $INSTDIR "$R0${SHORTNAME}"
			Goto InitDone

	NoDestination:
		ClearErrors
		${GetDrives} "HDD+FDD" GetDrivesCallBack
		StrCmp $FOUNDTHEMEPATH "" DefaultDestination
			StrCpy $INSTDIR "$FOUNDTHEMEPATH\${SHORTNAME}"
			Goto InitDone
		
	DefaultDestination:
		StrCpy $INSTDIR "\${SHORTNAME}"

	InitDone:
FunctionEnd

Function GetDrivesCallBack
	;=== Skip usual floppy letters
	StrCmp $8 "FDD" "" CheckForThemePath
	StrCmp $9 "A:\" End
	StrCmp $9 "B:\" End
	
	CheckForThemePath:
		IfFileExists "$9PortableApps\PortableAppsMenu\Data\Theme" "" End
			StrCpy $FOUNDTHEMEPATH "$9PortableApps\PortableAppsMenu\Data\Theme"

	End:
		Push $0
FunctionEnd

Section "!App Portable (required)"
	SetOutPath $INSTDIR
	File /r "Files\*.*"
SectionEnd

_______________________________________________
It's kinda scary when my desktop is messier than my room...

NeoRame
NeoRame's picture
Offline
Last seen: 3 years 4 months ago
Joined: 2007-05-11 09:12
i cant see any error in your

i cant see any error in your file.

--------------------------------------------------------------
Sorry for my lousy English!!!

My PAM THEMES BLOG

Hell was full, so I came back!!!
Sorry for my lousy English!!!

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

Now I'll bold the parts you need to change for each theme, and create different scripts for the Original PAM, and installing a "Bundle" of themes.

I'll then post the example, tell you where to get the plug-ins, and zip up the setup you need when compiling.

_______________________________________________
It's kinda scary when my desktop is messier than my room...

The Living Dead
Offline
Last seen: 16 years 8 months ago
Joined: 2007-07-09 14:32
Icons Don't show

This may be a little noobish, but my icons don't show for my apps. EX: The Firefox Logo doesn't show up beside the name Firefox Portable. I have all my apps installed in The root folder which is G:\ on my computer. I have NO idea what I did wrong. Can someone help?

LittleUnkn0wn
Offline
Last seen: 8 months 1 week ago
Joined: 2006-11-02 11:09
PortableApps

The Apps must be installed in G:\PortableApps. So, for example, FirefoxPortable.exe would be in G:\PortableApps\FirefoxPortable
=====================
There are 10 kind of people in this world: those who understand binary, and those with friends.

incubus
Offline
Last seen: 16 years 7 months ago
Joined: 2007-06-23 21:33
which theme

which theme are u using ??

whibo
Offline
Last seen: 3 years 3 months ago
Joined: 2006-11-23 16:00
The french.locale file

I did it
It's the français-fra.locale file.
YOU CAN MODIFY IT AND INCLUDE IT TO THE NEXT PORTABLEAPPS MENU MOD OR/AND UPDATE THE PORTABLEAPPS MENU MOD R15 WITH THIS FILE. It's because I do the french.locale file for each PortableApps Menu Mod and it's never include in. It's........cheap for all my work.

incubus
Offline
Last seen: 16 years 7 months ago
Joined: 2007-06-23 21:33
hmmm

cant get into the files directory to download anything ?

hmmm

if i could i would repack the mirror version of R15 with youre locale :|

greetz

Mirror All Language Files included

Mirror R15 Multilang

greetz

yurzub
Offline
Last seen: 15 years 7 months ago
Joined: 2007-06-04 12:21
Xrxca is continuing the mod

Xrxca is continuing the mod [draggable version], so just post it in his thread and ask him to package it Smile

Sarc
Offline
Last seen: 14 years 8 months ago
Joined: 2007-06-30 10:30
Some Queries

Hi,

Here are my queries:

1. What does the Appbuttons-listsize setting do? I tried changing it to different values but nothing changed with my menu. I have over 20 apps but all of them are still displayed when this setting is changed to 5

2. What is prebuilt database, from which apps can be displayed?

Your answers to the above is appreciated.

Thanks
Anne

ZachHudock
ZachHudock's picture
Offline
Last seen: 1 year 2 months ago
Developer
Joined: 2006-12-06 18:07
I don't have answers to your

I don't have answers to your questions, but r15 is outdated and development by the author of r15 has ceased. Search for r21 instead, it is a continuation of this menu, by another author.
_____________________________
I don't believe in signatures

The developer formerly known as ZGitRDun8705

whibo
Offline
Last seen: 3 years 3 months ago
Joined: 2006-11-23 16:00
PortableApps Menu MOD r15 with french.locale file

I have repacked it and it's here: http://www.mediafire.com/?f2bcghxyx9t

Kevin Porter
Kevin Porter's picture
Offline
Last seen: 10 years 1 month ago
Developer
Joined: 2007-01-10 19:25
Continuation of this menu.

Continuation of this menu. Current new features are that it is drag-able.

"You're not to be so blind with patriotism that you can't face reality. Wrong is wrong, no matter who does it or says it."
Malcolm X

R.I.P Bunny.
We will miss you.

"Programming today is a race between software engineers striving to build bigger and better idiot-proof programs, and the Universe trying to produce bigger and better idiots. So far, the Universe is winning." - Rick Cook

ckaiy_cool
Offline
Last seen: 16 years 1 week ago
Joined: 2007-07-14 05:14
wallpaper swap problems.

I don't seem to get the wallpaper swap to work i have put a wallpaper file that i have made to a bmp file in:

PortableAppsMenu\Data\myWallpaper.bmp

Any suggestions?

*FIXED* Never Mind i got it to work, i saved the image file again into a bmp file since i sav that my first bmp file was only 39kb instead of my second try it shows 3mb.*

x-demon
Offline
Last seen: 15 years 4 months ago
Joined: 2006-12-16 11:00
Bug found!

Small but noisy bug. When i start apps from that menu - WorkingDirectory is root of my flashdrive. Fix please.

yurzub
Offline
Last seen: 15 years 7 months ago
Joined: 2007-06-04 12:21
netdroid has discontinued

netdroid has discontinued upkeep of this project. However, XrXca picked it up where netdroid left off, and his latest version can be found at https://portableapps.com/node/7878

In fact, version r21b fixes just the problem that you mentioned. Next time, please do a better job of... viewing the thread list, the r21b topic was only an inch away from the r15 topic...

Log in or register to post comments