PureBasic 3.92 beta 1 for Windows released
Log in into the registered user area with your old email address.GeoTrail wrote:Am I always the last to kn0w?
Fred, you should have a newsletter thingy on your site.
Oh, btw, how can I change the email address for my login on the private page? I don't use the email address that I used to register PB with anymore.
On the bottom (on the right ) there are 3 options:
Change your e-mail
Change your password
Logout
Now choose your option...
If you have a new e-mail address just type in the new one.
The same goes if you want to change your password.
bye
GeoTrail:
If you change the email adress in the user area, you change the adress
to which emails are sent (if you forget your password for example)
However, the login email remains the same.
Maybe Fred can change that sometime...
Fangbeast:
I can add this festure, but only if i get an internet connection on my new
home before Fred releases the final. We'll have to wait'n'see...
Fred:
The GadgetExtension lib should be fine, it only contains the gadget creation code.
The event code however is located in the Window asm lib. You must recompile that one!
Timo
If you change the email adress in the user area, you change the adress
to which emails are sent (if you forget your password for example)
However, the login email remains the same.
Maybe Fred can change that sometime...
Fangbeast:
I can add this festure, but only if i get an internet connection on my new
home before Fred releases the final. We'll have to wait'n'see...

Fred:
The GadgetExtension lib should be fine, it only contains the gadget creation code.
The event code however is located in the Window asm lib. You must recompile that one!
Timo
quidquid Latine dictum sit altum videtur
OK freak. Yeah I think Fred should make it so we could change our login email address. Maybe add a validation thing so it sends one email to both addresses with a validation link and both has to be clicked for the email address to be updated... Just an idea though.
I Stepped On A Cornflake!!! Now I'm A Cereal Killer!
Re: PureBasic 3.92 beta 1 for Windows released
I take it that means CountList()freak wrote:- Optimized: ListCount() and ListIndex() are now very fast (it doesn't iterate each element of the list anymore).


I notice also that PBCompiler is still giving a zero return code even when theres an error (i sent an email about it). Would be nice if that was non-zero

Great work on the update!!
Edit: Thinking about it more, SelectElement could have an optional starting parameter (pointing to an element in the list) and direction parameter (forwards or backwards to search through the list) and then the user can maintain his own speedy routine. This should have been in feature requests, sorry!
-
- Enthusiast
- Posts: 613
- Joined: Tue May 06, 2003 2:50 pm
- Location: Germany
- Contact:
You should at least pass the #WM_XBUTTONXXXX messages to the callback, the actual state is unacceptable. Just my 2 cents.Fred wrote:It now returns a gadget event, as other gadgets.
I've fixed the linkedlist library, so feel free to test it and see if all is ok now. The new lib is here: www.purebasic.com/beta/LinkedListCode: Select all
openWindow(0, 0, 0, 400, 300, #PB_Window_MinimizeGadget | #PB_Window_ScreenCentered, "Test") CreateGadgetList(WindowID()) ImageGadget(0,50,50,100,100,CreateImage(0,100,100)) Repeat event = WaitWindowEvent() If event = #PB_Event_Gadget : MessageRequester("Yeah!","Yeah!"): EndIf Until event = #PB_Event_CloseWindow
- Fangbeast
- PureBasic Protozoa
- Posts: 4789
- Joined: Fri Apr 25, 2003 3:08 pm
- Location: Not Sydney!!! (Bad water, no goats)
Woohoo!!!
You absolute flaming legend!! You have no idea how useful that is. Thank you!freak wrote:Fangbeast:
I have added that feature to the DateGadget(). It will be available in the
3.92 final.
Timo
Amateur Radio/VK3HAF, (D-STAR/DMR and more), Arduino, ESP32, Coding, Crochet