FB_GUI V1.20.5 (New Release Dec 19, 2019)

Headers, Bindings, Libraries for use with FreeBASIC, Please include example of use to help ensure they are tested and usable.
Post Reply
srvaldez
Posts: 3373
Joined: Sep 25, 2005 21:54

Re: FB_GUI V1.20.4 (New Release Oct 29, 2011)

Post by srvaldez »

you can find the file in the library archive at http://xaviorsoft.freebasic.net/fbproduct/
RNBW
Posts: 267
Joined: Apr 11, 2015 11:06
Location: UK

Re: FB_GUI V1.20.4 (New Release Oct 29, 2011)

Post by RNBW »

srvaldez wrote:you can find the file in the library archive at http://xaviorsoft.freebasic.net/fbproduct/
Thank you. I will download from there.
loki3545
Posts: 5
Joined: Oct 23, 2018 1:38

Re: FB_GUI V1.20.4 (New Release Oct 29, 2011)

Post by loki3545 »

can i ask where i can find graphics.bi?
BasicScience
Posts: 489
Joined: Apr 18, 2008 4:09
Location: Los Angeles, CA
Contact:

Re: FB_GUI V1.20.4 (New Release Oct 29, 2011)

Post by BasicScience »

I don't recall graphics.bi. Where does it appear in your code?
loki3545
Posts: 5
Joined: Oct 23, 2018 1:38

Re: FB_GUI V1.20.4 (New Release Oct 29, 2011)

Post by loki3545 »

are there any tutorial how to use this? im beginner in using Freebasic. Link of video? like that . Thank you and Godbless
BasicScience
Posts: 489
Joined: Apr 18, 2008 4:09
Location: Los Angeles, CA
Contact:

Re: FB_GUI V1.20.4 (New Release Oct 29, 2011)

Post by BasicScience »

Sorry, no videos. There are several examples (code and executables) here:
http://sites.google.com/site/freebasicgui/Home

The version on this google site is indeed from 2011. I have continued to tweak FB_GUI to this day. When I get some time, I'll make a clean version with all the updates and post it.
loki3545
Posts: 5
Joined: Oct 23, 2018 1:38

Re: FB_GUI V1.20.4 (New Release Oct 29, 2011)

Post by loki3545 »

BasicScience wrote:Sorry, no videos. There are several examples (code and executables) here:
http://sites.google.com/site/freebasicgui/Home

The version on this google site is indeed from 2011. I have continued to tweak FB_GUI to this day. When I get some time, I'll make a clean version with all the updates and post it.

I got error like this? how can i find this file? Image help me!!
fxm
Moderator
Posts: 12081
Joined: Apr 22, 2009 12:46
Location: Paris suburbs, FRANCE

Re: FB_GUI V1.20.4 (New Release Oct 29, 2011)

Post by fxm »

Missing ext/graphics.bi (viewtopic.php?f=8&t=12592&start=15#p118674)
S.ean wrote:Hi, I am missing the above library. Do you know where I can get it?
BasicScience wrote:It's in the FB-Extended Library at this link

http://code.google.com/p/fb-extended-lib/
loki3545
Posts: 5
Joined: Oct 23, 2018 1:38

Re: FB_GUI V1.20.4 (New Release Oct 29, 2011)

Post by loki3545 »

fxm wrote:Missing ext/graphics.bi (viewtopic.php?f=8&t=12592&start=15#p118674)
S.ean wrote:Hi, I am missing the above library. Do you know where I can get it?
BasicScience wrote:It's in the FB-Extended Library at this link

http://code.google.com/p/fb-extended-lib/
sir can you provide the specific library? im new in using freebasic i dont know what i download i your link , there are too many links i dont know what the use of them. Thanks and Godbless
fxm
Moderator
Posts: 12081
Joined: Apr 22, 2009 12:46
Location: Paris suburbs, FRANCE

Re: FB_GUI V1.20.4 (New Release Oct 29, 2011)

Post by fxm »

BasicScience, can you help loki3545?
You are the best person to do it.
BasicScience
Posts: 489
Joined: Apr 18, 2008 4:09
Location: Los Angeles, CA
Contact:

Re: FB_GUI V1.20.4 (New Release Oct 29, 2011)

Post by BasicScience »

@LOKI3545, you must be using an older version of FB_GUI (V1.14 or earlier). In these early versions, the FB_Extended_Lib was used for special font generation. The method used

Code: Select all

#include once "ext/graphics.bi"
near the beginning of the FB_GUI.BI file. If you want to use FB-Extended_Lib, you can download it here
https://code.google.com/archive/p/fb-e ... downloads
I used version ext-0-3-2-dev-release-03-13-2013-win32.zip

In FB_GUI 1.20 or later, special fonts are now generated with Xfont and there is no dependency on ext/graphics.bi. I suggest you download a newer version of FB_GUI.
loki3545
Posts: 5
Joined: Oct 23, 2018 1:38

Re: FB_GUI V1.20.4 (New Release Oct 29, 2011)

Post by loki3545 »

Thank you i try this sometime but no now cuz sir owen teaching us now freebasic
owen
Posts: 555
Joined: Apr 19, 2006 10:55
Location: Kissimmee, FL
Contact:

Re: FB_GUI V1.20.4 (New Release Oct 29, 2011)

Post by owen »

gui's are cool.
soon i will share my limited understanding of fltk, gtk and the many other fb community gui's with the kids in the pi.
at the moment my goal is to keep them focused on cnc stuff (cad / cam )
BasicScience
Posts: 489
Joined: Apr 18, 2008 4:09
Location: Los Angeles, CA
Contact:

Re: FB_GUI V1.20.5 (New Release Dec 19, 2019)

Post by BasicScience »

After a Long hiatus of 8 years, an update to FB_GUI is available (version 1.20.5). Various bugs have been fixed and the code is more stable. The most important change is that FB_GUI is now compatible with fb-1.07.1-win32 and fb.1.07.1-win64.

FB_GUI uses xFont to generate custom fonts. Be aware that older versions of the xFont library (compiled with versions before fb-1.07.1) will not work in fb-1.07.1. See this link for how to get the update for xFont

viewtopic.php?f=3&t=28052&p=267229&hili ... ce#p267224
Coolman
Posts: 294
Joined: Nov 05, 2010 15:09

Re: FB_GUI V1.20.5 (New Release Dec 19, 2019)

Post by Coolman »

the xfont package from the official author doesn't work because the lib is of unknown format. why isn't the source code provided? i got the package from badidea which contains the source code, compiles the lib. the examples work but not the ones from FB_GUI_V1.20.5 with the following error message

/usr/local/include/freebasic/crt/linux/fcntl.bi(89) error 4: Duplicated definition, LOCK_WRITE in '#define LOCK_WRITE 128'

is this lib used under linux...

version freebasic 1.09 (64 bits)
Post Reply