can you send me a short example that show the poblem ... i can't reproduce it

2015-12-12 5:51 GMT+01:00 Buster Seven <buster6se...@gmail.com>:
> Its not exacly how i want to fix it but i can handle that
> so is this no longer how it's ment to work?
>
> Thanks
>
>
> On Wed, Dec 9, 2015 at 7:54 PM, Rolf-Werner Eilert <
> eilert-sprac...@t-online.de> wrote:
>
>>
>> Am 09.12.2015 09:44, schrieb Buster Seven:
>> > I use to be able to do this code GridView1.Font.Strikeout = True
>> > and the row in the gridview would be strikedout but it no longer works
>> > any ideas.
>> >
>> >
>> >
>>
>> I just had this problem a few days ago, and after searching for a long
>> time it turned out that I had a lost line with
>>
>> GridView.Data.Text = ....
>>
>> before the line
>>
>> GridView.Data.RichText = ....
>>
>> Maybe a similar thing in your case? Or just try
>>
>> GridView.Data.RichText = "<s>" & myText & "</s>"
>>
>> Regards
>> Rolf
>>
>>
>>
>> ------------------------------------------------------------------------------
>> _______________________________________________
>> Gambas-user mailing list
>> Gambas-user@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/gambas-user
>>
> ------------------------------------------------------------------------------
> _______________________________________________
> Gambas-user mailing list
> Gambas-user@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/gambas-user



-- 
Fabien Bodard

------------------------------------------------------------------------------
_______________________________________________
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user

Reply via email to