Search found 59 matches

by DGDanforth
Mon Nov 19, 2018 3:15 am
Forum: Common questions
Topic: CommStreams
Replies: 19
Views: 27065

Re: CommStreams

Doug wrote: CommStreams.NewStream("CommTCP", "0.0.0.0:0", "greenwoodfarm.com:80", s, res);
ASSERT(res = 0);
TRAPs with res=3
by DGDanforth
Sun Nov 18, 2018 9:34 am
Forum: Common questions
Topic: CommStreams
Replies: 19
Views: 27065

Re: CommStreams

CommStreams.NewStream("CommTCP", "", url, s, res); with url = http://greenwoodfarm.com:80 still does not work res=3 1. Out of the box you can not use encrypted resources like "https". Only possible to communicate with servers with "http" (Josef has the soluti...
by DGDanforth
Sun Nov 18, 2018 2:19 am
Forum: Common questions
Topic: CommStreams
Replies: 19
Views: 27065

CommStreams

PROCEDURE NewStream (protocol, localAdr, remoteAdr: ARRAY OF CHAR; OUT s: Stream; OUT res: INTEGER) I have not been able to get CommStreams.NewStream("CommTCP", "", url, s, res) to succeed for any url such as https://www.google.com/ or https://www.nytimes.com/. res = invalidRemo...
by DGDanforth
Sat Jun 02, 2018 4:05 am
Forum: Common questions
Topic: Configuration of BlackBox
Replies: 24
Views: 47968

Re: Configuration of BlackBox

Project Dropdown.jpg QmProject.jpg I have folded some of the entries to fit on one page for you to see. I have a top level "Project" menu item under which i have all of my projects listed. Each project has a "Notebook", a "Docu", a "Mod", and a "Rsrc&quo...
by DGDanforth
Wed May 30, 2018 3:34 am
Forum: Common questions
Topic: Configuration of BlackBox
Replies: 24
Views: 47968

Re: Configuration of BlackBox

I have a top level "Project" menu item under which i have all of my projects listed.
Each project has a "Notebook", a "Docu", a "Mod", and a "Rsrc" listing.
I get everything I need that way without having to create /SUB or /LIB configurations.

Doug
by DGDanforth
Wed Apr 25, 2018 11:50 pm
Forum: Common questions
Topic: File association
Replies: 12
Views: 20015

Re: File association

In my opinion all of this is much too complex.
I avoid clicking on a .odc file to open it and instead
start from my icon to open my blackbox set with /USE
and the search for the desired file from within BlackBox.
Longer but simpler.
by DGDanforth
Thu Feb 01, 2018 1:50 pm
Forum: Common questions
Topic: Mobile
Replies: 8
Views: 9561

Re: Mobile

Ivan,
Thank you. I am playing with it.
-Doug
by DGDanforth
Fri Jan 19, 2018 4:25 am
Forum: Common questions
Topic: Mobile
Replies: 8
Views: 9561

Re: Mobile

Wine 3.0 Released (softpedia.com) 80 Posted by BeauHD on 10:40 18th January, 2018 from the come-and-get-it dept. prisoninmate shares a report from Softpedia: The Wine (Wine Is Not an Emulator) project has been updated today to version 3.0, a major release that ends 2017 in style for the open-source ...
by DGDanforth
Sun Jan 14, 2018 8:36 am
Forum: Common questions
Topic: Mobile
Replies: 8
Views: 9561

Mobile

Since a great deal of work is happening with applications (Apps) on
mobile devices it occurs to me to ask (without thinking deeply) whether
Component Pascal can be made to run on such devices (Android, iOS).

Thoughts?

-Doug Danforth
by DGDanforth
Mon Jul 17, 2017 5:28 am
Forum: Brainstorming
Topic: MS SendInput
Replies: 21
Views: 49581

Re: MS SendInput

One final comment. The erratic behavior I was experiencing with WinApi.keybd_event was not due to that procedure but rather do to the use of Services.Action which is guaranteed to start "NotBefore" but depending upon other actions can happen far after the designated time. When I switched t...