Re: [Gambas-user] Report problems

2016-03-10 Thread Fabien Bodard
Well i think it's a font problem. Try to select explicitly the font of the report object. if it not work : are you using gb.gui ? then can you send me a short project with the involved report ? I think you have a bad report design too. So if i have an example i can explain to you what to do. 20

[Gambas-user] Clipboard question

2016-03-10 Thread Gianluigi
I do not understand why does this happen? Given this simple code: Public Sub Form_Open() ' First copy this commentate words by selecting it and giving CTRL+C TextArea1.Text = "Sed ut perspiciatis unde omnis iste natus sit\nvoluptatem accusantium doloremque laudantium,\ntotam rem aperiam eaq

Re: [Gambas-user] MediaView1.URL cannot set status

2016-03-10 Thread Charlie
Works for me as well. -- View this message in context: http://gambas.8142.n7.nabble.com/MediaView1-URL-cannot-set-status-tp55626p55649.html Sent from the gambas-user mailing list archive at Nabble.com. -

[Gambas-user] Menu changed programmatically

2016-03-10 Thread Rolf-Werner Eilert
How to change the entries of a pop-up menu? I wanted to use a MenuButton like it is used in the Gambas IDE, i. e. not for a menu in the ordinary "menu" sense of the word, but for a list that reacts like a ComboBox. In this case, I would have to abuse the pop-up menu that is linked to the MenuB

Re: [Gambas-user] Clipboard question

2016-03-10 Thread Fabien Bodard
if you are selecting the commentate with the mouse ... then the secondary clipboard will be filled with it... replacing the latin one 2016-03-10 16:32 GMT+01:00 Gianluigi : > I do not understand why does this happen? > > Given this simple code: > > Public Sub Form_Open() > > ' First copy this co

Re: [Gambas-user] Clipboard question

2016-03-10 Thread Gianluigi
No Fabien, I always do the same: Before I copy the commentate phrase, then I copy the latin phrase. In the second procedure jumping the CTRL + V and step directly to the mouse. Regards Gianluigi 2016-03-10 19:14 GMT+01:00 Fabien Bodard : > if you are selecting the commentate with the mouse ...

Re: [Gambas-user] Clipboard question

2016-03-10 Thread Fabien Bodard
can you send mle the project ? 2016-03-10 20:56 GMT+01:00 Gianluigi : > No Fabien, > I always do the same: > Before I copy the commentate phrase, then I copy the latin phrase. > In the second procedure jumping the CTRL + V and step directly to the mouse. > > Regards > Gianluigi > > > 2016-03-10 19

Re: [Gambas-user] Clipboard question

2016-03-10 Thread Gianluigi
Yes you are right, I should send it before. Attached file. Regards Gianluigi 2016-03-10 21:00 GMT+01:00 Fabien Bodard : > can you send mle the project ? > > 2016-03-10 20:56 GMT+01:00 Gianluigi : > > No Fabien, > > I always do the same: > > Before I copy the commentate phrase, then I copy the l

Re: [Gambas-user] XMLDocument GetSingleNode or XPath support?

2016-03-10 Thread KKing
On 08/03/16 02:39, Adrien Prokopowicz wrote: > Le Mon, 29 Feb 2016 15:10:49 +0100, KKing a écrit: > >> On 17/02/16 09:15, KKing wrote: >>> does the XML component support a GetSingleNode method or allow an >>> XPath to be used to obtain single nodes? >>> - - - - >>> >> is that a no then? >> >> >

Re: [Gambas-user] Clipboard question

2016-03-10 Thread Fabien Bodard
Well I think you have not understand the clipboard... this is an example 2016-03-10 21:18 GMT+01:00 Gianluigi : > Yes you are right, > I should send it before. > Attached file. > > Regards > > Gianluigi > > 2016-03-10 21:00 GMT+01:00 Fabien Bodard : > >> can you send mle the project ? >> >> 2016-0

Re: [Gambas-user] Clipboard question

2016-03-10 Thread Gianluigi
Yes Fabien, unfortunately, you're right. I did not understand anything. Yet I was convinced ... I am afraid that the decline has initiated :-( Thanks for the attention 2016-03-10 22:26 GMT+01:00 Fabien Bodard : > Well I think you have not understand the clipboard... this is an example > > 2016-03