Page 73 of 104
Posted: Mon Nov 17, 2008 5:11 pm
by gnozal
mback2k wrote:Yes, but I am using your automatic Library updater tool

The tool only downloads the archive, so my remark is still valid, you have to extract the files anyway
mback2k wrote:BTW-- I have an updated Registry.pbi and an additional Service.pbi, do you want to include it? Both includes come with Vista support.
Of course, it could be interesting for the other users. Thanks !
Posted: Tue Nov 18, 2008 1:22 pm
by dige
gnozal wrote:Update
Changes :
- ProductName, ProductVersion, CompanyName and FileDescription from project options are imported in the manifest (if any)
There's a bug, the executables cannot started anymore... and I have no backup from older jaPBe ...

Posted: Tue Nov 18, 2008 3:37 pm
by gnozal
dige wrote:gnozal wrote:Update
Changes :
- ProductName, ProductVersion, CompanyName and FileDescription from project options are imported in the manifest (if any)
There's a bug, the executables cannot started anymore... and I have no backup from older jaPBe ...

Maybe some data in project options is invalid in a manifest, like '1.2.3.4.5' as product version (should be '1.2.3.4') ?
I could make it optional, what do you think ?
Do you know what sanity check(s) should be made ?
Posted: Tue Nov 18, 2008 4:41 pm
by dige
@gnozal: good to know that. I've rewritten all version infos - and it works.
Please pardon me..
Posted: Tue Nov 18, 2008 5:34 pm
by gnozal
Update
Changes :
- ProductName, ProductVersion, CompanyName and FileDescription import in the manifest is now optional.
See 'Add to manifest' checkbox in Project options [Version tab]. I also added a basic sanity check.
- manual updated
Posted: Thu Nov 20, 2008 7:26 pm
by Xombie
gnozal,
Something I noticed from my earlier post about japbe stuttering a little bit. I had to do some coding on my work laptop and it had absolutely no problems with the code and never stuttered at all. I used the same version of japbe and PB. The funny thing is that the laptop is underpowered compared to my work computer. Well, underpowered and running Windows 2000 (rather than XP on the desktop).
I'll dig around a little to see if I can find something that might be causing this. Should be computer related rather than japbe related since I get different results on three different machines.
Posted: Fri Nov 21, 2008 9:24 am
by gnozal
Xombie wrote:I'll dig around a little to see if I can find something that might be causing this. Should be computer related rather than japbe related since I get different results on three different machines.
Thanks.
Weird stuff !
BUG in jaPBE 3.8.11!
Posted: Thu Nov 27, 2008 9:30 pm
by PBasic
When I open jaPBE, go to Help/About, press the big link to PureBasic, let it load in my browser, then go back to jaPBe and press OK, I get a Fatal Error! Every time.
Posted: Thu Nov 27, 2008 10:05 pm
by gnasen
same here
Posted: Fri Nov 28, 2008 8:54 am
by gnozal
I will simply deactivate it in the next release.
PS : please use the jaPBe thread next time, thanks.
Posted: Fri Nov 28, 2008 9:59 am
by gnozal
Update
Changes :
- inactivated the crashing custom-hover-url-image-button thingie in the 'About' dialog
Posted: Sat Nov 29, 2008 5:35 pm
by devski
hi.
im having some probs in japbe. occasionally while typing, the editor area flickers. i dont know what triggers it while typing, but the flickering always occur while saving. whenever i save (ctl-s, save button,file save), the editor area flashes for a bit. also after saving, the first keypress (except arrow keys, page keys, fkeys) will trigger another flash.
btw im using this on a low end sytem (nec versa lx, p2-400 mhz 128 mb, ati 3d rage agp2x video, nlite'd xp sp2). im using a dark blue background on the editor window so the flicker is easy to notice (pb ide does not have any probs.)
Posted: Sat Nov 29, 2008 6:36 pm
by gnozal
devski wrote:im having some probs in japbe. occasionally while typing, the editor area flickers.
Do you have 'Always redraw window' enabled in preferences ?
If not, I don't know how to help. I also use jaPBe on low end PC's [NT4 - PII-300MHz - 64Mb RAM !] and I don't notice flickering.
Posted: Sun Nov 30, 2008 12:13 am
by devski
i have always redraw off. tried it enabled does not make a difference. i also turned off all other editor options too (auto, color, etc) and still the same. i tried it with a blank source and it still flickers, when for example going through the menus.
i loaded calc and move it around in the foreground and saw that the whole window (editor, toolbar and status windows) flickers when calc moved. it seems like it happens when the area is is trying to repaint or somthing. so instead of repainting only the invalid rect, the whole window is redrawn instead?
Posted: Mon Dec 01, 2008 5:22 pm
by gnozal
Update
Changes :
- fixed a bug in SynchLists
- improved syntax coloring [I hope ...] ; fixed some coloring bugs, should be faster with big sources.