<div dir="ltr"><br><div class="gmail_extra"><br><div class="gmail_quote">2018-07-29 17:54 GMT+02:00 Tobias Boege <span dir="ltr"><<a href="mailto:taboege@gmail.com" target="_blank">taboege@gmail.com</a>></span>:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">On Sun, 29 Jul 2018, <a href="mailto:bkv@mailbox.org">bkv@mailbox.org</a> wrote:<br>
> Hi<br>
> <br>
> I developed an application on my OpenSuse (KDE) machine. Now I decided to move it to a machine with Linux Mint (Mate desktop) installed.<br>
> <br>
> I installed Gambas on the Mint machine and copied my project from the OpenSuse machine to the Mint machine.<br>
> <br>
> The Gambas developement environment seems to work on my Mint machine, I can create a new project with a form and run the project to display the form.<br>
> <br>
> The problem comes when I want to run (in developement environment) the project I copied from OpenSuse. It seems to quit right after I press the Run-button. I cannot trace it and I see no error messages.<br>
> <br>
> I know this is not much information, but I may find some more if I get an hint on where to look. I would be glad to have some help on moving my project to the new machine.<br>
> <br>
> Best regards,<br>
> <br>
> Bjørn<br>
<br>
Which components are used by your project? You can determine that<br>
by looking at the hidden ".project" file in your project directory.<br>
You want all lines starting with "Component=".<br>
<br>
You can also run the project from a terminal via:<br>
<br>
  $ cd /your/project/dir<br>
  $ gbc3 -ga<br>
  $ gbx3<br>
<br>
Then the interpreter should print any error that happens and avoid<br>
GUI elements which you might overlook or which might glitch to be<br>
unreadable in certain environments.<br>
<br>
Regards,<br>
Tobi<br>
<span class="gmail-HOEnZb"><font color="#888888"><br></font></span></blockquote><div><br></div><div>Sorry Tobias I answered, a moment before I saw your answer.<br>As the Latins used to say "Ubi major minor cessat" :-D</div><div><br></div><div>Regards</div><div>Gianluigi<br></div><div> </div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><span class="gmail-HOEnZb"><font color="#888888">
-- <br>
"There's an old saying: Don't change anything... ever!" -- Mr. Monk<br>
<br>
----[ Gambas mailing-list is hosted by <a href="https://www.hostsharing.net" rel="noreferrer" target="_blank">https://www.hostsharing.net</a> ]----<br>
</font></span></blockquote></div><br></div></div>