Search found 7 matches
- Tuesday 27th April 2021 4:30pm
- Forum: Beginners
- Topic: Debugging: Stop program if variable = value ?
- Replies: 9
- Views: 96861
Re: Debugging: Stop program if variable = value ?
Hello cogier, thanks for your reply. I know the possibility to place a break on a line and then display the value by clicking on the variable. But this "hard break" is not, what I am looking for. I am looking for a "smart break" that stops at the line, where an determined conditi...
- Tuesday 27th April 2021 2:30pm
- Forum: Beginners
- Topic: Debugging: Stop program if variable = value ?
- Replies: 9
- Views: 96861
Debugging: Stop program if variable = value ?
Hello out there.
I am a newbie to Gambas and try to find out, if the following is possible:
While debugging, I want the program to stop/break if variable xy has a determined value.
Can you do that with the Gambas IDE?
Thanks a lot.
I am a newbie to Gambas and try to find out, if the following is possible:
While debugging, I want the program to stop/break if variable xy has a determined value.
Can you do that with the Gambas IDE?
Thanks a lot.
- Sunday 14th February 2021 12:30am
- Forum: Beginners
- Topic: Form X. is redefined incorrect in Class FMain
- Replies: 12
- Views: 12943
Re: Form X. is redefined incorrect in Class FMain
...omitting the declaration of "x" resolves the problem. So I assume that "x" is a reserved word in GamBas - is that right? The error says "Form.X" which would be the X property of a form called Form...which doesn't make sense. Maybe just copy and paste the section of ...
- Saturday 13th February 2021 4:55pm
- Forum: Beginners
- Topic: Form X. is redefined incorrect in Class FMain
- Replies: 12
- Views: 12943
Re: Form X. is redefined incorrect in Class FMain
If you can zip or compress your project, then you can attach it to your post by using Attachments > Add files . You can also add your screenshots in a similar way, although these should not be compressed. SteveDee Oops, sorry. Didn't see those two buttons. So now here's the screenshot formX.png As ...
- Saturday 13th February 2021 4:45am
- Forum: Beginners
- Topic: Form X. is redefined incorrect in Class FMain
- Replies: 12
- Views: 12943
Re: Form X. is redefined incorrect in Class FMain
It should be FMain.X or the name of your Form (or Me.X) not Form.X Hi Bruce and thanks for your replies. In fact, it IS Form.X ! Sorry, but I cannot upload a screenshot to proof. And - I think I found out the code that causes the error: I have added the following declaration of a variable : Public ...
- Saturday 13th February 2021 3:43am
- Forum: Beginners
- Topic: Form X. is redefined incorrect in Class FMain
- Replies: 12
- Views: 12943
Re: Form X. is redefined incorrect in Class FMain
wie wärs mit den source-code? hier ist nämlich niemand hellseher ... how about the source code? no one here is psychic. Sorry PJBlack. Thought this might would be a typical rookie issue that doesn't need source code to be solved. And by the way - the entire program has more than 650 lines of code. ...
- Tuesday 9th February 2021 1:45am
- Forum: Beginners
- Topic: Form X. is redefined incorrect in Class FMain
- Replies: 12
- Views: 12943
Form X. is redefined incorrect in Class FMain
Hello out there, I am doing my first steps with Gambas 3.14.3 (German language version) on Linux Mint 20.1. On debugging my source code, I've got the error message "Form X. wird in der Klasse FMain inkorrekt redefiniert" (which should be translated into English something like "Form X....