
The 'recent files' have all disappeared and all the editor setups.
Anyone else with the problem or just me?
Moderator: gnozal
Code: Select all
onErrorGoto(?Fred)
It's not my web site, it's GPI's ... so it's only for jaPBe V2.AND51 wrote:Hi gnozal!
i think I'll test your editor... So far, I alsways used the PB IDE...
Note: Please fix the link on your website (www.gpihome.de), add http:// before it, otherwise, the link doesn't work.
I'm looking forward to your jaPBe.
The HTML Code for this text is:gnozal's website wrote:You may need the original package at www.gpihome.de/purebasic/jaPBe if you are new to jaPBe.
Code: Select all
You may need the
original package at <a href="www.gpihome.de/purebasic/jaPBe">www.gpihome.de/purebasic/jaPBe</a>
if you are new to jaPBe.<br>
Code: Select all
You may need the
original package at <a href="http://www.gpihome.de/purebasic/jaPBe">www.gpihome.de/purebasic/jaPBe</a>
if you are new to jaPBe.<br>
Code: Select all
onErrorGoto(?Fred)
OK, I understand now, thanks.AND51 wrote:Do you see the difference now? You have code 1) on your website, this code doesn't work. Code 2 works.
ho nice, you're welcome.gnozal wrote:Update
- a special treat for Flype : double-click on IncludeFile should now support #PB_Compiler_Home
For the next PB version ...Thorsten1867 wrote:How can I use 'Request Admin/User mode on Vista'? This options are disabled ?!?
Confirmed.JCV wrote:Im using the latest and I don't know why whenever I compile a program with version info, the icon doesn't change. But if I empty the version info, the icon is used correctly.
Note: Newly installed JaPBe & PB 4.1 B
Code: Select all
LANGUAGE 0x0, 0x0
1 VERSIONINFO
FILEVERSION 0,0,0,0
PRODUCTVERSION 0,0,0,0
FILEFLAGSMASK 41
FILEFLAGS 0
FILEOS 0x00004
FILETYPE 0x1
{
BLOCK "StringFileInfo"
{
BLOCK "000004E4"
{
VALUE "ProductName", ""
VALUE "ProductVersion", ""
VALUE "CompanyName", ""
VALUE "FileDescription", "test"
VALUE "FileVersion", ""
VALUE "InternalName", ""
VALUE "OriginalFilename", ""
}
}
BLOCK "VarFileInfo"
{
VALUE "Translation", 0x0000 0x04E4
}
}
LANGUAGE 0x0, 0x0
Yes, it works, that's how jaPBe does it for PB4.0x.JCV wrote:It works if I add the icon in resource manually.