Search found 11 matches

by d2848s29
Wed Jul 18, 2018 1:06 am
Forum: Feature Requests and Wishlists
Topic: PrintRequester with configuration file
Replies: 5
Views: 1931

Re: PrintRequester with configuration file

Fred in another thread said he is open to the bounty system to implement important changes. Where is the bounty system to define a possible project?
by d2848s29
Sun Jul 15, 2018 8:24 pm
Forum: General Discussion
Topic: News Page Needs To be Updated
Replies: 0
Views: 1144

News Page Needs To be Updated

The News page https://www.purebasic.com/news.php needs to be updated to show the recent PB version updates.
by d2848s29
Sat Jul 14, 2018 10:42 pm
Forum: Feature Requests and Wishlists
Topic: PrintRequester with configuration file
Replies: 5
Views: 1931

Re: PrintRequester with configuration file

Unfortunately, it is still not possible to set up printers for the application.

Imagine it this way

- If PrintRequester(_Optional Configuration File)
- SavePrinter(Configuration-File)
- EndIf
- If OpenPrinter(Configuration-File)
- If StartPrinting(JobName)

Should work on all OS. The ...
by d2848s29
Wed Nov 09, 2016 4:07 am
Forum: Coding Questions
Topic: Command To Specify An Existing Printer
Replies: 11
Views: 3000

Re: Command To Specify An Existing Printer

I wanted to use P.B. to write a label printing app with predefined label types to print to dedicated label printer.
Using the code Shardik has linked to, you can get a list of all available printers and I imagine you already know which one in that list is the dedicated label printer, so you should ...
by d2848s29
Wed Nov 09, 2016 2:57 am
Forum: Coding Questions
Topic: Command To Specify An Existing Printer
Replies: 11
Views: 3000

Re: Command To Specify An Existing Printer

I wanted to use P.B. to write a label printing app with predefined label types to print to dedicated label printer.
by d2848s29
Tue Nov 08, 2016 6:08 pm
Forum: Coding Questions
Topic: Command To Specify An Existing Printer
Replies: 11
Views: 3000

Re: Command To Specify An Existing Printer

Is there also a command to list the existing printers? When looking for MacOS examples which require OS-specific API commands you should always take a look into wilbert's thread [PB Cocoa] Methods, Tips & Tricks which contains a list of links to code examples of many different topics. It also ...
by d2848s29
Tue Nov 08, 2016 6:08 pm
Forum: Coding Questions
Topic: Command To Specify An Existing Printer
Replies: 11
Views: 3000

Re: Command To Specify An Existing Printer

What is the command to specify an existing os printer? All I see in the docs is DefaultPrinter() which returns the os's default printer. Is there also a command to list the existing printers?
Unless more settings are required, PureBasic's PrintRequester() should be quite sufficient.

I would like ...
by d2848s29
Tue Nov 08, 2016 2:50 am
Forum: Coding Questions
Topic: Command To Specify An Existing Printer
Replies: 11
Views: 3000

Re: Command To Specify An Existing Printer

I am developing on Mac OS. No Printer Lib for Mac OS besides PB one?
by d2848s29
Tue Nov 08, 2016 12:09 am
Forum: Coding Questions
Topic: Command To Specify An Existing Printer
Replies: 11
Views: 3000

Command To Specify An Existing Printer

What is the command to specify an existing os printer? All I see in the docs is DefaultPrinter() which returns the os's default printer. Is there also a command to list the existing printers?
by d2848s29
Sun Oct 23, 2016 2:54 pm
Forum: Feature Requests and Wishlists
Topic: Simple version control via Fossil
Replies: 16
Views: 9721

Re: Simple version control via Fossil

Looks like Pure-Fossil public project died?
by d2848s29
Wed Oct 05, 2016 9:22 pm
Forum: Mac OSX
Topic: clang Error on Run: libstdc++ deprecated
Replies: 1
Views: 2527

clang Error on Run: libstdc++ deprecated

Tried to run some sample code for the first time on Mac OS X 10.11.6 and received this clang error:

clang: warning: libstdc++ is deprecated; move to libc++ with a minimum deployment target of OS X 10.9
ld: illegal text-relocation to 'PB_DEBUGGER_CodeContextBank' in purebasic.o from '_DBG_D' in ...