FireFly Visual Designer for FreeBASIC (Updated March 8, 2016)

User projects written in or related to FreeBASIC.
Post Reply
TbbW
Posts: 348
Joined: Aug 19, 2005 10:08
Contact:

Post by TbbW »

Anyone know how to use a custom grafic controle ?

One to set the grafic from fbgfx or simular :)

So far iwe only seen load picture into a controle but i might be looking at a totaly wrong spot.
bulrush
Posts: 61
Joined: Nov 02, 2010 12:56
Location: Michigan

Post by bulrush »

Neat! I hope this gets further than RapidQ did.
Raddel
Posts: 23
Joined: Oct 07, 2007 3:31

Post by Raddel »

Very nice and great tools.... everybody need to try this.. :)
PaulSquires
Posts: 1012
Joined: Jul 14, 2005 23:41

Post by PaulSquires »

Thanks!

I am waiting until after Christmas to release the next update.
Kuron
Posts: 34
Joined: Jul 26, 2005 3:22
Location: Nashville

Post by Kuron »

PaulSquires wrote:Thanks!

I am waiting until after Christmas to release the next update.
I will be looking forward to it! Thank you, Paul.
badidea
Posts: 2636
Joined: May 24, 2007 22:10
Location: The Netherlands

Post by badidea »

Just curious. Why the name FireFly? Anything to do with the Firefly science fiction tv-series?
PaulSquires
Posts: 1012
Joined: Jul 14, 2005 23:41

Post by PaulSquires »

badidea wrote:Just curious. Why the name FireFly? Anything to do with the Firefly science fiction tv-series?
:-) Not related to the tv series. My other software was named after animals.... JellyFish Pro Editor, Cheetah Database System..... FireFly seemed like a good fit at the time (4 years ago).
Kot
Posts: 336
Joined: Dec 28, 2006 10:34

Post by Kot »

badidea wrote:Just curious. Why the name FireFly? Anything to do with the Firefly science fiction tv-series?
Browncoats for ever!
owen
Posts: 555
Joined: Apr 19, 2006 10:55
Location: Kissimmee, FL
Contact:

Post by owen »

Paul, is it after Christmas yet?
Looking forward to your update!
PaulSquires
Posts: 1012
Joined: Jul 14, 2005 23:41

Post by PaulSquires »

owen wrote:Paul, is it after Christmas yet?
Looking forward to your update!
:-) Almost. I am off work all week so I should be able to get the update out pretty soon. It would be based on version 3.10 bug fixes that I implemented for the commercial version of FireFly that I maintain for another BASIC language.
roook_ph
Posts: 402
Joined: Apr 01, 2006 20:50
Location: philippines
Contact:

Post by roook_ph »

Happy new year paul do you have a collection of your old versions? The newest version causes a flickering image library window everytime I use it on my newly aqcuired celeron m intel 82852/82855 graphics card laptop

Never mind its fine now Must be the sp2 or ver 20 of fb I changed both then reinstalled thanx
PaulSquires
Posts: 1012
Joined: Jul 14, 2005 23:41

Post by PaulSquires »

I just posted the latest FireFly Visual Designer for FreeBASIC. You can download it from: http://www.freebasiccompiler.com

Most changes for version 3.10 were related to the other BASIC language that FireFly supports. The list below is common to to FB as well.

- Added the "New" keyword to the Freebasic.txt keyword file.
- "Dim Shared" lines were not being moved to the CODEGEN*_DECLARES.INC code generated file.
- Fixed the FF_BrowseForFolder function. It was not enabling the "OK" button.
- 0000768: [Bug] Project file not saving correctly when UNC path names used (Paul Squires) - closed.
- 0000759: [Bug] GPF when inserting Code Complete text after a series of collapsed functions (Paul Squires) - closed.
- 0000748: [Unfinished Code] CheckBoxes missing the BS_LEFTTEXT windowstyle (Paul Squires) - closed.
- 0000749: [Bug] Code complete extra commas or parenthesis (Paul Squires) - closed.
- 0000758: [Unfinished Code] Missing "as BIT" in code complete popup (Paul Squires) - closed.
- 0000763: [Bug] Double-Clicking on a control other than the first in the control array does not invoke default message handler for the control (Paul Squires) - closed.
- 0000764: [New Feature Request] Check that FireFly3.ini is not read-only (FF incorrectly installed into protected \Program Files\ area). (Paul Squires) - closed.
- 0000766: [Bug] Recently added code generation %WM_GETMINMAXINFO code caused maximizing MDI child forms to fail (Paul Squires) - closed.
- 0000754: [Bug] Disallow the ampersand and double quotes in certain Project Version fields (Paul Squires) - closed.
- 0000753: [Bug] Incorrect Pointer graphic in FireFly Toolbox being displayed (Paul Squires) - closed.
- 0000752: [New Feature Request] Filter out illegal characters from Version fields (Paul Squires) - closed.
- 0000745: [Bug] Doubleclick on top tab (that is not the active tab) in the visual designer could sometimes cause program to crash. (Paul Squires) - closed.
- 0000738: [Bug] Right click on StatusBar in designer mode causes GPF (Paul Squires) - closed.
- 0000737: [Bug] Menu not generated for Forms with no other controls (bug introduced in v3.09) (Paul Squires) - closed.
- 0000736: [Bug] Code Edit window repositions incorrectly in some situations when tab is closed and then reopened later (Paul Squires) - closed.
fxm
Moderator
Posts: 12554
Joined: Apr 22, 2009 12:46
Location: Paris suburbs, FRANCE

Post by fxm »

@PaulSquires

Can you provide a version ".zip" (portable), or at least not asking for administrator rights?
PaulSquires
Posts: 1012
Joined: Jul 14, 2005 23:41

Post by PaulSquires »

Hi fxm,

I uploaded the files into a standard zip archive. You just need to be sure to preserve the folder structure when you unzip the contents.

Here is the link (1.82 megs): http://www.freebasiccompiler.com/files/ ... ebasic.zip

Good luck!
PaulSquires
Posts: 1012
Joined: Jul 14, 2005 23:41

Post by PaulSquires »

I really do need to add some example programs to show better how to create winapi based Windows applications.

:-)
Post Reply