Search found 260 matches

by oyster
Oct 07, 2022 0:34
Forum: Projects
Topic: VisualFBEditor - IDE for FreeBasic
Replies: 912
Views: 137262

Re: VisualFBEditor - IDE for FreeBasic

Does VisualFBEditor use UTF8(BOM) as defualt character set for source editor?Would there be an option to set?In my pc UTF8(BOM) does not work properly with FreeBasic when there is Asia characters in app,esp.when win32 api been using.Below ,the title of the MessageBox will be "标",while &qu...
by oyster
Oct 05, 2022 0:17
Forum: Projects
Topic: MyFbFramework - My FreeBasic Framework
Replies: 81
Views: 21945

Re: MyFbFramework - My FreeBasic Framework

I always clone, build and use latest mff and VisualFBEditor the statistics when the default setting is used(i.e. click "project"-"project properities"-"compile"-"compile by default"): mff cloned on date, EXE size, comment April 22nd, 633.5k Sep 28th, 897.5k Se...
by oyster
Oct 04, 2022 14:44
Forum: Projects
Topic: MyFbFramework - My FreeBasic Framework
Replies: 81
Views: 21945

Re: MyFbFramework - My FreeBasic Framework

any way to clear the output? for example, a right-click mouse menu item?
by oyster
Oct 01, 2022 10:03
Forum: Projects
Topic: MyFbFramework - My FreeBasic Framework
Replies: 81
Views: 21945

Re: MyFbFramework - My FreeBasic Framework

I always clone, build and use latest mff and VisualFBEditor the statistics when the default setting is used(i.e. click "project"-"project properities"-"compile"-"compile by default"): mff cloned on date, EXE size April 22nd, 633.5k Sep 28th, 897.5k Sep 30th, 7...
by oyster
Sep 30, 2022 4:47
Forum: Projects
Topic: VisualFBEditor - IDE for FreeBasic
Replies: 912
Views: 137262

Re: VisualFBEditor - IDE for FreeBasic

I think that it's time to import the webView2 or webkit2 now. [English version] Although https://www.aardio.com/ is a lesser known language and can only develop 32-bit EXE, one has to admit that its encapsulation of webview2; the way it calls .NET DLLs; the means to embed resources, DLLs, .NET DLLs...
by oyster
Sep 30, 2022 4:19
Forum: Projects
Topic: MyFbFramework - My FreeBasic Framework
Replies: 81
Views: 21945

Re: MyFbFramework - My FreeBasic Framework

#INCLUDE ONCE "mff/Form.bi"
#INCLUDE ONCE "mff/Chart.bi"
#INCLUDE ONCE "mff/Grid.bi"
#INCLUDE ONCE "mff/CommandButton.bi"
#INCLUDE ONCE "mff/TextBox.bi"
by oyster
Sep 30, 2022 1:02
Forum: Projects
Topic: MyFbFramework - My FreeBasic Framework
Replies: 81
Views: 21945

Re: MyFbFramework - My FreeBasic Framework

is there improvement space?

mff cloned on date, EXE size
April 22nd, 633.5k
Sep 28th, 897.5k
Sep 30th, 767.5k
by oyster
Sep 29, 2022 15:44
Forum: Projects
Topic: VisualFBEditor - IDE for FreeBasic
Replies: 912
Views: 137262

Re: VisualFBEditor - IDE for FreeBasic

if there is error, how to copy the errors, line and file?
by oyster
Sep 29, 2022 15:42
Forum: Projects
Topic: MyFbFramework - My FreeBasic Framework
Replies: 81
Views: 21945

Re: MyFbFramework - My FreeBasic Framework

for my code Error: Element not defined, ReadProperty 15 D:\VisualFBEditor\Controls\MyFbFramework\mff\TimerComponent.bas Error: Element not defined, WriteProperty 25 D:\VisualFBEditor\Controls\MyFbFramework\mff\TimerComponent.bas well you have said that "I have now done only for the form and the...
by oyster
Sep 29, 2022 10:50
Forum: Projects
Topic: MyFbFramework - My FreeBasic Framework
Replies: 81
Views: 21945

Re: MyFbFramework - My FreeBasic Framework

does that mean freebasic always link non-needed code into final binary file no matter which library is used?

will freebasic strip these code automatically?
by oyster
Sep 28, 2022 13:45
Forum: Projects
Topic: MyFbFramework - My FreeBasic Framework
Replies: 81
Views: 21945

Re: MyFbFramework - My FreeBasic Framework

any way to reduce EXE file size? For my project, the EXE is 633.5k on April 22nd which use mff cloned on April 22nd. Now the date is Sep 28th, the EXE is bloated into 897.5k with latest mff. Can compiler choose only used lib to be linked? For both cases, the same FreeBASIC-1.09.0-win64\fbc.exe is us...
by oyster
Sep 28, 2022 12:04
Forum: Projects
Topic: MyFbFramework - My FreeBasic Framework
Replies: 81
Views: 21945

Re: MyFbFramework - My FreeBasic Framework

it seems that mff develops rapidly. however the document or demo runs after mff.
document is a tedious work, may I suggest to add more demos to reflect the new functions if you have the time?
for example, "- Added: HorizontalBox and VerticalBox container controls"

Thanks
by oyster
Sep 27, 2022 2:21
Forum: Projects
Topic: VisualFBEditor - IDE for FreeBasic
Replies: 912
Views: 137262

Re: VisualFBEditor - IDE for FreeBasic

PeterHu wrote: Sep 27, 2022 1:57 One more thing---
When I tried to study the examples\MDIForm,I noticed this code:

Code: Select all

!"Visual FB Editor MDI Demo\r\nBy Cm Wang"

there is a ! at the beginning, please read https://www.freebasic.net/wiki/TblEscapeSequences
by oyster
Sep 24, 2022 2:40
Forum: Projects
Topic: AurelEdit v0.6 for FreeBasic
Replies: 14
Views: 3392

Re: AurelEdit v0.6 for FreeBasic

sorry to ask, but what is the feature of AurelEdit, especially, unique feature?

Thanks
by oyster
Sep 04, 2022 3:49
Forum: Libraries & Headers
Topic: FLTK headers for FreeBasic OOP (no C wrapper)
Replies: 232
Views: 27712

Re: FLTK headers for FreeBasic OOP (no C wrapper)

congratulations, it works in my MSYS+Mingw^4 on Windows 64 bits now. And I made a pull request on github.