Even though we were given a "new parameter in UseSQLiteDatabase()" to use whatever SQLite version we like (thx!), I would still ask:
Why not to ship 5.71 LTS with the latest SQLite version available at the moment of the release (at least the first beta, not the final release date for obvious reasons ...
Search found 31 matches
- Tue Apr 16, 2019 3:50 pm
- Forum: Announcement
- Topic: PureBasic 5.71 LTS is out !
- Replies: 86
- Views: 73899
- Tue Jan 15, 2019 11:37 pm
- Forum: Feature Requests and Wishlists
- Topic: Upgrade SQLite to 3.26.0 to fix vulnerabilities
- Replies: 3
- Views: 2127
- Fri Aug 04, 2017 12:06 pm
- Forum: Feature Requests and Wishlists
- Topic: Dialog-Library - Wishlist
- Replies: 23
- Views: 18485
Re: Dialog-Library - things which could be improved
- Fri Aug 04, 2017 11:50 am
- Forum: Announcement
- Topic: Server move
- Replies: 26
- Views: 70173
Re: Server move
All absolute links to "http://purebasic.fr/*" are broken now because of this new redirect to "http://www.purebasic.fr/blog/*"
Fred, if you really want to forward visitors to www sub-domain (instead of opposite direction, which seems more logical to me), at least fix redirect so it will forward to ...
Fred, if you really want to forward visitors to www sub-domain (instead of opposite direction, which seems more logical to me), at least fix redirect so it will forward to ...
- Mon Mar 06, 2017 10:32 am
- Forum: Coding Questions
- Topic: Tutorial for using XML Dialog?
- Replies: 11
- Views: 5003
Re: Tutorial for using XML Dialog?
I believe XML was chosen since it's already used in XUI (XML UI)srod wrote:that's really getting away from the 'why XML?' question
- Mon Feb 13, 2017 7:25 pm
- Forum: Announcement
- Topic: PureBasic 5.60 final is available !
- Replies: 145
- Views: 89587
Re: PureBasic 5.60 beta 3 is available
Ah, my dream of OpenGLGadget support added to Dialog library did not come true in 5.60 
And I can't believe that this tiny request wasn't closed yet too.
Anyway, GJ with new features.
And I can't believe that this tiny request wasn't closed yet too.
Anyway, GJ with new features.
- Sun Feb 12, 2017 12:33 pm
- Forum: Feature Requests and Wishlists
- Topic: Start search in help window with RETURN key
- Replies: 3
- Views: 2420
- Thu Jan 12, 2017 12:42 pm
- Forum: Linux
- Topic: Register extensions and make menu-entry for PB
- Replies: 20
- Views: 92428
Re: Register extensions and make menu-entry for PB
Added *.pbp to the list of extensions and cleaned ts-soft 's version a bit:
#!/bin/bash
###############################################################################
DIR_MIME=".local/share/mime"
FILE_MIME="purebasic.xml"
# go home
cd $HOME
# make sure dir exist
mkdir -p $DIR_MIME/packages ...
#!/bin/bash
###############################################################################
DIR_MIME=".local/share/mime"
FILE_MIME="purebasic.xml"
# go home
cd $HOME
# make sure dir exist
mkdir -p $DIR_MIME/packages ...
- Tue Oct 25, 2016 9:38 am
- Forum: Feature Requests and Wishlists
- Topic: Toolpanel/Procedures: Highlight the Procedure where the Care
- Replies: 3
- Views: 2613
Re: Toolpanel/Procedures: Highlight the Procedure where the
I was already suggesting this back in 2012 (image is lost, but the idea should be clear even without it). Still waiting for implementation 
- Tue Oct 04, 2016 9:27 am
- Forum: Feature Requests and Wishlists
- Topic: Dialog-Library - Wishlist
- Replies: 23
- Views: 18485
Re: Dialog-Library - things which could be improved
+1Didelphodon wrote:And I'd like to see the lib supporting menus and statusbars.
We need ToolBar, Menu, StatusBar, plus OpenGLGadget support added to Dialog library.
- Wed Jan 06, 2016 5:18 pm
- Forum: Coding Questions
- Topic: Dialog XML creation - Changes in processing with PB5.40?
- Replies: 19
- Views: 5948
Re: Dialog XML creation - Changes in processing with PB5.40?
I didn't want to create a separate topic, since this topic's caption sounds pretty general.
Is there any more detailed information about Dialog system except of this few replies ?
Does Dialog system suppose to be used with Menu/Tool/StatusBars? My attempts to create Menu/Tool/StatusBar after ...
Is there any more detailed information about Dialog system except of this few replies ?
Does Dialog system suppose to be used with Menu/Tool/StatusBars? My attempts to create Menu/Tool/StatusBar after ...
- Tue Dec 22, 2015 3:05 pm
- Forum: The PureBasic Editor
- Topic: ToolsPanel default activated tab
- Replies: 3
- Views: 5071
Re: ToolsPanel default activated tab
Come on, it should be like editing 1 code line to fix this. Just set the default tab (panel) index to 0...
- Tue Nov 24, 2015 11:19 am
- Forum: Announcement
- Topic: PureBasic 5.41 LTS final is out !
- Replies: 68
- Views: 40590
Re: PureBasic 5.41 LTS Beta 1 is available
@Fred: Error when I click the download link
Forbidden
You don't have permission to access /dynamiclinks/PureBasic_Windows_5.41_beta_1_x86_(07sw0t).exe on this server.
Apache/2.2.22 (Debian) Server at purebasic.com Port 80
Same here, can't download any package of "PureBasic 5.41 Beta 1"
Forbidden
You don't have permission to access /dynamiclinks/PureBasic_Windows_5.41_beta_1_x86_(07sw0t).exe on this server.
Apache/2.2.22 (Debian) Server at purebasic.com Port 80
Same here, can't download any package of "PureBasic 5.41 Beta 1"
- Fri Nov 20, 2015 3:17 pm
- Forum: Feature Requests and Wishlists
- Topic: PB 5.40b8 SpinGadget
- Replies: 3
- Views: 2653
Re: PB 5.40b8 SpinGadget
Why was this topic moved from "Bugs - Linux" to "Feature Requests and Wishlists"?
It wasn't a feature request, it was a bug report. SpinGadget in not usable in Linux with current version (v5.40 LTS)...
It wasn't a feature request, it was a bug report. SpinGadget in not usable in Linux with current version (v5.40 LTS)...
- Thu Oct 22, 2015 2:53 pm
- Forum: Linux
- Topic: 5.40LTS - Moving a window shows it at 0,0 coordinates
- Replies: 14
- Views: 6706
Re: 5.40LTS - Moving a window shows it at 0,0 coordinates
Not a bug, IMHO.
OpenWindow(0, 100, 100, 300, 200, "gtk api test", #PB_Window_Invisible)
ResizeWindow(0, 150, 150, #PB_Ignore, #PB_Ignore)
HideWindow(0, #False)
Repeat : Until WaitWindowEvent() = #PB_Event_CloseWindow
To be sure there is no bug, try this:
If OpenWindow(0, 0, 0, 230, 90 ...
OpenWindow(0, 100, 100, 300, 200, "gtk api test", #PB_Window_Invisible)
ResizeWindow(0, 150, 150, #PB_Ignore, #PB_Ignore)
HideWindow(0, #False)
Repeat : Until WaitWindowEvent() = #PB_Event_CloseWindow
To be sure there is no bug, try this:
If OpenWindow(0, 0, 0, 230, 90 ...