Search found 1113 matches

by cogier
Sunday 18th April 2021 1:43pm
Forum: Component
Topic: Vector graphics support ?
Replies: 16
Views: 18662

Re: Vector graphics support ?

You can use .svg files as an image for a button or form. You do need to change the filter to All files(*) so that you can see the file. I'm not sure about the others you mention .AI, .EPS., .DRW, I can't say I have even come across them before. I suggest you try it and see what works.
by cogier
Thursday 15th April 2021 4:19pm
Forum: Beginners
Topic: Insert Image , Smilies?
Replies: 6
Views: 4846

Re: Insert Image , Smilies?

Cogier, as you will notice on my keyboard the 'Return' key and 'Enter' key are both named 'Enter'.
That's why I kept looking at Key.Enter and not getting the result I wanted.
Yes mine is the same. I just wanted to point out how Gambas treats them, I have no idea which is correct.
by cogier
Thursday 15th April 2021 1:36pm
Forum: Beginners
Topic: Insert Image , Smilies?
Replies: 6
Views: 4846

Re: Insert Image , Smilies?

Steve explains it well. I usually put the image up on another site and point to it with Insert Image. So you can do this in 2 ways, providing you have webspace somewhere else. The smiles are limited to what is there unless you use the above option. The 'Embarrassed' icon is 12th Smile :oops:.
by cogier
Wednesday 14th April 2021 4:37pm
Forum: General
Topic: Trapping Return - Serious problem ?
Replies: 16
Views: 9275

Re: Trapping Return - Serious problem ?

on my keyboard, the ‘Return’ key is named ‘Enter’.
The 'Return' key (1) is on the main keyboard and the 'Enter' (2) key is on the numeric keyboard.

Image
by cogier
Wednesday 14th April 2021 3:24pm
Forum: General
Topic: Trapping Return - Serious problem ?
Replies: 16
Views: 9275

Re: Trapping Return - Serious problem ?

I have been trying to work out exactly what you are after without success, however, I notice the line PUBLIC SUB Button1_KeyPress() . If you want the key to be activated by the Return key then set the Button Property Default to True. You can also activate the Button with the Esc key by setting the B...
by cogier
Thursday 8th April 2021 6:01pm
Forum: Project showcase
Topic: Hedged
Replies: 6
Views: 6489

Re: Hedged

You have got the ambiance right. I managed to 'get out' twice and was killed once by that Lady in black. I think you need a lot more things to do to make the experience more interesting, perhaps collect items to be able to defeat the Lady. (With a BIG gun! 8-) ). A 'Help' page would be useful, I was...
by cogier
Thursday 8th April 2021 3:24pm
Forum: Project showcase
Topic: A Personal Lens Register Database for photography aficionados
Replies: 4
Views: 4624

Re: A Personal Lens Register Database for photography aficionados

I had a quick look at your program, but it crashed here.
Image

I also noticed that the forms have a help button, but the buttons don't work!?
by cogier
Sunday 4th April 2021 1:31pm
Forum: Lounge
Topic: The Gambas Intro Music
Replies: 9
Views: 11696

Re: The Gambas Intro Music

So that was what it was!
by cogier
Sunday 4th April 2021 10:44am
Forum: General
Topic: Reporting Example
Replies: 2
Views: 2291

Re: Reporting Example

There are examples on the Gambas Farm. ReportTest, ChartReport, DemoReport, ReportTextArea, ReportExample ++.
by cogier
Monday 29th March 2021 4:40pm
Forum: General
Topic: MouseOver Event?
Replies: 2
Views: 2695

Re: MouseOver Event?

Run this code in a "Graphical application". I think this is what you are looking for. TextLabel1 As TextLabel HBox1 As HBox Label1 As Label Public Sub Form_Open() With Me .h = 200 .w = 700 .Padding = 5 .Arrangement = Arrange.Vertical End With With TextLabel1 = New TextLabel(Me) As "Te...