Hello,
it would be very cool, if it's possible to set the background- and front-color for option-gadgets and checkbox-gadgets. Currently the look is different in Windows and Mac. In Windows, the gadget is always filled with the system background, that's not very beautiful in a colored window. In ...
Search found 14 matches
- Fri May 16, 2025 1:09 pm
- Forum: Feature Requests and Wishlists
- Topic: SetGadgetColor for OptionGadget and CheckBoxGadget
- Replies: 3
- Views: 1142
- Tue Apr 08, 2025 9:18 am
- Forum: Coding Questions
- Topic: Modern Authentification
- Replies: 2
- Views: 250
Modern Authentification
Does anyone know how to program sending emails with Modern Authentication (OAuth 2.0) using PureBasic? For example, Exchange Online no longer accepts SMTPS. As far as I know, you can currently disable OAuth 2.0 in Exchange, but some users don't want that.
Thank you in advance for your help.
Thank you in advance for your help.
- Tue Jul 13, 2021 8:10 pm
- Forum: Coding Questions
- Topic: Problem since Update to SQLite 3.31.1
- Replies: 2
- Views: 3608
Problem since Update to SQLite 3.31.1
There seems to be a problem after updating to SQLite 3.31.1. If I compile my software with PureBasic 5.7.3, then on some Windows 10 computers (not all) the DatabaseUpdate commands are simply not executed. No error is displayed, but the data is not stored in the SQLite database. If I then compile the ...
- Wed Feb 26, 2020 8:50 pm
- Forum: Feature Requests and Wishlists
- Topic: [Implemented] PdfVectorOutput for Windows
- Replies: 0
- Views: 1861
[Implemented] PdfVectorOutput for Windows
The title says it all!
- Wed Feb 26, 2020 8:48 pm
- Forum: Feature Requests and Wishlists
- Topic: Print on a specific Printer
- Replies: 1
- Views: 1229
Print on a specific Printer
A command like: Result = SetPrinter(PrinterName)
This command should select the specific printer for the following print operations. If the result is zero, the printer with this name is not installed.
Is it possible? Since many years, I'm waiting for a feature like this.
This command should select the specific printer for the following print operations. If the result is zero, the printer with this name is not installed.
Is it possible? Since many years, I'm waiting for a feature like this.
- Wed Sep 23, 2015 12:35 pm
- Forum: Coding Questions
- Topic: List Printers Connected to computer (Answered)
- Replies: 9
- Views: 4605
Re: List Printers Connected to computer (Answered)
Thank you, now I have the names of the printers.
But how can I print now on one of this printers - without print requester and not on the standard printer.
I think this is impossible, or not?
But how can I print now on one of this printers - without print requester and not on the standard printer.
I think this is impossible, or not?
- Wed Sep 23, 2015 12:25 pm
- Forum: Feature Requests and Wishlists
- Topic: Enhance printer lib
- Replies: 2
- Views: 1190
Re: Enhance printer lib
This would be really important!!!!!
I hope so, that it will come soon.
I hope so, that it will come soon.
- Sat Sep 05, 2015 9:34 pm
- Forum: Announcement
- Topic: PureBasic 5.40 LTS beta 10 is out !
- Replies: 213
- Views: 92428
Re: PureBasic 5.40 LTS beta 3 is out !
First of all: Thank you for your excellent work!
But I have to say, that I'm a little bit disappointed, because I hoped, that now you will update the PrinterLib. For my project, with PureBasic I can find cross-platform solutions for all problems, but for one, I have no idea: If I want to print a ...
But I have to say, that I'm a little bit disappointed, because I hoped, that now you will update the PrinterLib. For my project, with PureBasic I can find cross-platform solutions for all problems, but for one, I have no idea: If I want to print a ...
- Wed Aug 19, 2015 10:37 am
- Forum: Mac OSX
- Topic: Hide Columns of a ListIconGadget???
- Replies: 9
- Views: 5391
Re: Hide Columns of a ListIconGadget???
Cool, Thank you very much!
- Wed Aug 19, 2015 9:24 am
- Forum: Mac OSX
- Topic: Hide Columns of a ListIconGadget???
- Replies: 9
- Views: 5391
Hide Columns of a ListIconGadget???
If I set the ColumnWidth of a column in a ListIconGadget to zero, in Windows you see nothing of the column.
If you make the same in MacOSX, the ColumnWidth isn't zero, you see the column.
Has somebody an idea, how I can hide a column of a ListIconGadget in Mac OS X?
Thank you very much for the ...
If you make the same in MacOSX, the ColumnWidth isn't zero, you see the column.
Has somebody an idea, how I can hide a column of a ListIconGadget in Mac OS X?
Thank you very much for the ...
- Mon Feb 17, 2014 11:16 am
- Forum: Announcement
- Topic: SpiderBasic 1.00 is out !
- Replies: 438
- Views: 242870
Re: SpiderBasic 1.00 alpha 3
What's the difference to pb2web? This project seems to be very good. You should develop it together.
- Thu Aug 08, 2013 4:12 pm
- Forum: Mac OSX
- Topic: Purebasic Linker-Error
- Replies: 2
- Views: 1970
Re: Purebasic Linker-Error
Hello,
thank you very much.
I'm sorry, it was my fault. Now it works very well!
I'm new with the Mac!
Greetings from Austria
Stefan
thank you very much.
I'm sorry, it was my fault. Now it works very well!
I'm new with the Mac!
Greetings from Austria
Stefan
- Wed Aug 07, 2013 11:01 pm
- Forum: Mac OSX
- Topic: Purebasic Linker-Error
- Replies: 2
- Views: 1970
Purebasic Linker-Error
I bought a new MacBook Air with Mac OSX 10.8.4
Installed XCode 4.6.3 from AppStore - Command Line Tool is included (I think so?)
Then installed PureBasic 5.11 (x64)
Run the Hello World Program:
LINKER ERROR:
XCode (with 'commandline tools') needs to be installed to use PureBasic.
XCode is found ...
Installed XCode 4.6.3 from AppStore - Command Line Tool is included (I think so?)
Then installed PureBasic 5.11 (x64)
Run the Hello World Program:
LINKER ERROR:
XCode (with 'commandline tools') needs to be installed to use PureBasic.
XCode is found ...
- Sun Aug 04, 2013 11:24 am
- Forum: Feature Requests and Wishlists
- Topic: SelectPrinter, NextPrinter
- Replies: 8
- Views: 3147
SelectPrinter, NextPrinter
Hello,
You can do almost everything with PureBasic, but the PrinterLib is incomplete.
Two things really missing:
1. A command to print on a specific printer (not the default printer) like SelectPrinter(printername$)
2. A command to get the names of all installed printers (something like ...
You can do almost everything with PureBasic, but the PrinterLib is incomplete.
Two things really missing:
1. A command to print on a specific printer (not the default printer) like SelectPrinter(printername$)
2. A command to get the names of all installed printers (something like ...