Gonzalo,
If you open up the file called launcher.pbl in the Program Files\pebl\bin
folder (although it might be in media\), near the top is the code that
looks for your documents location:
if(gSystemtype == "WINDOWS")
{
if(FileExists(ghome+"\Documents"))
{
doc <- "\Documents" ##win7 or later?
} elseif (FileExists(ghome+"\My Documents"))
{
##winxp or earlier?
doc <- "\My Documents"
} else {
#We should allow user-selected here, but it will take a
little care
to do right.
SignalFatalError("Unable to locate My Documents or
Documents folder")
}
You should be able to hardcode the Documents location here; change the two
relevant lines to:
elseif(FileExists(ghome+"\Mis Documentos"))
{
doc <- "\Mis Documentos"
I haven't tried this, but something like this should work. There may be a
way to refer to this location globally regardless of language, maybe using
something like %DOCUMENTS%, but I either failed to get that to work or
never tried it on xp. I'll try to look into this before the next release.
Shane
Shane
> Hello,
>
> As previosly reported by other users my installation of 0.13 version in XP
> does'nt work. No error message is created anywhere.
>
> I have used the previous version 0.11 without problems.
>
> Shane, you suggested that it can be related to language issues. All the
> computers in our center use Spanish versions (/Mis documentos/...)
>
> Is there an easy way of changing the prespecified routes in the
> installation files?
>
> If this is not possible, can I have acces to the installer of the previous
> version (0.11)?
>
> Thanks a lot!
>
> Gonzalo Sánchez
>
> Gonzalo Sánchez Benavides
> Neuropsychologist, PhD.
> Neurofunctionality of Brain and Language Group.
> Neurosciences Research Programme.
> IMIM (Hospital del Mar Medical Research Institute).
> Office 133.
> PRBB Building Parc de Recerca Biomédica de Barcelona.
> Doctor Aiguader, 88 | 08003 Barcelona
> Tel. +34 933 160 778 | Fax +34 933 160 723
> [email protected]<mailto:[email protected]>
>
>
> ------------------------------------------------------------------------------
> DreamFactory - Open Source REST & JSON Services for HTML5 & Native Apps
> OAuth, Users, Roles, SQL, NoSQL, BLOB Storage and External API Access
> Free app hosting. Or install the open source package on any LAMP server.
> Sign up and see examples for AngularJS, jQuery, Sencha Touch and Native!
> http://pubads.g.doubleclick.net/gampad/clk?id=63469471&iu=/4140/ostg.clktrk_______________________________________________
> Pebl-list mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/pebl-list
>
------------------------------------------------------------------------------
DreamFactory - Open Source REST & JSON Services for HTML5 & Native Apps
OAuth, Users, Roles, SQL, NoSQL, BLOB Storage and External API Access
Free app hosting. Or install the open source package on any LAMP server.
Sign up and see examples for AngularJS, jQuery, Sencha Touch and Native!
http://pubads.g.doubleclick.net/gampad/clk?id=63469471&iu=/4140/ostg.clktrk
_______________________________________________
Pebl-list mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/pebl-list