Search found 865 matches

by zikitrake
Sat Sep 13, 2025 8:23 am
Forum: Announcement
Topic: PureBasic 6.30 beta 2 is ready !
Replies: 48
Views: 5003

Re: PureBasic 6.30 beta 2 is ready !

Windows: [Done] Virtual list works in 6.21 but not int 6.30beta1
Thank you for your great work! My software compiles and works fine now with the Beta 2 version :)
by zikitrake
Sat Sep 06, 2025 3:04 pm
Forum: Bugs - Windows
Topic: [Done] Virtual list works in 6.21 but not int 6.30beta1
Replies: 15
Views: 878

Re: [Done] Virtual list works in 6.21 but not int 6.30beta1

Fred wrote: Sat Sep 06, 2025 1:13 pmFixed.
Thank you!
by zikitrake
Fri Sep 05, 2025 7:52 am
Forum: Bugs - Windows
Topic: [Done] Virtual list works in 6.21 but not int 6.30beta1
Replies: 15
Views: 878

Re: Virtual list works in 6.21 but not int 6.30beta1

Oh my goodness, what a mess :lol:

Thanks, Fred and company... I tried using: SetWindowLongPtr_(GadgetID(#ListIcon_0),#GWL_STYLE,GetWindowLongPtr_(GadgetID(#ListIcon_0),#GWL_STYLE) | #LVS_OWNERDATA)

But I don't think I'm doing it right, because now it doesn't work in either PB6.21 or PB6.30beta1 ...
by zikitrake
Thu Sep 04, 2025 12:30 pm
Forum: Off Topic
Topic: NO COMMENT
Replies: 11
Views: 991

Re: NO COMMENT

:lol:

Image
by zikitrake
Thu Sep 04, 2025 11:35 am
Forum: Bugs - Windows
Topic: [Done] Virtual list works in 6.21 but not int 6.30beta1
Replies: 15
Views: 878

[Done] Virtual list works in 6.21 but not int 6.30beta1

This code of a virtual listicon works fine in PB6.21 (C Backend), but it only shows an empty list in PB6.30Beta1.

Any help is greatly appreciated!

https://i.imgur.com/eLhgU5Q.png


#ItemCount = 350000

#LVSICF_NOINVALIDATEALL = 1
#LVN_ODCACHEHINT = #LVN_FIRST - 13

Global Dim Item.s ...
by zikitrake
Thu Sep 04, 2025 9:43 am
Forum: Announcement
Topic: PureBasic 6.30 beta 2 is ready !
Replies: 48
Views: 5003

Re: PureBasic 6.30 beta 1 is ready !

Thank you so much!
This is a never-ending process of improving and improving Purebasic.
Thank you very much for all your hard work over the years!
by zikitrake
Sun Aug 31, 2025 5:32 pm
Forum: Tricks 'n' Tips
Topic: Point'n Click 2D pathFinding
Replies: 20
Views: 4101

Re: Point'n Click 2D pathFinding

Nice! It works perfectly for me now :D

Thank you!
by zikitrake
Sat Aug 16, 2025 4:23 pm
Forum: Tricks 'n' Tips
Topic: Point'n Click 2D pathFinding
Replies: 20
Views: 4101

Re: Point'n Click 2D pathFinding

Really nice code! :D

I have found a point where it gets stuck and does not move towards the destination.
Image
by zikitrake
Thu Jun 19, 2025 8:04 am
Forum: Coding Questions
Topic: ExcelWriter.pb has stopped working
Replies: 6
Views: 1080

Re: ExcelWriter.pb has stopped working

Is it possible to open an existing excel file to continue writing in it using Excelwriter.pb?

Thank you in advance!
by zikitrake
Wed Jun 04, 2025 5:15 pm
Forum: Announcement
Topic: PureBasic 6.21 is out !
Replies: 169
Views: 35707

Re: PureBasic 6.21 beta 10 is out !

Very thanks to all PB Team!
by zikitrake
Mon May 19, 2025 12:04 pm
Forum: Applications - Feedback and Discussion
Topic: ICEProces New Version
Replies: 6
Views: 2313

Re: ICEProces New Version

Thank you very much! I will definitely try it out
I am a registered user of ICE Designer but I don't use it because I can't manage projects with multiple forms at once.

I'm too used to how PureVision (Paul's) handles multiple windows and it has been impossible for me to adapt to ICE Designer so far ...
by zikitrake
Thu Feb 13, 2025 11:34 am
Forum: Announcement
Topic: PureBasic 6.20 is out !
Replies: 148
Views: 83114

Re: PureBasic 6.20 is out !

Thank you, PB Team for your effort!
by zikitrake
Thu Feb 13, 2025 11:28 am
Forum: General Discussion
Topic: Website incredibly slow?
Replies: 78
Views: 18367

Re: Website incredibly slow?

16 second here to refresh this page (tried loged, anonymous or In private mode).

Edit: 34 seconds to send this message :cry:
by zikitrake
Wed Feb 12, 2025 8:35 am
Forum: The PureBasic Editor
Topic: Please insert hardcopy in the PB IDE
Replies: 13
Views: 3261

Re: Please insert hardcopy in the PB IDE

Skipper wrote: Tue Feb 11, 2025 11:35 pm..Trying to get it to work on Win11 with PB6.2b4 failed. Nothing happens when pressing CTRL-P, the same when running it as administrator.
Works fine here, in Windows 11 x64, PB6.20beta4 x64 :D
by zikitrake
Thu Feb 06, 2025 1:13 pm
Forum: Coding Questions
Topic: Any idea for #PB_Web_Busy with WebViewGadget? or other WebPageLoaded procedure?
Replies: 11
Views: 5272

Re: Any idea for #PB_Web_Busy with WebViewGadget? or other WebPageLoaded procedure?


This method will not work for the site “www.openstreetmap.org”, you will need to get the information through MutationObserver or use the API provided by that site.
...


Thank you! I think I already solved it with MutationObserver some minutes ago :)

https://www.purebasic.fr/english/viewtopic ...