Search found 123 matches

by cage
Tuesday 2nd February 2021 2:53am
Forum: Project showcase
Topic: My Little Gambas Helper
Replies: 14
Views: 11819

Re: My Little Gambas Helper

Great work Stevedee. I think that this program is the best one that you have created. Like PjBlack It's my go to program when ever I am programming. :D
by cage
Friday 29th January 2021 7:32pm
Forum: General
Topic: Print Preview
Replies: 6
Views: 5641

Re: Print Preview

Charlie here is an example that I use in my File Cabinet program that does work..... ' gambas class file 'by postapase Public Sub btnClear_Click() TextArea1.Clear End Public Sub btnToPrint_Click() Printer1.Print() End Public Sub Printer1_Draw() Dim PRINT_MARGIN As Float = Paint.Width / Printer1.Pape...
by cage
Sunday 17th January 2021 1:32am
Forum: General
Topic: Anchor to sides
Replies: 6
Views: 4976

Re: Anchor to sides

squidink7 look in project showcase for a program written by Cedron called Resizer. It works pretty good for most things at allowing you to resize the window and it's contents. Cogier is one of the guys that knows the in and outs of what your asking about. I think if you use the search on this websit...
by cage
Monday 4th January 2021 5:49am
Forum: General
Topic: Dialog.OpenFile()
Replies: 11
Views: 23052

Re: Dialog.OpenFile()

Thanks stevedee I got it working. I found a thread by Charlie that explained what I was doing wrong. Seems you need us gb.gui.qt in order for the dialog to work correctly. It does not work if you use gb.gui, qt5 or gtk. I incorporated into a test version of my program and got it working. It's now pa...
by cage
Monday 4th January 2021 12:48am
Forum: General
Topic: Dialog.OpenFile()
Replies: 11
Views: 23052

Re: Dialog.OpenFile()

While the Dialog Openfile works quite well, I have not found that the Dialog Path can be set even though the documentation says it can. That is why I use FileChooser instead. It allows me many more options then with the OpenFile dialog. Otherwise the OpenFile Dialog works extremely well, just not fo...
by cage
Sunday 3rd January 2021 3:05am
Forum: General
Topic: Dialog.OpenFile()
Replies: 11
Views: 23052

Re: Dialog.OpenFile()

This is what I use in a program where I select program names. If I click on cancel it closes the dialog and returns to the under lying window. Hope it helps. Public Sub FileChooser1_Activate() ' Sends selected name to global variable Global.CopyCmd = FileChooser1.Value Me.Close End Public Sub FileCh...
by cage
Friday 1st January 2021 5:30pm
Forum: Lounge
Topic: Birthday Wishes
Replies: 2
Views: 3675

Re: Birthday Wishes

Happy birthday Quin
by cage
Wednesday 30th December 2020 4:04am
Forum: Lounge
Topic: Gambas adoption, script kiddies & old codgers
Replies: 18
Views: 14374

Re: Gambas adoption, script kiddies & old codgers

I do agree with the both of you. Your suggestion to rename General to Beginners would work, and I think changing Do You Know to maybe Tip & Tricks, which is basically what the content is. What we really need is more exposure with links back to this site.
by cage
Friday 25th December 2020 11:01pm
Forum: General
Topic: More thoughts on Gambas Help
Replies: 14
Views: 9659

Re: More thoughts on Gambas Help

Stevedee looks great and works great. All it needs is a zoom function for us old people whose eyes are not so young :lol:
by cage
Friday 25th December 2020 10:55pm
Forum: General
Topic: Balloons
Replies: 12
Views: 10638

Re: Balloons

Bruce I think you should apply to be on the Gambas development team :)