[Gambas-user] Issue 471 in gambas: when a form is loaded in workspace then tableview cell doesn't show combobox like behavior when a cell is edited using an array.
gambas at ...2524...
gambas at ...2524...
Wed Oct 23 19:55:49 CEST 2013
Status: New
Owner: ----
Labels: Version3.5.0 Type-Bug Priority-Medium OpSys-Any Dist-Any Arch-Any
Desktop-Any GUI-Any
New issue 471 by isaf... at ...626...: when a form is loaded in workspace then
tableview cell doesn't show combobox like behavior when a cell is edited
using an array.
http://code.google.com/p/gambas/issues/detail?id=471
1) Normally when tableview cell is edited using an array then the cell
behaves as if it is a combobox. However this property is not observed when
the form is opened in a workspace,
2) GIVE THE FOLLOWING INFORMATIONS (if they are appropriate):
Version: 3.5.0
Operating system: Linux
Distribution: Ubuntu
Architecture: x86
GUI component: GTK+
Desktop used: Gnome
3) Put Tableview1 in Form1. Fill tableview with some data. On click event
of tableview put Tableview1.Edit(xx,false) where xx is an array (string[]).
Now when we click on a cell we get the cell as combobox.
However, when the form is loaded in workspace(Workspace1.Add(Form1)) then
when we click on a cell we don't get combobox like behavior.
Attached a project
Attachments:
tableview.zip 8.1 KB
--
You received this message because this project is configured to send all
issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings
More information about the User
mailing list