Search found 63 matches

by Godzilla
Wednesday 25th September 2019 10:29am
Forum: General
Topic: Pass an array from one Gambas program to another?
Replies: 19
Views: 20434

Re: Pass an array from one Gambas program to another?

Attempting to post the rest of the satellites. The names of the complete set of satellites are:

Two_Godzilla
Three_Godzilla
Four_Godzilla
Five_Godzilla.

Attempting to post Four and Five here.
by Godzilla
Wednesday 25th September 2019 10:21am
Forum: General
Topic: Pass an array from one Gambas program to another?
Replies: 19
Views: 20434

Re: Pass an array from one Gambas program to another?

Thanks Godzilla. I am also excited by the possibilities this feature opens up. I was also interested in your original question and came up with these 2 programs named 'One' and 'Two' (original naming don't you think! ;)). They will pass a string between themselves, but could be altered to send arra...
by Godzilla
Tuesday 24th September 2019 7:38am
Forum: General
Topic: Pass an array from one Gambas program to another?
Replies: 19
Views: 20434

Re: Pass an array from one Gambas program to another?

I have managed to get the 'Kill' event working which is raised when the background task is complete. Using different values in the loop you can see the different processes finish at different times. http://www.cogier.com/gambas/Monitor2.png Hey cogier, Thank you again for your reply to this thread,...
by Godzilla
Monday 23rd September 2019 6:20am
Forum: General
Topic: Pass an array from one Gambas program to another?
Replies: 19
Views: 20434

Re: Pass an array from one Gambas program to another?

Hi Godzilla. Your question got a friend and I working on a very interesting Gambas tool called 'Task'. You can find some details here . As usual the documentation could do with a little work and an example would also help. Experimentation produced the attached program that when run on an Intel NUC ...
by Godzilla
Monday 23rd September 2019 5:32am
Forum: General
Topic: Pass an array from one Gambas program to another?
Replies: 19
Views: 20434

Re: Pass an array from one Gambas program to another?

Hi Godzilla, You will also need to have a look at the Linux command taskset . taskset is used to set or retrieve the CPU affinity of a running process given its PID or to launch a new COMMAND with a given CPU affinity. CPU affinity is a scheduler property that "bonds" a process to a given...
by Godzilla
Saturday 21st September 2019 8:04am
Forum: General
Topic: Pass an array from one Gambas program to another?
Replies: 19
Views: 20434

Pass an array from one Gambas program to another?

I've written a Gambas program that does four CPU-intensive tasks in sequence. One task can't begin until the previous one ends, etc. Everything works well. But from start of the first task, till the end of the last task, takes about 2 minutes. I've considered buying a new computer with a cutting-edg...
by Godzilla
Sunday 23rd June 2019 8:33am
Forum: General
Topic: The Bare Essential Webcam Capture
Replies: 7
Views: 8468

Re: The Bare Essential Webcam Capture

Cedron I really like your example WebCamGrab. I love how the combobox lists the webcam symbolic links. And it demonstrates how the MediaPlayer component is more robust than I thought. Not a one-trick pony. :D As for V4L, does anyone know what its being depreciated in favor of? SDL perhaps? I only fo...
by Godzilla
Thursday 20th June 2019 9:22am
Forum: General
Topic: The Bare Essential Webcam Capture
Replies: 7
Views: 8468

Re: The Bare Essential Webcam Capture

I saw this thread and was fascinated by the code. It works! And its so simple! Hats off to Cedron for the code, and to cogier for the example project. And I agree with you Cedron. While the high level allows this to code to be short and simple, its also limiting for those who want to use webcam vide...
by Godzilla
Monday 4th February 2019 8:28am
Forum: General
Topic: SQLite help
Replies: 9
Views: 11510

Re: SQLite help

Quincunxian thank you again for your replies and your amazing code example. I feel like Spock exploring Vger every time I study it! I'm grasping the basic fundamentals of what you're doing, but its going to take more studying to fully understand it. I'm happy to have been given this opportunity to d...
by Godzilla
Wednesday 30th January 2019 8:31am
Forum: General
Topic: SQLite help
Replies: 9
Views: 11510

Re: SQLite help

Hi Godzilla. Your code is fine and you seem to have grasped the basics well. I do a lot of SQL programming in both MySQL & SQLite in Gambas so please feel free to ask any questions you have and I'll try to assist - this is what the forum is for. Few things... If your program is going to be just...