Le 19/12/2014 23:21, Christian e Ana Luiza Britto a écrit : > Hi, > I have a database with fields containing html text files. I'm using > TextLabel to show them and is working perfect. But there's one > problem, I have a fixed width on screen to show the information and > the component just cuts large texts. Is tere a solution for this? > Something like the TextArea component? > > Best regards, > Christian >
TextLabel does not displays HTML, but rich text, which uses a small subset of HTML as syntax. Use a WebView to display HTML data, unless you have to use gb.gtk, which does not have the WebView control. Regards, -- Benoît Minisini ------------------------------------------------------------------------------ Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT Server from Actuate! Instantly Supercharge Your Business Reports and Dashboards with Interactivity, Sharing, Native Excel Exports, App Integration & more Get technology previously reserved for billion-dollar corporations, FREE http://pubads.g.doubleclick.net/gampad/clk?id=164703151&iu=/4140/ostg.clktrk _______________________________________________ Gambas-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/gambas-user
