Search found 9 matches
- Wed Nov 02, 2022 5:03 am
- Forum: Coding Questions
- Topic: Re: GadgetItemData bug
- Replies: 6
- Views: 783
Re: GadgetItemData bug
Oh my, Thx... The "to add the item at the start, use an index of 0" messed me up, i made this out of huge code chunk...
- Fri Feb 21, 2020 8:44 am
- Forum: Announcement
- Topic: PureBasic 5.72 LTS is out !
- Replies: 106
- Views: 69971
Re: PureBasic 5.72 LTS Beta 1 is available !
Did not wanted to create topic for this, but, should this be considered as "bug"?
So, ListView treats blank spot clicks as click on item oppose to Tree , that doesn't, witch makes it impossible to use ListView in some cases.
If OpenWindow(0, 0, 0, 330, 170, "List vs Tree", $C80001)
ListViewGadget ...
So, ListView treats blank spot clicks as click on item oppose to Tree , that doesn't, witch makes it impossible to use ListView in some cases.
If OpenWindow(0, 0, 0, 330, 170, "List vs Tree", $C80001)
ListViewGadget ...
- Mon Jul 22, 2019 6:45 pm
- Forum: Announcement
- Topic: PureBasic 5.71 LTS is out !
- Replies: 86
- Views: 70155
Re: PureBasic 5.71 LTS beta 2 is out !
BarryG , thank you for your time, it solved problem with CreateImage , but also, in my case, SaveImage physicaly does not allow me to go over 32767 (-_-;) Not considering StartDrawing to ImageOutput doing same. If only it was at least 65535 ...
DisableDebugger
If CreateImage(0, 32767+1, 100 ...
DisableDebugger
If CreateImage(0, 32767+1, 100 ...
- Fri Jul 19, 2019 9:25 pm
- Forum: Announcement
- Topic: PureBasic 5.71 LTS is out !
- Replies: 86
- Views: 70155
Re: PureBasic 5.71 LTS beta 2 is out !
Thanks for the fixes!
Maybe some day you could update image library? 32,000 limit is killing
Maybe some day you could update image library? 32,000 limit is killing

- Wed Aug 13, 2014 4:13 am
- Forum: Feature Requests and Wishlists
- Topic: Search by the values in Constants viewer?
- Replies: 6
- Views: 2345
Search by the values in Constants viewer?
Please, if it is possible, add to "Tools -> Structure viewer -> Constants" search by the values (if there is no "#" char at start, for example). Sometimes it's needed badly, and would be handy for everyone.
- Thu Dec 05, 2013 5:47 pm
- Forum: Coding Questions
- Topic: [5.21] WindowTimers break EventWindow() of Windows events
- Replies: 15
- Views: 4729
Re: [5.21] WindowTimers break EventWindow() of Windows event
1 August 2001 : Version 2.40
- Added : lot of new commands: EventLParam() , EventWParam() , ListIndex(), ListCount() and ChangeCurrentElement() ToolBarImageButton(), EventMouseButton(), UseDirectory()
So, using opportunity, why this commands not documented at all? And some other are not connected ...
- Added : lot of new commands: EventLParam() , EventWParam() , ListIndex(), ListCount() and ChangeCurrentElement() ToolBarImageButton(), EventMouseButton(), UseDirectory()
So, using opportunity, why this commands not documented at all? And some other are not connected ...
- Thu Jun 20, 2013 3:36 pm
- Forum: Announcement
- Topic: PureBasic 5.20 beta 20 is out
- Replies: 360
- Views: 142277
- Wed Mar 20, 2013 6:18 pm
- Forum: Announcement
- Topic: PureBasic 5.11 is out !
- Replies: 141
- Views: 51094
Re: PureBasic 5.11 is out !
But that is just too much, especially when packing small data amount or a considerable quantity of blocks, these info might not be needed at all, especially when UncompressMemory require the size for input(that is not even there) and output(that uncomfortable readable from there). But okay, off-top ...
- Wed Mar 20, 2013 5:50 pm
- Forum: Announcement
- Topic: PureBasic 5.11 is out !
- Replies: 141
- Views: 51094
Re: PureBasic 5.11 is out !
I'm interested in the reason of adding 24 useless bytes at the beginning in BriefLZPacker? The lib should just pack without adding headers, filesizes and other trash, all this can and should be done by us.