Search found 220 matches

by jornmo
Friday 3rd May 2019 7:43pm
Forum: General
Topic: SQLite or MySQL?
Replies: 6
Views: 8028

Re: SQLite or MySQL?

SQLite is only reccomended to be used locally. This forum is using MySQL (MariaDB actually). My impression is that MySQL is more widely used than Postgre, but that people many times prefer Postgre over MySQL. But I do not have the statistics to back it up. I also "believe" REST APIs are mo...
by jornmo
Friday 3rd May 2019 7:36pm
Forum: General
Topic: Has anyone got an example of using Compress
Replies: 2
Views: 4185

Re: Has anyone got an example of using Compress

Sorry to see that you ain't gettin' any help on this. I've thought some times on using that library, but haven't got to it yet.
by jornmo
Friday 3rd May 2019 7:34pm
Forum: General
Topic: Normally distributed curve formula
Replies: 12
Views: 18828

Re: Normally distributed curve formula

Btw. BS in Maths sounds great! I have a BS in economics, which has some maths and statistics in it :)
by jornmo
Friday 3rd May 2019 7:31pm
Forum: General
Topic: Normally distributed curve formula
Replies: 12
Views: 18828

Re: Normally distributed curve formula

Hi Cedron!

Yes, I posted the link to the final solution in my previous post. You can find the project there, and a video showing the results :)

Thanks anyways!
by jornmo
Friday 22nd March 2019 5:17pm
Forum: Component
Topic: Custom control - dependency issue?
Replies: 5
Views: 9086

Re: Custom control - dependency issue?

That looks right to me. How du you use it in your app? Did you make an intallation package of it, and install it on your system?
by jornmo
Friday 22nd March 2019 10:46am
Forum: Component
Topic: Custom control - dependency issue?
Replies: 5
Views: 9086

Re: Custom control - dependency issue?

Take a look under point #2 under introduction:

http://gambaswiki.org/wiki/dev/gambas
by jornmo
Tuesday 19th March 2019 6:08pm
Forum: General
Topic: GLCAD - First attempt to make a CAD program with Gambas and OpenGL
Replies: 2
Views: 8948

GLCAD - First attempt to make a CAD program with Gambas and OpenGL

First baby steps :)
CADgl-0.0.1.tar.gz
(12.95 KiB) Downloaded 804 times
by jornmo
Tuesday 19th March 2019 9:22am
Forum: General
Topic: Project name Title name, hidden files = confusing
Replies: 8
Views: 9363

Re: Project name Title name, hidden files = confusing

For Windows, one can use Cygwin. It is a bit cumbersome, but it is better than VirtualBox/VMWare. If the app is non-gui, one can also use the Ubuntu from the Windows Store.
by jornmo
Monday 18th March 2019 11:42am
Forum: General
Topic: How to draw in a GLArea?
Replies: 6
Views: 9867

Re: How to draw in a GLArea?

Quincunxian wrote: Sunday 17th March 2019 10:44pm
... from memory the G3 implementation did not have some of the more in-depth shader and texture processes translated when I was looking; but it was a few(several) years ago now.
It says in the documentation that the library/ies are fully supported as of now.
by jornmo
Monday 18th March 2019 11:39am
Forum: General
Topic: How to draw in a GLArea?
Replies: 6
Views: 9867

Re: How to draw in a GLArea?

A good thing to notice is that 'Tracking' must be set to 'True' for the GLArea to receive MouseMove()ments.