Most of the readme is quite old (> 5 years, from the PB 3.xx days). You can rewrite it if you have some spare time.
Since the readme.txt is a chronicle of the goals, objectives and changes made to the original code, I have no interest in changing it. I was using the quote to support my point that ...
Search found 7 matches
- Fri Mar 05, 2010 11:10 pm
- Forum: PureFORM & JaPBe
- Topic: jaPBe 3.13.4 [IDE for PB 4 and PB 5]
- Replies: 1545
- Views: 680462
- Thu Mar 04, 2010 11:30 pm
- Forum: PureFORM & JaPBe
- Topic: jaPBe 3.13.4 [IDE for PB 4 and PB 5]
- Replies: 1545
- Views: 680462
Re: jaPBe 3.10.2 [IDE for PB 4.xx] When?
From the readme.txt: What is jaPBe?
jaPBe (just another PureBasic editor) is an alternate Editor for PureBasic, which can everything what the original Editor can plus:
While I really, really like jaPBe there is at least one thing that the "original Editor" can do that jaPBe can't do. JaPBe can't ...
jaPBe (just another PureBasic editor) is an alternate Editor for PureBasic, which can everything what the original Editor can plus:
While I really, really like jaPBe there is at least one thing that the "original Editor" can do that jaPBe can't do. JaPBe can't ...
- Tue Mar 02, 2010 7:42 pm
- Forum: PureFORM & JaPBe
- Topic: PureRESIZE library : gadget automatic resizing and more
- Replies: 160
- Views: 193706
Re: PureRESIZE library : Another newby question
Thanks very much Gnozal. :D
That example proved I had permission problems and not a bad download. I have to reinstall jaPBe after my disk crash since it depends on the Windows Registry and the %PureBasic%\Help and %PureBasic%\PureLibraries\UserLibraries which were on the disk that crashed. Being a ...
That example proved I had permission problems and not a bad download. I have to reinstall jaPBe after my disk crash since it depends on the Windows Registry and the %PureBasic%\Help and %PureBasic%\PureLibraries\UserLibraries which were on the disk that crashed. Being a ...
- Mon Mar 01, 2010 5:44 pm
- Forum: PureFORM & JaPBe
- Topic: PureRESIZE library : gadget automatic resizing and more
- Replies: 160
- Views: 193706
PureRESIZE library : Another Newby question
I want the TextGadget to start in the center of the window and stay there while the user resizes the window. This is the code I have so far:
;
Flags = #PB_Window_SystemMenu|#PB_Window_SizeGadget|#PB_Window_MinimizeGadget
Flags = Flags|#PB_Window_TitleBar
#TextItem = 1
Text$ = "Hello, World ...
;
Flags = #PB_Window_SystemMenu|#PB_Window_SizeGadget|#PB_Window_MinimizeGadget
Flags = Flags|#PB_Window_TitleBar
#TextItem = 1
Text$ = "Hello, World ...
- Mon Mar 01, 2010 3:56 pm
- Forum: PureFORM & JaPBe
- Topic: PureRESIZE library : gadget automatic resizing and more
- Replies: 160
- Views: 193706
RE:PureRESIZE library : newby question
Is there no CHM help manual included? Check your PB installation \Help folder. You will probably also find some demo programs installed somewhere in the PB installation folder.
There is some help on the appropriate webpage : http://freenet-homepage.de/gnozal/PureRESIZE_.htm
It was a permissions ...
There is some help on the appropriate webpage : http://freenet-homepage.de/gnozal/PureRESIZE_.htm
It was a permissions ...
- Mon Mar 01, 2010 3:29 pm
- Forum: PureFORM & JaPBe
- Topic: PureRESIZE library : gadget automatic resizing and more
- Replies: 160
- Views: 193706
PureRESIZE library : newby question
I have PureBasic 4.41, jaPBe 3.9.12.817 and downloaded http://freenet-homepage.de/gnozal/PureRESIZE_440.zip and installed the executable. I was hoping this would help me keep a text gadget in the center of the window while the user resizes the window. There is no mention of any "PureRESIZE ...
- Wed Feb 28, 2007 1:56 am
- Forum: Tricks 'n' Tips
- Topic: NeHe's Collision Detection Tutorial (Lesson 30)
- Replies: 11
- Views: 9929