Search found 130 matches

by Jonge
Jul 01, 2013 13:35
Forum: General
Topic: Greater than(>) bug?
Replies: 9
Views: 1109

Re: Greater than(>) bug?

Sounds good! =)
by Jonge
Jul 01, 2013 10:01
Forum: General
Topic: Greater than(>) bug?
Replies: 9
Views: 1109

Re: Greater than(>) bug?

I stumbled onto a similar problem in my code. I was checking if a image was outside the screen by doing: If xpos + FB.Image->Width < 0 Then ... And it took me a while to figure out why this was not working, because I didn't know that the Width value in a FB.Image type was UInteger. It didn't make it...
by Jonge
Jun 30, 2013 7:39
Forum: Community Discussion
Topic: Case sensitivity = Big mess!
Replies: 10
Views: 2562

Re: Case sensitivity = Big mess!

I think the thread name sums up my view: Case sensitivity = Big mess! =)
Two things I really like about FB is that its not case sensitive and doesn't have a ';' at the end of EVERY line..
by Jonge
Jun 21, 2013 19:01
Forum: General
Topic: Would using bmp images speed up Program?
Replies: 12
Views: 1826

Re: Would using bmp images speed up Program?

There should not be any flicker if you only do your drawing while the screen is locked. Test this code: ScreenRes 640, 480, 32 Do ScreenLock 'Clear the entire screen Cls 'Draw some stuff Line(10,10)-(630,470), RGB(255,0,0) Line(630,10)-(10,470), RGB(255,0,0) Locate 10, 10 Print "No flicker!&quo...
by Jonge
Jun 21, 2013 17:42
Forum: General
Topic: Would using bmp images speed up Program?
Replies: 12
Views: 1826

Re: Would using bmp images speed up Program?

If you have trouble with flickering gfx, then check out the ScreenLock/ScreenUnLock commands. ScreenLock will stop the screen from updating while you draw your graphics, and when your done call ScreenUnLock.
by Jonge
Jun 19, 2013 20:27
Forum: General
Topic: Program goes haywire randomly - help!!
Replies: 52
Views: 7555

Re: Program goes haywire randomly - help!!

If you manage to make a small (as possible) program that triggers the error and post it here, then may be someone manages to find the bug.
by Jonge
Jun 03, 2013 16:40
Forum: Community Discussion
Topic: New FB release coming up
Replies: 124
Views: 31160

Re: New FB release coming up

Ok, didn't know about the preview packages. Thanks
by Jonge
Jun 03, 2013 16:00
Forum: Community Discussion
Topic: New FB release coming up
Replies: 124
Views: 31160

Re: New FB release coming up

Have GoRC.exe been updated in the next release? I downloaded v0.90.5 today(from godevtool.com/) and it fixed some Icon trouble I had with FireFly(Win32 visual designer)
by Jonge
Jun 03, 2013 15:55
Forum: Community Discussion
Topic: I've redesigned my website...
Replies: 1
Views: 589

Re: I've redesigned my website...

Looks nice! I tried to check out your news site with Opera on my phone, though I had a hard time navigating around. Works good on a computer though.

PS. Interesting recipes to =)
by Jonge
May 27, 2013 7:51
Forum: Projects
Topic: FireFly Visual Designer for FreeBASIC (Updated March 8, 2016)
Replies: 371
Views: 150073

Re: FireFly Visual Designer for FreeBASIC (Updated Oct 22, 2

Any progress on FireFly lately? =)
by Jonge
May 04, 2013 11:51
Forum: Community Discussion
Topic: New FB release coming up
Replies: 124
Views: 31160

Re: New FB release coming up

Hello everyone, ... All that makes for some huge downloads, and I wonder what the best way to handle this might be. On one hand, we could make a "base" FB download, with "addon" packages -- on the other hand, nothing is easier than an "all-in-one" download. Perhaps bot...
by Jonge
Apr 30, 2013 15:41
Forum: Projects
Topic: FireFly Visual Designer for FreeBASIC (Updated March 8, 2016)
Replies: 371
Views: 150073

Re: FireFly Visual Designer for FreeBASIC (Updated Oct 22, 2

You can use this address: jiv[a]codeheim.net
by Jonge
Apr 29, 2013 19:07
Forum: Projects
Topic: FireFly Visual Designer for FreeBASIC (Updated March 8, 2016)
Replies: 371
Views: 150073

Re: FireFly Visual Designer for FreeBASIC (Updated Oct 22, 2

Sounds good, if you need more testers, let me know =)
by Jonge
Apr 28, 2013 20:41
Forum: Projects
Topic: FireFly Visual Designer for FreeBASIC (Updated March 8, 2016)
Replies: 371
Views: 150073

Re: FireFly Visual Designer for FreeBASIC (Updated Oct 22, 2

Great! Just want I wanted to hear =) A few bugs I have come a cross: - Declaring a SUB/FUNCTION inside a TYPE block, breaks the FireFly compilation - It should be possible to code "Fold" a Property function - The auto complete for variable types sometimes prints "random" characte...