Search found 166 matches

by sadams54
Tuesday 17th September 2024 12:37am
Forum: General
Topic: Need another approach for program
Replies: 13
Views: 2087

Re: Need another approach for program

you are just an amazing source of information.
by sadams54
Wednesday 11th September 2024 11:14pm
Forum: General
Topic: Need another approach for program
Replies: 13
Views: 2087

Re: Need another approach for program

I tried the left alt shift return thing and it did not do what you thought. It created 2 subs for the variable.
by sadams54
Wednesday 11th September 2024 7:40pm
Forum: General
Topic: Need another approach for program
Replies: 13
Views: 2087

Re: Need another approach for program

got things working. That is a great thing to be able to add properties. I notice that in the example you set the tag property to $vtag, is that a constant or something? If I added a name property also, what would it be set to?
by sadams54
Tuesday 10th September 2024 11:41pm
Forum: The Gambas IDE
Topic: problem installing gambas3
Replies: 5
Views: 731

Re: problem installing gambas3

that worked. I now have 3.19 running on that system and all gambas programs are working on it. Great relief since in trying to fix it I broke it. I tried to reinstall gambas and ended up making the only gambas program running into a door stop. You got everything going it is perfect now. Better than ...
by sadams54
Tuesday 10th September 2024 8:26pm
Forum: The Gambas IDE
Topic: problem installing gambas3
Replies: 5
Views: 731

Re: problem installing gambas3

no, the gbr3 does not reside in /usr/bin I just tried installing and compiling from source using your scripts (thanks by the way). everything went fine, no warning or errors. but no joy either. Yes the stuff is ancient and that is why it is my problem child. I would love to upgrade and solve everyth...
by sadams54
Tuesday 10th September 2024 7:45pm
Forum: The Gambas IDE
Topic: problem installing gambas3
Replies: 5
Views: 731

problem installing gambas3

This is my problem system. it is a Fedora 29 system. gambas 3.12 I am not able to upgrade the OS on this due to software issues. newer OS will bring copy of flawed software. Well the issue is that I have problems running gambas. I had gambas programs running on this in the past. Now the issue is any...
by sadams54
Monday 9th September 2024 7:47pm
Forum: General
Topic: Need another approach for program
Replies: 13
Views: 2087

Re: Need another approach for program

I don't know if I fully understand your request, but have a look at the attached program. Timers-0.0.1.tar.gz Off topic on that reply. I am looking to create multiple timers programatically. each with different times and each needs to be able to be identified when it triggers so proper code can exe...
by sadams54
Monday 9th September 2024 7:45pm
Forum: General
Topic: Need another approach for program
Replies: 13
Views: 2087

Re: Need another approach for program

You could just add .Tag to Timer.class Simply save this as Timer.class in your project .src folder. then hTimer.Tag will be present ' Gambas class file Export Property Tag As Variant Use $vTag Then all timers can trigger the same event and you can use Last.Tag to get the timer info. You are on the ...
by sadams54
Thursday 5th September 2024 6:48pm
Forum: General
Topic: Need another approach for program
Replies: 13
Views: 2087

Re: Need another approach for program

wow, did I stump everybody? cool.... I had an idea but not sure it can be done. Is it possible to wrap a control like the timer control in Gambas? The purpose would be to attach and expose the name and tag properties for a timer so I can detect which one is triggered and the tag to tell me what shou...
by sadams54
Monday 26th August 2024 8:34pm
Forum: General
Topic: Need another approach for program
Replies: 13
Views: 2087

Need another approach for program

I am in need of adding to a project. What happens with this program is that it reads an instruction file. It recursively executes what is in the file. This is working nice but needs a new feature. This sub would be defined as follows... MakeTmr(Cmpr as string, TimeInt as integer, CompareType as stri...