Search found 1114 matches

by cogier
Sunday 13th March 2022 12:07pm
Forum: Project showcase
Topic: Sudoku
Replies: 13
Views: 18984

Re: Sudoku

I have struggled with the 'unintended consequences' when adding features. I have decided that the program is working well now. The Notes feature has been stripped out for now, I may visit this later. The latest code is on the Farm and below: -
Sudoku-1.0.tar.gz
(177.06 KiB) Downloaded 424 times
by cogier
Sunday 13th March 2022 11:38am
Forum: General
Topic: Gambas Box2D
Replies: 1
Views: 1243

Re: Gambas Box2D

I found a readme file in the 'javascript' folder, but I am not sure what it means: -

How to use
1. put js/ and lib/ in your app dir
2. add script tags refering the header of index.html
by cogier
Saturday 5th March 2022 11:00am
Forum: Lounge
Topic: Gambas Farm
Replies: 0
Views: 17964

Gambas Farm

The Gambas Farm is back on Gambas.One. Available here.
by cogier
Monday 28th February 2022 3:25pm
Forum: General
Topic: drawingarea question
Replies: 1
Views: 1327

Re: drawingarea question

Very interesting. I am not sure why, but it drops to 3 if you use Paint instead of draw ( now depricated ). Try this code and then resize the Form. It will be in the hundreds in no time. Sorry, I don't know why this happens, I can only guess this is due to the Form arranging its items. iCount As Int...
by cogier
Saturday 26th February 2022 2:40pm
Forum: General
Topic: Where are the icons?
Replies: 5
Views: 2338

Re: Where are the icons?

Thanks for this Bruce, but I have created a file with every directory on my system (42,3570 dirs!) and there is no comp/src/ other than in a copy of the Gambas source code I have.
by cogier
Thursday 24th February 2022 2:33pm
Forum: Beginners
Topic: Abstract and protected methods
Replies: 7
Views: 3422

Re: Abstract and protected methods

by Witchi » Thursday 24th February 2022 1:25pm Are there such things like abstract methods or protected methods within Gambas? Wow! I had to look that up. I am still not sure what it all means, but you can 'Inherit' items into a class and add methods, variables and events, if that helps. What are y...
by cogier
Tuesday 22nd February 2022 1:00pm
Forum: Beginners
Topic: Declare and initialize array of arrays
Replies: 2
Views: 1836

Re: Declare and initialize array of arrays

For array of arrays have a look at the attached program that converts between Arabic and Roman number formats. Dim sRoman As String[][] = [[""], ["", "M", "MM", "MMM", "MMMM", "MMMMM", "MMMMMM", "MMMMMMM", &quo...
by cogier
Thursday 17th February 2022 2:03pm
Forum: Project showcase
Topic: Sudoku
Replies: 13
Views: 18984

Re: Sudoku

Thanks again for the testing. I am still working on things. I'm not finished yet, but here's a taster:-

Image
by cogier
Monday 14th February 2022 3:49pm
Forum: General
Topic: Where are the icons?
Replies: 5
Views: 2338

Re: Where are the icons?

I can find some icons in gb.form.stock in a copy of Gambas 3.15.12 I downloaded some time ago, but nowhere else?
by cogier
Sunday 13th February 2022 5:50pm
Forum: General
Topic: Where are the icons?
Replies: 5
Views: 2338

Where are the icons?

Can anybody tell me Gambas stores its icons?

Image