> Regards Benoit
>
> A question
>
> I have a project (gbTerminal) which is a gui gb.terminal.form
>
> what happens to me is something unusual
>
> * I run the project (gbterminal) - works well (Windows 1)
> * If I open a new window (gbterminal) - works well (Window 2)
> * If I open a new window (gbterminal) in the (Window 1) - works well
>
> * But if I open a window (gbterminal) in the (Window 1, Windows 2, Windows
> N) gives me the following error:
>
> File or directory does not exist
>
> Might help me please
> Where I have the error.
>
> Attached project
>
https://drive.google.com/file/d/0B2gI4jYOofp0TUtxeVFmS09aU2c/view?usp=sharing
>
> and  It's in (gambasfarm-gbTerminal)
>
>
> Herberth Guzm?n
>

>No idea. I can't reproduce your error, and you must tell where the it
>occurs exactly in your code!


Thanks Benoit, the solution was:

Dim sForm_Tmp As New F_terminal

  iForm_Cont += 1
  sList_Form.add(sForm_Tmp)
  sForm_Tmp.Show()


>Moreover, stop using fixed layouts in your applications.
thanks, I'll try to improve.

>It makes programs ugly and unusable as soon as the font size is big, or
wide, or if the translated text is very long.

I appreciate your comments and suggestions for my applications.

I want to tell you that I have an educational project for children,
and for them I use large font.

In the future I will use small fonts and short translations
I will modify my projects.

Thank you.


Regards,

--
Herberth Guzmán
------------------------------------------------------------------------------
What NetFlow Analyzer can do for you? Monitors network bandwidth and traffic
patterns at an interface-level. Reveals which users, apps, and protocols are 
consuming the most bandwidth. Provides multi-vendor support for NetFlow, 
J-Flow, sFlow and other flows. Make informed decisions using capacity planning
reports.http://sdm.link/zohodev2dev
_______________________________________________
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user

Reply via email to