
Search found 18 matches
- Sun Apr 18, 2021 3:17 am
- Forum: General Discussion
- Topic: Password reset not working
- Replies: 4
- Views: 2620
Re: Password reset not working
Thanks it's working now. 

- Fri Apr 16, 2021 10:52 am
- Forum: General Discussion
- Topic: Password reset not working
- Replies: 4
- Views: 2620
Re: Password reset not working
That's what I'm doing. I click forgot password and enter my email. It always take me to that url and I don't get an email.
- Thu Apr 15, 2021 11:38 pm
- Forum: General Discussion
- Topic: Password reset not working
- Replies: 4
- Views: 2620
Password reset not working
Password reset is not working on the main PB site I do not remember my pw and cannot access the full downloads.
https://www.purebasic.com/securedownload/securedownload/retreivepassword.php
404
Not Found
The requested URL was not found on this server.
Apache/2.4.38 (Debian) Server at www ...
https://www.purebasic.com/securedownload/securedownload/retreivepassword.php
404
Not Found
The requested URL was not found on this server.
Apache/2.4.38 (Debian) Server at www ...
- Mon Aug 10, 2020 3:45 pm
- Forum: Coding Questions
- Topic: PB Beginner - a few questions
- Replies: 4
- Views: 1360
Re: PB Beginner - a few questions
Thanks, the Global fixed it!wilbert wrote:Neither.scanfff wrote:Dim MyArray.i(10)
does the array follow C - 0-9 or like VB6 1-10.
It's 0 - 10 so the array has 11 elements.
https://www.purebasic.com/documentation ... e/dim.html
If you want to use the array inside a procedure, I think you need
Global Dim
- Mon Aug 10, 2020 3:11 pm
- Forum: Linux
- Topic: gtk errors on linux mint 20
- Replies: 6
- Views: 2922
Re: gtk errors on linux mint 20
Cheers that fixed it. Strange I updated from 19.4 and it must have trashed those libs.mk-soft wrote:And so that the IDE does not crash, replace this one.
Link: viewtopic.php?f=23&t=75367
Thank You

- Mon Aug 10, 2020 3:07 pm
- Forum: Coding Questions
- Topic: PB Beginner - a few questions
- Replies: 4
- Views: 1360
PB Beginner - a few questions
Hi,
I come form a c/c++ background but have always loved tinkering in basic.
Firstly when I define an array:
Dim MyArray.i(10)
does the array follow C - 0-9 or like VB6 1-10. i.e
MyArray(0) = 100 or MyArray(1) = 100
Also my first attempt was to create an array of gadgets like so:
Dim Canvas ...
I come form a c/c++ background but have always loved tinkering in basic.
Firstly when I define an array:
Dim MyArray.i(10)
does the array follow C - 0-9 or like VB6 1-10. i.e
MyArray(0) = 100 or MyArray(1) = 100
Also my first attempt was to create an array of gadgets like so:
Dim Canvas ...
- Mon Aug 10, 2020 12:33 am
- Forum: Tricks 'n' Tips
- Topic: SweetyVD (Visual Designer)
- Replies: 165
- Views: 82188
Re: SweetyVD (Visual Designer)
I'm getting this error launching on mint 20. see img :-
https://drive.google.com/file/d/1WLFEn- ... sp=sharing
https://drive.google.com/file/d/1WLFEn- ... sp=sharing
- Sun Aug 09, 2020 10:15 pm
- Forum: Linux
- Topic: gtk errors on linux mint 20
- Replies: 6
- Views: 2922
gtk errors on linux mint 20
I did a search here but could not see anything, forgive me if this is a duplicate. I've never had this problem before and can not find on here what is need to fix it.
Every example I run ends up with gtk errors, see below:
Requester.a(MessageRequester.o): In function `PB_MessageRequester2 ...
Every example I run ends up with gtk errors, see below:
Requester.a(MessageRequester.o): In function `PB_MessageRequester2 ...
- Sun Jun 02, 2019 8:13 pm
- Forum: Off Topic
- Topic: irc #purebasic is now an addicts group?
- Replies: 1
- Views: 1347
irc #purebasic is now an addicts group?
* Now talking on #purebasic
* Topic for #purebasic is: PureBasic Channel for addicts
* Topic for #purebasic set by Raros!~Raros@p5DDD4BD9.dip0.t-ipconnect.de (Tue Dec 27 02:51:08 2016)
* Loaded log from Sun Jun 2 10:40:34 2019
* Now talking on #purebasic
* Topic for #purebasic is: PureBasic ...
* Topic for #purebasic is: PureBasic Channel for addicts
* Topic for #purebasic set by Raros!~Raros@p5DDD4BD9.dip0.t-ipconnect.de (Tue Dec 27 02:51:08 2016)
* Loaded log from Sun Jun 2 10:40:34 2019
* Now talking on #purebasic
* Topic for #purebasic is: PureBasic ...
- Fri May 31, 2019 11:26 pm
- Forum: The PureBasic Form Designer
- Topic: Better code creation from formdesigner
- Replies: 6
- Views: 9946
Re: Better code creation from formdesigner
oh oh cool. I'm downloading and I'll try it later. Thank You

- Fri May 31, 2019 11:24 pm
- Forum: Windows
- Topic: A simple resizable image as window bg
- Replies: 22
- Views: 6722
Re: A simple resizable image as window bg
nice to know, can you point me to an example. ThanksJustin wrote:You can also use a canvas container as the window background and use DrawImage(), without api.

- Fri May 31, 2019 4:09 pm
- Forum: Windows
- Topic: A simple resizable image as window bg
- Replies: 22
- Views: 6722
Re: A simple resizable image as window bg
Thanks Shardik
Update
;-TOP
; Comment: SetWindowBackgroundImage
; Authors: ts-soft (Windows), Shardik (Linux , masOS)
; Create : ??.??.2014
; Update : 30.05.2019
; Link : https://www.purebasic.fr/german/viewtopic.php?f=16&t=28467&start=10#p352932
; OS : All
EnableExplicit
InitNetwork ...
Update
;-TOP
; Comment: SetWindowBackgroundImage
; Authors: ts-soft (Windows), Shardik (Linux , masOS)
; Create : ??.??.2014
; Update : 30.05.2019
; Link : https://www.purebasic.fr/german/viewtopic.php?f=16&t=28467&start=10#p352932
; OS : All
EnableExplicit
InitNetwork ...
- Fri May 31, 2019 12:54 pm
- Forum: The PureBasic Form Designer
- Topic: Better code creation from formdesigner
- Replies: 6
- Views: 9946
Re: Better code creation from formdesigner
I would love to. I'm a noob here, I just started with PB a month ago. But yes I'd love to contribute 

- Fri May 31, 2019 11:19 am
- Forum: The PureBasic Form Designer
- Topic: Better code creation from formdesigner
- Replies: 6
- Views: 9946
Better code creation from formdesigner
HI,
I really love the form designer, hower I really feel like the code it generates could work better with the no-form files in a project. For example, I layed out a great looking dialog went to the code view and spent quite sometime figuring out how to communicate with the gadgets on it. Finally I ...
I really love the form designer, hower I really feel like the code it generates could work better with the no-form files in a project. For example, I layed out a great looking dialog went to the code view and spent quite sometime figuring out how to communicate with the gadgets on it. Finally I ...
- Fri May 31, 2019 5:50 am
- Forum: Windows
- Topic: A simple resizable image as window bg
- Replies: 22
- Views: 6722
Re: A simple resizable image as window bg
I've been having the weird "cannot load compiler error on this computer. Everty thing was working great, I'm sure it was windows updates :( about 3 weeks ago my main computer can't compile PB code. I've reinstalled several time. I did noticed a thread on this but the link I found was old.
https ...
https ...