Re: [Gambas-user] picturebox

2016-06-13 Thread Buster Seven
Thanks Gianluigi On Mon, Jun 13, 2016 at 5:04 PM, Gianluigi wrote: > PictureBox1.Picture = MyImage.Copy(X, Y, W, H).Picture > > 2016-06-13 4:32 GMT+02:00 Shane : > > > I tried that but I get the error Image is read only > > mypicbox.picture.image =

Re: [Gambas-user] Report problems

2016-03-18 Thread Buster Seven
No not working everything I try doesn’t work On Wed, Mar 16, 2016 at 10:27 PM, Fabien Bodard <gambas...@gmail.com> wrote: > No in the report font property. All the report inherit from here... But it > depend of the version you use. > Le 16 mars 2016 02:34, "Buster Seven"

Re: [Gambas-user] Report problems

2016-03-15 Thread Buster Seven
b.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. > > 2016-03-10 5:17 GMT+01:00 Buster Seven <buster6se...@gmail.com>: > > I'm having pr

[Gambas-user] Report problems

2016-03-09 Thread Buster Seven
I'm having problems with the report component when I run my program in the ide the report shows as expected but when i build an exe the report is all wrong? ​IDE ​EXE [System] Gambas=3.8.4 OperatingSystem=Linux Kernel=3.16.0-38-generic Architecture=x86_64 Distribution=Linux Mint 17.2

Re: [Gambas-user] smtp does codified the attachment but does not show in mail reader

2016-01-15 Thread Buster Seven
this works for me myMail.Add(File.Load(Application.Path & "/" & "filename.pdf"), "application/pdf") On Fri, Jan 15, 2016 at 5:33 PM, PICCORO McKAY Lenz wrote: > i made a program that send a pdf attachment.. but in gmail at received the > mail marks as has attachment but

[Gambas-user] OpenGl

2016-01-04 Thread Buster Seven
Has anybody get some sample code for setting up a opengl screen and displaying a 2d sprite loaded from and png etc? thanks Shane -- ___ Gambas-user mailing list

Re: [Gambas-user] Gridview

2015-12-12 Thread Buster Seven
ok so what i found was first you have to set the text then the strikeout What i was doing was if canceled gridview1.font.strikeout=true end gridview1[0,0].text="hello" this used to work for me and over the whole row now i have to set each column :-( anyway thanks for the example On Sat,

Re: [Gambas-user] Gridview

2015-12-11 Thread Buster Seven
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 t

[Gambas-user] Gridview

2015-12-09 Thread 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. [System] Gambas=3.8.3 OperatingSystem=Linux Kernel=3.16.0-38-generic Architecture=x86_64 Distribution=Linux Mint 17.2 Rafaela Desktop=MATE Theme=Gtk

Re: [Gambas-user] gb.report

2015-12-08 Thread Buster Seven
il.com>: > > 2015-12-08 0:46 GMT+01:00 Buster Seven <buster6se...@gmail.com>: > >> I’m trying to use the reportview component that i add to a form and then > >> display my report without using the preview basically > >> my own preview form with the b

Re: [Gambas-user] gb.report

2015-12-08 Thread Buster Seven
ah so easy with a simple example don’t know why i couldn't work it out  On Wed, Dec 9, 2015 at 8:31 AM, Fabien Bodard <gambas...@gmail.com> wrote: > hum > > this is an example > > 2015-12-08 13:14 GMT+01:00 Buster Seven <buster6se...@gmail.com>: > > but i can'

Re: [Gambas-user] gb.report

2015-12-07 Thread Buster Seven
eview > partially, full screen etcis that what you mean? > > Frank > > > Op 05-12-15 om 01:24 schreef Buster Seven: > > Tanks Frank Just what i needed. > > One more question when displaying a report in reportview component how do > > scale the report down

Re: [Gambas-user] gb.report

2015-12-04 Thread Buster Seven
Paper = Printer.A4 > hprinter.OutputFile = path > hReport1.Print(hprinter) > > Message.Info("something is saved") > > End > > > brgds, > > Frank > > Op 02-12-15 om 10:37 schreef Fabien Bodard: > > Do you use gb.report or gb.report2 ? > > Le