Search found 277 matches

by Giorgio Garabello
Sun Aug 27, 2017 1:20 pm
Forum: Software & Programming
Topic: Job communication
Replies: 11
Views: 4915

Re: Job communication

On the "real black box" with Toolkit 2 and QLib Toolkit (or some other "Pipe support" TK), you could use a named PIPE device on one of the networked QLs, like OPEN #3,NET2_PIPE_pnam_1024 : REMark NET2_ is the remote QPC here Assuming the IPNET server (that I have always wanted t...
by Giorgio Garabello
Sun Aug 27, 2017 12:18 pm
Forum: Software & Programming
Topic: Job communication
Replies: 11
Views: 4915

Job communication

I would like to communicate two programs that reside on two different machines Using QPC2 and IPNET. One solution might be to write on a shared file, but this could create security issues as the file may be opened or deleted from the outside. Do you think of other solutions? Thanks in advance to eve...
by Giorgio Garabello
Thu Aug 24, 2017 7:26 pm
Forum: Software & Programming
Topic: EASYPTR4 "strange" effect
Replies: 20
Views: 5692

Re: EASYPTR4 "strange" effect

There is nothing but waiting for Marcel's opinion on the problem
I'm very curious to see Bob's routine!

Giorgio
by Giorgio Garabello
Thu Aug 24, 2017 6:48 pm
Forum: Software & Programming
Topic: EASYPTR4 "strange" effect
Replies: 20
Views: 5692

Re: EASYPTR4 "strange" effect

I have another question about the behavior of the window manager using the Easyptr4 menus. My system palette plans to have the windows application menus on an orange aoutine, the scroll bars and the arrows are red. This can be seen on the right side of the image within the filter menu. The big icon...
by Giorgio Garabello
Tue Aug 22, 2017 8:19 pm
Forum: Software & Programming
Topic: EASYPTR4 "strange" effect
Replies: 20
Views: 5692

EASYPTR4 "strange" effect

I have another question about the behavior of the window manager using the Easyptr4 menus. My system palette plans to have the windows application menus on an orange aoutine, the scroll bars and the arrows are red. This can be seen on the right side of the image within the filter menu. The big icons...
by Giorgio Garabello
Tue Aug 08, 2017 10:42 am
Forum: Software & Programming
Topic: QTImage 1.2
Replies: 11
Views: 5423

QTImage 1.2

Hi,
we are released QTImage 1.2
this versione fix an important bug in the management language and allow to import interlaced PNG images
You can download the package here: http://www.hunggartorino.it/ql/qtimage-2/

Enjoy

Giorgio Garabello
Quantum Technology
by Giorgio Garabello
Thu Jul 06, 2017 5:31 pm
Forum: Software & Programming
Topic: QTImage 1.1
Replies: 1
Views: 1346

QTImage 1.1

QTImage 1.1 is now available at Quantum Technology website
http://www.hunggartorino.it/ql/qtimage-2/

What's new?

New graphic interface
UNDO funciotn added
JPG image export added
Contextual help added
Better system palette
Better language management.

Enjoy!

Giorgio Garabello
by Giorgio Garabello
Tue Jun 06, 2017 10:39 am
Forum: Software & Programming
Topic: Task Sequencing Language
Replies: 0
Views: 1841

Task Sequencing Language

A brief article about the Xchange's TSL

http://www.hunggartorino.it/ql/xchange-and-tsl/

Regards

Giorgio Garabello
by Giorgio Garabello
Mon Jun 05, 2017 7:37 am
Forum: Software & Programming
Topic: IP Ping
Replies: 21
Views: 11833

Re: IP Ping

I have a question: is it not possible that PSERVE when it receives a request, does it want to retrieve system date and time and return them instead of a default string? I have done a quick patch. If you supply an empty string to the ping server e.g. PSERVE "" It will return the current da...
by Giorgio Garabello
Fri Jun 02, 2017 2:56 pm
Forum: Software & Programming
Topic: IP Ping
Replies: 21
Views: 11833

Re: IP Ping

I have a question: is it not possible that PSERVE when it receives a request, does it want to retrieve system date and time and return them instead of a default string? It's possible, but the PSERVE routine would need a bit of re-writing to pick up the current date/time every time it received a pin...