google-code-export / gambas

Automatically exported from code.google.com/p/gambas
1 stars 0 forks source link

IDE crashes when removing controls from HSplit or Vsplit #266

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
1) Describe the problem.

IDE crashes with signal 6 when deleting a control from inside a VSplit or 
HSplit.

Error message:

[6] Type Mismatch. Wanted String, got Picture instead.
FFormStack.FillTree.110

2) GIVE THE FOLLOWING INFORMATIONS (if they are appropriate):

[System]
OperatingSystem=Linux
Kernel=3.2.0-23-generic
Architecture=i686
Memory=2061788 kB
DistributionVendor=LinuxMint
DistributionRelease="Linux Mint 13 Maya"
Desktop=Mate

[Gambas 2]
Version=2.23.1
Path=/usr/bin/gbx2

[Gambas 3]
Version=3.2.0
Path=/usr/local/bin/gbx3

[Libraries]
Qt4=libQtCore.so.4.8.1
GTK+=libgtk-x11-2.0.so.0.2400.10

Version: TRUNK/3.2
Revision: r4882
GUI component: GTK+
Desktop used: Mate

3) Provide a little project that reproduces the bug or the crash.
N/A
4) If your project needs a database, try to provide it, or part of it.
N/A
5) Explain clearly how to reproduce the bug or the crash.

Create a new graphical project. Set the mainform arrangement to Fill. Drop a 
Vsplit or an HSplit on the main form and drop two controls on the split 
container. Try to delete one of them, or both. You got it!

Original issue reported on code.google.com by ea7...@gmail.com on 2 Jul 2012 at 3:48

GoogleCodeExporter commented 9 years ago

Original comment by benoit.m...@gmail.com on 2 Jul 2012 at 5:34

GoogleCodeExporter commented 9 years ago
This is not a signal, but a standard error. Anyway, it should be fixed in 
revision #4883.

Original comment by benoit.m...@gmail.com on 2 Jul 2012 at 5:35