Search found 267 matches

by RNBW
Mar 23, 2024 13:47
Forum: Windows
Topic: Gui calculator
Replies: 17
Views: 776

Re: Gui calculator

11I Hi Ray, thank you very much for your interest. "WinLib" has been downloaded more than 160 times now, but meanwhile ...... ...... ...... Some years ago, I used FireFly. What do you think about WinFBE? For me it seems to be quite different. Best regards Lothar Hi Lothar I tried WinFBE so...
by RNBW
Mar 21, 2024 20:38
Forum: Windows
Topic: Gui calculator
Replies: 17
Views: 776

Re: Gui calculator

Hi Lothar Hope you are keeping well. Thanks for pointing out my error. It's a bit of copy and paste from another program that had Button_OK in it. In this program it's not needed so all reference to it can and should be deleted. Thank you for producing the program in your modified version of your Si...
by RNBW
Mar 20, 2024 16:19
Forum: Windows
Topic: Gui calculator
Replies: 17
Views: 776

Re: Gui calculator

I wonder while you use the ES_NUMBER style in your edit boxes. By this way you cannot use decimals (e.g. 123.567), only integers. As Lothar says ES_NUMBER does not permit the entry of decimals. You may like to look at this code below that will allow the entry of decimals into an Editbox. '=========...
by RNBW
Jan 07, 2024 12:47
Forum: General
Topic: Free Basic program size
Replies: 9
Views: 837

Re: Free Basic program size

Hello all, new here. I've been searching for a free Basic language that supports multithreading to move a very large program I wrote in Liberty Basic, but which runs far too slowly there. This one seems to be free and to support multithreading, so now I need to know if it can handle large programs....
by RNBW
Dec 27, 2023 21:44
Forum: Windows
Topic: WinLib.bi
Replies: 5
Views: 552

Re: WinLib.bi

I'm trying to play around with the WinEd example but can't locate WinLib.bi. Is it part of Windows, part of Freebasic, or something else??? You will find that this is Lothar Schirm's Simple WinAPI Library (Modified), details of which can be found in the Projects Section of this Forum. An example co...
by RNBW
Oct 30, 2023 10:23
Forum: Libraries & Headers
Topic: GUI library for Windows \ Linux (window9)
Replies: 1050
Views: 269662

Re: GUI library for Windows \ Linux (window9)

Hi Vanya

Thank you for the update. I've not checked it out yet, but I note there is no change to either the Russian or English .CHM Help Files.

Are any necessary? If there are could you advise and I will update the English version.
by RNBW
Oct 23, 2023 12:18
Forum: Projects
Topic: IUP_FB_EDITOR (simple development environment)
Replies: 175
Views: 54055

Re: IUP_FB_EDITOR (simple development environment)

SARG wrote: Oct 23, 2023 11:36 Hi RNBW
Select all the lines you want to be commented then F9.
Thanks SARG, that works great!
VANYA - ignore my request. You've already done it.
by RNBW
Oct 23, 2023 11:13
Forum: Projects
Topic: IUP_FB_EDITOR (simple development environment)
Replies: 175
Views: 54055

Re: IUP_FB_EDITOR (simple development environment)

Hi VANYA I generally use your IDE and FBIDE. One thing that FBIDE has, which I find very useful, is the ability to do a comment block. When developing, I frequently comment out a block of code and replace it with new code, but don't remove the commented code until I am sure the new code works. It wo...
by RNBW
Oct 15, 2023 17:35
Forum: Projects
Topic: Simple WinAPI Library (Modified)
Replies: 3
Views: 1697

Re: Simple WinAPI Library (Modified)

srvaldez wrote: Oct 15, 2023 13:40 thank you Lothar Schirm :D
works as advertised
Yes, agreed. I'll check out some of the code I wrote using the old library.
by RNBW
Oct 11, 2023 7:09
Forum: Projects
Topic: Simple WinAPI GUI library
Replies: 72
Views: 48709

Re: Simple WinAPI GUI library

Hi Lothar
I'd certainly be interested.
by RNBW
Sep 26, 2023 18:15
Forum: Beginners
Topic: how use windows truetype fonts in freebasic
Replies: 26
Views: 7292

Re: how use windows truetype fonts in freebasic

Just in case anyone can help, what I am trying to work to is to enter text into Lothar Schirm's Simple GUI, because it uses the default font, which is a bit basic.
by RNBW
Sep 26, 2023 16:13
Forum: Beginners
Topic: how use windows truetype fonts in freebasic
Replies: 26
Views: 7292

Re: how use windows truetype fonts in freebasic

Just playing, trying to find how flexible the method can be. Here is a bit of code just to print out the numbers 0 to 9 in an horizontal line. Note that I fixed the width of each character printing position as 15 pixels (i.e. allowing 15 pixels width for each character). '===========================...
by RNBW
Sep 26, 2023 10:21
Forum: Beginners
Topic: how use windows truetype fonts in freebasic
Replies: 26
Views: 7292

Re: how use windows truetype fonts in freebasic

MrSwiss. I don't have 64 bit. However, I have made mysoft's code concise, no asm blocks. Also, BLUR and ANTIALIAS have now gone out of the window (as it were). These were slow to implement anyway. Do you get anything now? You might have to use ExtTextOut_ in line 78 if you are running the latest Gi...
by RNBW
Sep 18, 2023 15:43
Forum: Libraries & Headers
Topic: FB_GUI V1.20.5 (New Release Dec 19, 2019)
Replies: 107
Views: 61817

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

Hi srvaldez I tried it with one of FB_GUI sample programs TextboxCur_Demo.bas and some of the other example programs and it depended on which IDE you used as to whether it compiled and displayed. I found that FBIde and PoseidonFB were successful but IUP_FB_Editor and WinFBE were not, which surprised...
by RNBW
Sep 18, 2023 13:19
Forum: Libraries & Headers
Topic: FB_GUI V1.20.5 (New Release Dec 19, 2019)
Replies: 107
Views: 61817

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

I decided I'd have a serious look at FB_GUI, but I can't seem to get my head around xfont. Where exactly do you locate the various xfont files in Freebasic-1.10.0-winlibs-gcc-9.3.0 using Windows11?
Most grateful if someone could advise.