Search found 16 matches

by pusherman
Saturday 11th November 2023 2:12am
Forum: Beginners
Topic: Using the same click event
Replies: 6
Views: 4239

Re: Using the same click event

Thanks for replying

Sometimes it works and others not. Doing it manually like you suggest is another work-around.
by pusherman
Thursday 9th November 2023 8:44pm
Forum: Beginners
Topic: Using the same click event
Replies: 6
Views: 4239

Re: Using the same click event

That works!

Thanks for your time :)
by pusherman
Thursday 9th November 2023 7:51pm
Forum: Beginners
Topic: Using the same click event
Replies: 6
Views: 4239

Re: Using the same click event

Thanks for replying.

When I look in the Group property (where your arrow is indicating) I get a drop down box with nothing in it. I can't manually edit that property.

How do you create the group that goes into that property field?

Pusherman
by pusherman
Thursday 9th November 2023 2:50pm
Forum: Beginners
Topic: Using the same click event
Replies: 6
Views: 4239

Using the same click event

Hi all, If you have an entry in the file menu, for example Menu_File_OpenFile and you also have a button the form, for example BtnOpenFile, they will have their own click events even though they will do the same thing. I know that you could call the same routine from within those events but it would...
by pusherman
Monday 6th November 2023 6:21am
Forum: Beginners
Topic: Getting the name of a control on a form
Replies: 2
Views: 2988

Re: Getting the name of a control on a form

That works perfectly, thank you.
:D :D :D
by pusherman
Sunday 5th November 2023 4:58pm
Forum: Beginners
Topic: Getting the name of a control on a form
Replies: 2
Views: 2988

Getting the name of a control on a form

Hello all, I'm new to Gambas so I am still finding my way around. I have a question that I hope someone can answer for me. I have a form with a TabStrip on it that contains five tabs. Each tab has a TextArea on it, 1 through 5. If I want to copy text into the TextArea of one of the tabs I have to fi...