Procedure AdjustScrollBars_()
Define.i WidthOffset, Height, Width, RowsHeight
Define.i VScroll, HScroll, ScrollbarSize
Width = GadgetWidth(ListEx()\CanvasNum) - 2
Height = GadgetHeight(ListEx()\CanvasNum) - 2
Use with PB 631 beta 2 and PB 621
error message
[18 :24 :36] Type d'exécutable ...
Search found 522 matches
- Sat Sep 13, 2025 5:30 pm
- Forum: Applications - Feedback and Discussion
- Topic: [Modules] ListEx (all OS / DPI)
- Replies: 486
- Views: 204667
- Mon Sep 08, 2025 9:18 am
- Forum: Tricks 'n' Tips
- Topic: Select folder dialog
- Replies: 15
- Views: 6037
Re: Select folder dialog
Is it possible to have a select file dialog ?
- Tue Sep 02, 2025 8:19 pm
- Forum: Coding Questions
- Topic: PurePDF module
- Replies: 1
- Views: 278
PurePDF module
Hello,
With the Purepdf module, I would like to be able to display a different logo in the Header procedure depending on the module that launched the PDF creation. Is this possible?
Header() procedure
if toto = ‘tata’
PDF::Image(‘logo_purepdf.png’,10,8,33)
else
PDF::Image(‘logo_pure.png’,10,8 ...
With the Purepdf module, I would like to be able to display a different logo in the Header procedure depending on the module that launched the PDF creation. Is this possible?
Header() procedure
if toto = ‘tata’
PDF::Image(‘logo_purepdf.png’,10,8,33)
else
PDF::Image(‘logo_pure.png’,10,8 ...
- Sat Aug 16, 2025 5:59 am
- Forum: Coding Questions
- Topic: Problem with Filerequester
- Replies: 17
- Views: 821
Re: Problem with Filerequester
This problem occurs when I call input file requester for the second time
DefaultFile$ = “d:\toto\toto.csv”
; DefaultFile$ = default file to be displayed
Filter$ = “CSV file (*.csv)|*.csv”
Filter = 0 ; use the first of the three possible filters by default
File11$ = OpenFileRequester(“Select ...
DefaultFile$ = “d:\toto\toto.csv”
; DefaultFile$ = default file to be displayed
Filter$ = “CSV file (*.csv)|*.csv”
Filter = 0 ; use the first of the three possible filters by default
File11$ = OpenFileRequester(“Select ...
- Fri Aug 15, 2025 7:22 pm
- Forum: Coding Questions
- Topic: Problem with Filerequester
- Replies: 17
- Views: 821
Re: Problem with Filerequester
desolated , but i modify my programm replace quote with double quote but that' dont work
- Fri Aug 15, 2025 6:59 pm
- Forum: Coding Questions
- Topic: Problem with Filerequester
- Replies: 17
- Views: 821
Problem with Filerequester
Hello,
I am having a problem with the Filerequester instruction. Here is my code
DefaultFile$ = ‘d:\toto\toto.csv’
; ; Default directory and file to be displayed
Filter$ = ‘CSV file(*.csv)|*.csv’
Filter = 0 ; use the first of the three possible filters by default
File11$ = OpenFileRequester ...
I am having a problem with the Filerequester instruction. Here is my code
DefaultFile$ = ‘d:\toto\toto.csv’
; ; Default directory and file to be displayed
Filter$ = ‘CSV file(*.csv)|*.csv’
Filter = 0 ; use the first of the three possible filters by default
File11$ = OpenFileRequester ...
- Mon Aug 11, 2025 7:38 am
- Forum: Coding Questions
- Topic: Sqlite problem with purebasic
- Replies: 8
- Views: 506
Re: Sqlite problem with purebasic
HI skywalk
Thanks for your answers? I am not familiar with attachdabase. Can you give me anexample
Thanks in advance
Thanks for your answers? I am not familiar with attachdabase. Can you give me anexample
Thanks in advance
- Fri Aug 08, 2025 3:05 pm
- Forum: Coding Questions
- Topic: Sqlite problem with purebasic
- Replies: 8
- Views: 506
Re: Sqlite problem with purebasic
I have another problem because even if the instruction works fine, I'm stuck because I also need to retrieve the value of rumdbt in the client file in the same instruction, and that's where I'm lost.
- Fri Aug 08, 2025 10:54 am
- Forum: Coding Questions
- Topic: Sqlite problem with purebasic
- Replies: 8
- Views: 506
Re: Sqlite problem with purebasic
thanks miso ,
problem is resolved , it's work perfectly
problem is resolved , it's work perfectly
- Fri Aug 08, 2025 8:16 am
- Forum: Coding Questions
- Topic: Sqlite problem with purebasic
- Replies: 8
- Views: 506
Sqlite problem with purebasic
Who can help me get around this SQL instruction problem in Purebasic?
The purpose of this instruction is to compare two files in a “ZRUM” area and display the records from file one that do not have a match in the common RUM area of file two.
Here is the instruction
DatabaseQuery(openingDatabase ...
The purpose of this instruction is to compare two files in a “ZRUM” area and display the records from file one that do not have a match in the common RUM area of file two.
Here is the instruction
DatabaseQuery(openingDatabase ...
- Wed Feb 26, 2025 11:05 am
- Forum: Coding Questions
- Topic: Request-PDFtoText
- Replies: 3
- Views: 607
Re: Request-PDFtoText
warning
PDFTOTEXT cannot convert all PDF files correctly. Conversion depends on how the PDF was created (by software or by scanning or photocopying).
To optimise reading, it is preferable to use TESSERACT OCR software beforehand. But even with this software it is necessary to use image processing ...
PDFTOTEXT cannot convert all PDF files correctly. Conversion depends on how the PDF was created (by software or by scanning or photocopying).
To optimise reading, it is preferable to use TESSERACT OCR software beforehand. But even with this software it is necessary to use image processing ...
- Sat Jan 25, 2025 12:27 am
- Forum: Coding Questions
- Topic: CGI PUREBASIC and external programm (ex. Notepad.exd)
- Replies: 2
- Views: 1192
Re: CGI PUREBASIC and external programm (ex. Notepad.exd)
Thank you Kiffi for your reply.
Would it be possible for you to correct these two programmes for me so that I can test them, as I can't do it.
Partie SB
procedure HttpGetEvent2(Success, Result$, UserData)
If Success
Debug result$
EndIf
EndProcedure
Procedure btn_login_Action2()
Global url.s ...
Would it be possible for you to correct these two programmes for me so that I can test them, as I can't do it.
Partie SB
procedure HttpGetEvent2(Success, Result$, UserData)
If Success
Debug result$
EndIf
EndProcedure
Procedure btn_login_Action2()
Global url.s ...
- Thu Jan 23, 2025 9:11 am
- Forum: Coding Questions
- Topic: CGI PUREBASIC and external programm (ex. Notepad.exd)
- Replies: 2
- Views: 1192
CGI PUREBASIC and external programm (ex. Notepad.exd)
Hi all,
I would like to be able to launch an executable (e.g. Notepad.exe) from SPIDERBASIC using PUREBASIC CGI. Is it possible. If not, what are the solutions that would allow me to get around the problem?
I would like to be able to launch an executable (e.g. Notepad.exe) from SPIDERBASIC using PUREBASIC CGI. Is it possible. If not, what are the solutions that would allow me to get around the problem?
- Sun Dec 22, 2024 4:48 am
- Forum: Applications - Feedback and Discussion
- Topic: RegEx engine module that builds NFA/DFA and uses it for matching
- Replies: 11
- Views: 11031
Re: RegEx engine module that builds NFA/DFA and uses it for matching
Thanks to explain what is NFAs/DFAs
Happy Christmas
Happy Christmas
- Sun Dec 01, 2024 8:58 pm
- Forum: Coding Questions
- Topic: Help with GRABIMAGE
- Replies: 7
- Views: 1109
Re: Help with GRABIMAGE
Hi infratec,
with jpg image
T1: 333
T2: 140
T3: 1194
It seems the problem come from saving image in png format becaus withh jpg image the result is good
Is-it normal or this is possibly a bug to inform Fred ?
with jpg image
T1: 333
T2: 140
T3: 1194
It seems the problem come from saving image in png format becaus withh jpg image the result is good
Is-it normal or this is possibly a bug to inform Fred ?