Search found 35 matches

by NuclearFusion
Tue Apr 09, 2019 6:58 pm
Forum: General Discussion
Topic: Run program on second monitor
Replies: 3
Views: 1701

Re: Run program on second monitor

OK, will check out. Thx!
by NuclearFusion
Mon Apr 08, 2019 11:19 am
Forum: General Discussion
Topic: Run program on second monitor
Replies: 3
Views: 1701

Re: Run program on second monitor

Found the answer.
It is really easy :-)

In order to always show the Windows after Compile/Run, you should set an option in the Windows settings, like so (Mind you, I am translating from Dutch to English):

1. go to the desktop
2. rightclick on an empty space
3. click on "Display settings" (or ...
by NuclearFusion
Mon Apr 08, 2019 10:11 am
Forum: General Discussion
Topic: Run program on second monitor
Replies: 3
Views: 1701

Run program on second monitor

Hi,
I found this viewtopic.php?f=19&t=61946 article, but it refers to MacOS, but alas, I am on Windows.
Is there a way to do such a thing in Windows?
TIA.
Arie
by NuclearFusion
Sun Jun 11, 2017 12:29 pm
Forum: General Discussion
Topic: Howto for using an external library
Replies: 2
Views: 1914

Re: Howto for using an external library

Thx. But that was not the question at all ;-) I indeed did find it on the web.

My bad. Question was not clear.

What I am after is (in general):
1. how and where to instaal an external library (like PurePDF
2. how to access the library (functions) from within a PB program
by NuclearFusion
Sat Jun 10, 2017 11:42 am
Forum: General Discussion
Topic: Howto for using an external library
Replies: 2
Views: 1914

Howto for using an external library

Hi guys,

I need the PurePDF library.
But then I do not know how to use it. Found 1159 topics on searching for "library" which is quite overwhelming ;-)

So, can anybody point me to a (the) correct topic for this?

So I am interested in:
- where to put the ZIP file (or should I unzip it?)
- use ...
by NuclearFusion
Thu Aug 07, 2014 1:43 pm
Forum: Feature Requests and Wishlists
Topic: Coroutines and channels à la Go
Replies: 0
Views: 1115

Coroutines and channels à la Go

Would greatly simplify concurrent programming with lots and lots of coroutines running together.
by NuclearFusion
Thu Aug 07, 2014 9:09 am
Forum: Coding Questions
Topic: Intermittent FileDelete errors
Replies: 2
Views: 883

Re: Intermittent FileDelete errors

Hi Little John,

thanks for the great answer. Indeed I missed the duplicate times, caused by creating dummy files in a hurry ;-)
Other tips appreciated as well.
Maybe I need some more coffee these days :-)

Thx again,
Arie
by NuclearFusion
Wed Aug 06, 2014 7:23 pm
Forum: Coding Questions
Topic: Intermittent FileDelete errors
Replies: 2
Views: 883

Intermittent FileDelete errors

Hi, the following program (PB 5.30) is called as follows:
clrbkup 3 txt d:\dir
The program then should remove the oldest files having extension txt and keep the most recent 3 with that extension in the specified directory.
Now I see that filedelete often returns 0, but I can't explain it.
Here's ...
by NuclearFusion
Sat May 31, 2014 2:32 pm
Forum: Coding Questions
Topic: Random crash
Replies: 46
Views: 17844

Re: Random crash

Please have a look at Joe Hobart's insight on this subject: http://www.windowsbbs.com/legacy-windows/40538-what-causes-exception-code-c0000005-access_violation.html

The reason for this error might be sought in Windows Updates. It is a fact that every Windows update creates more problems than it ...
by NuclearFusion
Mon May 13, 2013 2:04 pm
Forum: The PureBasic Form Designer
Topic: [Done] Caption ignored
Replies: 3
Views: 2071

Re: Caption ignored

Thanks! I agree I shouldn't have missed that one ;-)
However, it bothers me a bit that the option for Caption is available even when the specified gadget does not use it ...
by NuclearFusion
Mon May 13, 2013 12:19 pm
Forum: The PureBasic Form Designer
Topic: [Done] Caption ignored
Replies: 3
Views: 2071

[Done] Caption ignored

I added an Editor gadget to a form. I specify a Caption (Caption is a variable? is unchecked).
The caption never shows up on the preview of the gadget.
Also, when I change to code view and back again, the caption has been removed from the properties.
by NuclearFusion
Wed Apr 17, 2013 2:10 pm
Forum: General Discussion
Topic: .CHM file problem in Windows 8
Replies: 13
Views: 6467

Re: .CHM file problem in Windows 8

Hi,

when you run a Google search with the string "This program cannot display the webpage" you will see that there seems to be malware that generates that message exactly.
In my opinion the free downloadable MBAM antmalware here http://www.malwarebytes.org/ would be a good choice to try and remove ...
by NuclearFusion
Mon May 04, 2009 11:44 am
Forum: Coding Questions
Topic: Problem using PureSMTP library with Gmail
Replies: 5
Views: 1306

Thanks!!!
by NuclearFusion
Fri Apr 24, 2009 1:40 pm
Forum: Coding Questions
Topic: Problem using PureSMTP library with Gmail
Replies: 5
Views: 1306

That's a pity!
Any other library available for that functionality?
by NuclearFusion
Fri Apr 24, 2009 12:55 pm
Forum: Coding Questions
Topic: Problem using PureSMTP library with Gmail
Replies: 5
Views: 1306

Problem using PureSMTP library with Gmail

Hi,
when I use this
OpenConsole()
MySMTPServer.s = "smtp.gmail.com"
MySMTPPort.l = 465
rc.l = PureSMTP_OpenSMTPConnection(MySMTPServer, MySMTPPort)
Debug rc
the operation seems to hang. When I quit the Purebasic console I get a debug screen with code -3.
Any ideas why this doesn't work?
Thx.