Search found 6 matches

by freniram
Mar 05, 2024 13:04
Forum: Projects
Topic: WinFBE Editor and FreeBASIC Compiler (All-in-One Package) (V3.1.0 June 4, 2023)
Replies: 981
Views: 349673

Re: WinFBE Editor and FreeBASIC Compiler (All-in-One Package) (V3.1.0 June 4, 2023)

You can still use Jose Rocas GraphCtx control in WinFBE by directly #INCLUDE'ing it in your code. Granted, you lose the ability to drag and drop as a visual designer control but at least you still have access to being use the control and modify its code however you see fit. Ahhh, I see. I will try ...
by freniram
Mar 05, 2024 7:59
Forum: Projects
Topic: WinFBE Editor and FreeBASIC Compiler (All-in-One Package) (V3.1.0 June 4, 2023)
Replies: 981
Views: 349673

Re: WinFBE Editor and FreeBASIC Compiler (All-in-One Package) (V3.1.0 June 4, 2023)

WinFBE does not have a concept like the FireFly Custom Controls. Sorry. :cry: Uff It's a pitty because I had the hope it could be after founding CTRL_CUSTOM while studying in the source code and thought I could include one myself. The problem is that the picturebox control has a problem (for me) wi...
by freniram
Mar 05, 2024 7:42
Forum: Projects
Topic: WinFBE Editor and FreeBASIC Compiler (All-in-One Package) (V3.1.0 June 4, 2023)
Replies: 981
Views: 349673

Re: WinFBE Editor and FreeBASIC Compiler (All-in-One Package) (V3.1.0 June 4, 2023)

Only myopic people can read these days text on displays. Oh God, well not sure if I could say it here, but there are free utilities to change windows' font size, menus, icons, etc. And you can find it in Aerowin site and advchangefont in wintools.info. It's a general trouble for every app no matters...
by freniram
Mar 04, 2024 20:10
Forum: Projects
Topic: WinFBE Editor and FreeBASIC Compiler (All-in-One Package) (V3.1.0 June 4, 2023)
Replies: 981
Views: 349673

Re: WinFBE Editor and FreeBASIC Compiler (All-in-One Package) (V3.1.0 June 4, 2023)

I dont know if you got the answer, but having the same problem, I searched every file in the source directory (WinFBE_Suite\sourcecode\src) for "Segoe" font and change the font size. Recompile and that was all. Paul, I've been using your IDEs for many years, and love FF, but I understand t...
by freniram
Oct 29, 2013 12:23
Forum: Projects
Topic: FireFly Visual Designer for FreeBASIC (Updated March 8, 2016)
Replies: 371
Views: 150796

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

Hi I dont know if I'm posting this twice in the same thread... I've found a problem with the FF_Control_SetTag working with FireFly Designer v.3.50-FB MP. Created a simple form with a TextBox control. Tried to set the TAG property, compiled, run and quits with no error. I call the FF_Control_SetTag:...
by freniram
Oct 29, 2013 11:41
Forum: Projects
Topic: FireFly Visual Designer for FreeBASIC (Updated March 8, 2016)
Replies: 371
Views: 150796

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

Hi This is my first post although I've been learning a lot about Freebasic and FireFly reading the forum, and try what ever I've imagined to solve it by myself, but... I have found a problem with the FF_Control_SetTag, My code: Dim strName as String strName = "Untitled.txt" FF_Control_SetT...