FS#34107 - [Gambas3] gridview class is missing in gb.form and other problems

Attached to Project: Community Packages
Opened by Antonio (kokoko3k) - Saturday, 02 March 2013, 13:29 GMT
Last edited by Laurent Carlier (lordheavy) - Thursday, 07 March 2013, 15:35 GMT
Task Type Bug Report
Category Packages
Status Closed
Assigned To Laurent Carlier (lordheavy)
Architecture All
Severity Medium
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 2
Private No

Details

New gambas packages seems incomplete.
I just installed the whole gambas3 group 3.4.0-3
when i make a new qt project (by using the wizard) the ide pops up a baloon saying:
gb.db "gridview" class is missing in gb.form component exported classes.

And it is right, as i cannot use the gridview or any similar controls (listview,columnview and even splitters, and so on); they are all missing.

As i already said in a previous bug report, The only way to use them is to load gb.gui component.
But this is not a solution, because doing so, make it impossible to use qt4.ext component.

All qt gambas3 projects from aur don't compile anymore:

*gbscan-git:
FMain.form:3: error: Unknown identifier: &1 HSplit

*grip-git:
FMain.form:24: error: Unknown identifier: &1 VSplit

*xt7-player and xt7-player-git:
Global.module:515: error: Unknown identifier: &1 Listbox

Another thing that happens for already compiled project is this error message in the terminal:

gb.desktop: unable to found mime database

Note that ALL this does NOT happen with mainline gambas 3.4.0 (aur projects compile, gridviews, listviews and splitters are available to gb.qt without the need to use gb.gtk and there are no mime database errors)

Sorry to bother you with so many problems, but the latest builds seems really in a bad shape to me.

Please, don't close this bug report without at least asking clarifications.

Thank you for mantaining gambas3.
This task depends upon

Closed by  Laurent Carlier (lordheavy)
Thursday, 07 March 2013, 15:35 GMT
Reason for closing:  Fixed
Additional comments about closing:  gambas3-3.4.0-4
Comment by Antonio (kokoko3k) - Saturday, 02 March 2013, 13:37 GMT
I made a typo in the bug report, please change this:
"without the need to use gb.gtk"

Into this:
"without the need to use gb.gui"
Comment by Hamish Paul Wilson (Hamish) - Saturday, 02 March 2013, 18:38 GMT
I also get the error, although for me it seems more like a minor curiosity as I always use gb.gui. But it is present.
Comment by Antonio (kokoko3k) - Saturday, 02 March 2013, 19:34 GMT
The main problem is that It doesn't allow you to use qt4.ext with any listview, gridview and so on...
Comment by Laurent Carlier (lordheavy) - Wednesday, 06 March 2013, 09:29 GMT
I currently rewrite the package to get a smoother upgrade betwen version (and avoid all this problems)

Result should follow soon.
Comment by Antonio (kokoko3k) - Wednesday, 06 March 2013, 10:02 GMT
Thanks for working on it.
Comment by Laurent Carlier (lordheavy) - Wednesday, 06 March 2013, 23:21 GMT
Can you try gambas3-devel-3.4.0-4 ? it should be better.
Comment by Antonio (kokoko3k) - Thursday, 07 March 2013, 11:38 GMT
It seems to work very well now; all the issues reported are gone.

Thanks!

Loading...