In which file has this to be replaced?
Does it also work for pb 6.21?
Richard
Search found 201 matches
- Fri Jan 30, 2026 2:59 pm
- Forum: Coding Questions
- Topic: Printer_lib for PB 5.72
- Replies: 3
- Views: 1450
- Tue Jan 27, 2026 10:43 pm
- Forum: Applications - Feedback and Discussion
- Topic: IceDesign GUI designer
- Replies: 770
- Views: 348393
Re: IceDesign GUI designer
Is there a 32 bit version for windows 7?
I want to test the domo
Richard
I want to test the domo
Richard
- Fri Jan 12, 2018 6:53 pm
- Forum: Coding Questions
- Topic: buttyon, no reaction
- Replies: 9
- Views: 2488
Re: buttyon, no reaction
thanks guys
Richard
Richard
- Fri Jan 12, 2018 5:34 pm
- Forum: Coding Questions
- Topic: buttyon, no reaction
- Replies: 9
- Views: 2488
buttyon, no reaction
If OpenWindow(0, 0, 0, 900, 600, "test", #PB_Window_SystemMenu | #PB_Window_TitleBar | #PB_Window_ScreenCentered )
EditorGadget(0,5,5,890,560,#PB_Editor_ReadOnly)
StringGadget(1, 15, 530, 790, 30, "")
ButtonGadget(2, 810, 530, 77, 30, "Enter")
EndIf ...
EditorGadget(0,5,5,890,560,#PB_Editor_ReadOnly)
StringGadget(1, 15, 530, 790, 30, "")
ButtonGadget(2, 810, 530, 77, 30, "Enter")
EndIf ...
- Mon Dec 18, 2017 6:36 pm
- Forum: Coding Questions
- Topic: sqlite
- Replies: 4
- Views: 1647
Re: sqlite
When the timout is too high i have to wait too long while testing.
It has to be set each time the database is connected.
I am playing with multiple users.
I know Sqlite is not made for multiuser use but am trying it anyway.
I use MariaDB (mysql) as well, but would like to have a "serverless ...
It has to be set each time the database is connected.
I am playing with multiple users.
I know Sqlite is not made for multiuser use but am trying it anyway.
I use MariaDB (mysql) as well, but would like to have a "serverless ...
- Mon Dec 18, 2017 5:54 pm
- Forum: Coding Questions
- Topic: sqlite
- Replies: 4
- Views: 1647
Re: sqlite
thanks, I feel stupid
- Mon Dec 18, 2017 5:21 pm
- Forum: Coding Questions
- Topic: sqlite
- Replies: 4
- Views: 1647
sqlite
Why is this not working?
I want to set the busy_timeout, but I can't even read it!
searched whole day.
Richard
UseSQLiteDatabase()
OpenDatabase(0, "test.db", "", "")
DatabaseQuery(0,"pragma busy_timout")
While NextDatabaseRow(0)
col$= GetDatabaseString(0,0)
Debug col$
Wend
I want to set the busy_timeout, but I can't even read it!
searched whole day.
Richard
UseSQLiteDatabase()
OpenDatabase(0, "test.db", "", "")
DatabaseQuery(0,"pragma busy_timout")
While NextDatabaseRow(0)
col$= GetDatabaseString(0,0)
Debug col$
Wend
- Sat Feb 06, 2016 12:55 pm
- Forum: Coding Questions
- Topic: gantt chart
- Replies: 2
- Views: 1468
gantt chart
Anybody experience with programming a ganttchart?
How to make timeline in PB?
Richard
How to make timeline in PB?
Richard
- Mon Dec 28, 2015 5:15 pm
- Forum: Coding Questions
- Topic: color
- Replies: 2
- Views: 1096
color
probably stupid, but i don't see why the colors don't change
OpenWindow(0,0,0,890,700,"",#PB_Window_ScreenCentered|#PB_Window_SystemMenu)
LoadFont(2, "tahoma", 40,#PB_Font_Bold|#PB_Font_Italic )
TextGadget(990, 100, 200, 700,500, "LAURIE ",#PB_Text_Center)
SetGadgetFont(990, FontID(2 ...
OpenWindow(0,0,0,890,700,"",#PB_Window_ScreenCentered|#PB_Window_SystemMenu)
LoadFont(2, "tahoma", 40,#PB_Font_Bold|#PB_Font_Italic )
TextGadget(990, 100, 200, 700,500, "LAURIE ",#PB_Text_Center)
SetGadgetFont(990, FontID(2 ...
- Mon Dec 21, 2015 5:24 pm
- Forum: Coding Questions
- Topic: slow reaction when clicking
- Replies: 2
- Views: 1159
Re: slow reaction when clicking
thanks KENMO.
Richard
Richard
- Mon Dec 21, 2015 1:19 pm
- Forum: Coding Questions
- Topic: slow reaction when clicking
- Replies: 2
- Views: 1159
slow reaction when clicking
Following code is based on something old i found in the forum.
; English forum: http://www.purebasic.fr/english/viewtopic.php?t=6203&highlight=
; Author: Freak (updated for PB4.00 by blbltheworm)
; Date: 21. May 2003
; OS: Windows
; Demo: Yes
Global a,b
#ListIcon = 1
LoadFont(0, "tahoma", 12 ...
; English forum: http://www.purebasic.fr/english/viewtopic.php?t=6203&highlight=
; Author: Freak (updated for PB4.00 by blbltheworm)
; Date: 21. May 2003
; OS: Windows
; Demo: Yes
Global a,b
#ListIcon = 1
LoadFont(0, "tahoma", 12 ...
- Thu Dec 17, 2015 9:19 pm
- Forum: Announcement
- Topic: Tiny Database Browser
- Replies: 3
- Views: 5903
Re: Tiny Database Browser
The progam does not compile (PB 5.30 an PB 5.40 - windows 7).
A window is displayed and then a message: Purebasic_compilation.exe problem.
Any suggestions?
Richard
A window is displayed and then a message: Purebasic_compilation.exe problem.
Any suggestions?
Richard
- Wed Nov 25, 2015 12:30 pm
- Forum: Coding Questions
- Topic: convert dll-call
- Replies: 2
- Views: 882
convert dll-call
Help needed to adapt: Prototype sluConvertDat(a,b,c,d,e)
according description below.
How obtain result?
Thanks - Richard
'===========================<[ ConvertDat ]>===========================
Declare Sub sluConvertDat lib "SQLiteningU.Dll" alias "sluConvertDat" ( _
byval DataIn as Long ...
according description below.
How obtain result?
Thanks - Richard
'===========================<[ ConvertDat ]>===========================
Declare Sub sluConvertDat lib "SQLiteningU.Dll" alias "sluConvertDat" ( _
byval DataIn as Long ...
- Fri Nov 13, 2015 11:32 am
- Forum: Coding Questions
- Topic: wrapper - dll translation
- Replies: 59
- Views: 14850
Re: wrapper - dll translation
Hi thanos
I had to stop this because of serious health problems.
It s a Pity because sqlitening looks very promising.
If you manage to produce a wrapper i will give it a serious try.
Good luck
Richard
I had to stop this because of serious health problems.
It s a Pity because sqlitening looks very promising.
If you manage to produce a wrapper i will give it a serious try.
Good luck
Richard
- Wed Oct 21, 2015 10:57 am
- Forum: Coding Questions
- Topic: wrapper - dll translation
- Replies: 59
- Views: 14850
Re: wrapper - dll translation
no not working on it anymore. Now trying MariaDB ( = MySQL) but open source
Richard
Richard