[Gambas-user] Issue 626 in gambas: If GridView1.Data.Text is set then RichText is null and vice versa

gambas at ...2524... gambas at ...2524...
Sun Jun 28 06:19:58 CEST 2015


Status: New
Owner: ----
Labels: Version3.7.1 Type-Bug Priority-Medium OpSys-Any Dist-Any Arch-Any  
Desktop-Any GUI-Any

New issue 626 by isaf... at ...626...: If GridView1.Data.Text is set then  
RichText is null and vice versa
https://code.google.com/p/gambas/issues/detail?id=626


1) If Gridview.Data.Text is defined then RichText value for a selected cell  
is null. Similarly if GridView.Data.RichText is defined then Text value for  
a selected cell is null

2) [System]
Gambas=3.7.1
OperatingSystem=Linux
Kernel=3.16.0-41-generic
Architecture=x86
Distribution=Ubuntu 14.04.2 LTS
Desktop=GNOME
Theme=QGtk
Language=en_US.UTF-8
Memory=1948M
[Libraries]
Cairo=libcairo.so.2.11301.0
Curl=libcurl.so.4.3.0
DBus=libdbus-1.so.3.7.6
GStreamer=libgstreamer-0.10.so.0.30.0
GStreamer=libgstreamer-1.0.so.0.204.0
GTK+3=libgtk-3.so.0.1000.8
GTK+=libgtk-x11-2.0.so.0.2400.23
OpenGL=libGL.so.1.2.0
Poppler=libpoppler.so.44.0.0
Qt4=libQtCore.so.4.8.6
SDL=libSDL-1.2.so.0.11.4

3) Gambas 3.7.1 installed in Ubuntu 14.04 via ppa:gambas-team/gambas3

4) I filled a gridview with 2 colummns and rows
    GridView1.Columns.Count = 2
    GridView1.Rows.Count = 2

    Public Sub GridView1_Data(Row As Integer, Column As Integer)
      GridView1.Data.Text = "aa"
    End

   When I try to get RichText value of a cell by clicking on Gridview
   Message.Info(GridView1[0, 0].RichText)
   I get empty string.

Similar if I set GridView1.Data.RichText = "aa" then I get Text value  
string empty.



Attachments:
	xx.tar.gz  4.0 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