VisualFBEditor - IDE for FreeBasic

User projects written in or related to FreeBASIC.
Post Reply
flaviofornazier
Posts: 59
Joined: Oct 10, 2015 7:19
Location: Brazil

Re: VisualFBEditor - IDE for FreeBasic

Post by flaviofornazier »

Avata wrote: Jul 24, 2022 11:00 "Windows Application" in project fold is a templates for who make code with windows API without the MyFbFramework frame. Like the answered by Xusinboy Bekchanov.
Please select "GUI Application" If you want a Form Designer, to drag any control to the forms. This Like my answer and your code need the MyFbFramework frame.
Hi Mr.Avata,

Thank you very much for your patience.

After your help I think all newbies can understand the difference between two templates.
Now I will try the best method to insert a file with a "sub main" to call a splash screen before first form.

Regards.
Avata
Posts: 102
Joined: Jan 17, 2021 7:27

Re: VisualFBEditor - IDE for FreeBasic

Post by Avata »

Yes. it is. Maybe you can post your examples project to help the beginer.
Avata
Posts: 102
Joined: Jan 17, 2021 7:27

Re: VisualFBEditor - IDE for FreeBasic

Post by Avata »

Xusinboy Bekchanov wrote: Jul 23, 2022 15:41
flaviofornazier wrote: Jul 23, 2022 3:33 You can translate this file into Portuguese:
Settings/Languages/english.lng
You can translate the following file into Portuguese by Goole or Bing translator:
freebasic_manual
Help\freebasic_manual_html_english.zip https://github.com/XusinboyBekchanov/V ... nglish.zip

After you have locale freebasic_manual, you could make a Keywords Help..
Settings/Others/KeywordsHelp.txt
https://github.com/XusinboyBekchanov/Vi ... dsHelp.txt

Settings/Others/Compiler error message.html
https://github.com/XusinboyBekchanov/Vi ... ssage.html

Settings/Others/property message.html
https://github.com/XusinboyBekchanov/Vi ... ssage.html
Avata
Posts: 102
Joined: Jan 17, 2021 7:27

Re: VisualFBEditor - IDE for FreeBasic

Post by Avata »

The Hint of dropdown should be updated while the selection items of dropdown changed.
Xusinboy Bekchanov
Posts: 789
Joined: Jul 26, 2018 18:28

Re: VisualFBEditor - IDE for FreeBasic

Post by Xusinboy Bekchanov »

Avata wrote: Jul 28, 2022 4:15 The Hint of dropdown should be updated while the selection items of dropdown changed.
I think, you have not tried the latest version.
Xusinboy Bekchanov
Posts: 789
Joined: Jul 26, 2018 18:28

Re: VisualFBEditor - IDE for FreeBasic

Post by Xusinboy Bekchanov »

Xusinboy Bekchanov wrote: Jul 28, 2022 9:39
Avata wrote: Jul 28, 2022 4:15 The Hint of dropdown should be updated while the selection items of dropdown changed.
I think, you have not tried the latest version.
You also need to download the latest MyFbFramework too.
Avata
Posts: 102
Joined: Jan 17, 2021 7:27

Re: VisualFBEditor - IDE for FreeBasic

Post by Avata »

Thanks. It is work now after update the file ComboBoxEdit.bas
Xusinboy Bekchanov
Posts: 789
Joined: Jul 26, 2018 18:28

Re: VisualFBEditor - IDE for FreeBasic

Post by Xusinboy Bekchanov »

Avata wrote: Jul 28, 2022 13:31 Thanks. It is work now after update the file ComboBoxEdit.bas
Yes, it has been changed.
Avata
Posts: 102
Joined: Jan 17, 2021 7:27

Re: VisualFBEditor - IDE for FreeBasic

Post by Avata »

Avata wrote: Jul 27, 2022 5:51
Xusinboy Bekchanov wrote: Jul 23, 2022 15:41
flaviofornazier wrote: Jul 23, 2022 3:33 You can translate this file into Portuguese:
Settings/Languages/english.lng
You can translate the following file into Portuguese by Goole or Bing translator:
freebasic_manual
Help\freebasic_manual_html_english.zip https://github.com/XusinboyBekchanov/V ... nglish.zip

After you have locale freebasic_manual, you could make a Keywords Help..
Settings/Others/KeywordsHelp.txt
https://github.com/XusinboyBekchanov/Vi ... dsHelp.txt

Settings/Others/Compiler error message.html
https://github.com/XusinboyBekchanov/Vi ... ssage.html

Settings/Others/property message.html
https://github.com/XusinboyBekchanov/Vi ... ssage.html
Could move the translation message to the first post? It is important for who want to translate those information to local language.
Avata
Posts: 102
Joined: Jan 17, 2021 7:27

Re: VisualFBEditor - IDE for FreeBasic

Post by Avata »

Should updated the Version number to 1.3.4 now?
Xusinboy Bekchanov
Posts: 789
Joined: Jul 26, 2018 18:28

Re: VisualFBEditor - IDE for FreeBasic

Post by Xusinboy Bekchanov »

Avata wrote: Jul 31, 2022 10:26 Should updated the Version number to 1.3.4 now?
First need to release version 1.3.3.
flaviofornazier
Posts: 59
Joined: Oct 10, 2015 7:19
Location: Brazil

Re: VisualFBEditor - IDE for FreeBasic

Post by flaviofornazier »

Avata wrote: Jul 29, 2022 4:00
Avata wrote: Jul 27, 2022 5:51
Xusinboy Bekchanov wrote: Jul 23, 2022 15:41
You can translate the following file into Portuguese by Goole or Bing translator:
freebasic_manual
Help\freebasic_manual_html_english.zip https://github.com/XusinboyBekchanov/V ... nglish.zip

After you have locale freebasic_manual, you could make a Keywords Help..
Settings/Others/KeywordsHelp.txt
https://github.com/XusinboyBekchanov/Vi ... dsHelp.txt

Settings/Others/Compiler error message.html
https://github.com/XusinboyBekchanov/Vi ... ssage.html

Settings/Others/property message.html
https://github.com/XusinboyBekchanov/Vi ... ssage.html
Could move the translation message to the first post? It is important for who want to translate those information to local language.

Hi Mr.Avatar,

I'm still translating IDE hand by hand in my free time. I'm so sorry, translators generates weird terms in some languages.

I'm still fighting with MDIForm, MDIChild, Window State (Maximized) and getting some crashes on Windows x86/64. Is there some another procedure in adittion to set FormStyle in both forms?

Thank you in advanced.

PS: I think users would like to see an interesting SQLite Control from VisualFreeBasic called "SQLiteBox" on VisualFBEditor Toolbox... Is it hard to implement?
Xusinboy Bekchanov
Posts: 789
Joined: Jul 26, 2018 18:28

Re: VisualFBEditor - IDE for FreeBasic

Post by Xusinboy Bekchanov »

flaviofornazier wrote: Aug 01, 2022 2:52 I'm still fighting with MDIForm, MDIChild, Window State (Maximized) and getting some crashes on Windows x86/64.
Give us a crash example to fix.
flaviofornazier wrote: Aug 01, 2022 2:52 Is there some another procedure in adittion to set FormStyle in both forms?
No.
flaviofornazier wrote: Aug 01, 2022 2:52 PS: I think users would like to see an interesting SQLite Control from VisualFreeBasic called "SQLiteBox" on VisualFBEditor Toolbox... Is it hard to implement?
I don't think it's difficult.
flaviofornazier
Posts: 59
Joined: Oct 10, 2015 7:19
Location: Brazil

Re: VisualFBEditor - IDE for FreeBasic

Post by flaviofornazier »

Xusinboy Bekchanov wrote: Aug 01, 2022 4:44
flaviofornazier wrote: Aug 01, 2022 2:52 I'm still fighting with MDIForm, MDIChild, Window State (Maximized) and getting some crashes on Windows x86/64.
Give us a crash example to fix.
flaviofornazier wrote: Aug 01, 2022 2:52 Is there some another procedure in adittion to set FormStyle in both forms?
No.
flaviofornazier wrote: Aug 01, 2022 2:52 PS: I think users would like to see an interesting SQLite Control from VisualFreeBasic called "SQLiteBox" on VisualFBEditor Toolbox... Is it hard to implement?
I don't think it's difficult.
Mr.Bekchanov,

Reproducing the steps:

- Open New GUI Project
- In design mode set Form1 FormStyle property to fsMDIForm
- Drag MainMenu control to Form1
- Open MenuEditor and add File Menu and Open item.
- In design mode set Form1 Menu property to MainMenu1
- Save all project files with default names to folder C:\MyMDIForm
- Click the Menu Project and Add Form
- Go to Project Explorer and double-click on Form2
- In design mode click on Form2 and set its FormStyle property to fsMDIChild
- At this point Form2 disappears from design mode as you can see in attached image.
- Go to Form1 again and set WindowState property to wsMaximized
- Go to Form1 code window and include Form2 after #End Region
- Click the Menu Open and insert Form2.Show in the open menu item event created by IDE
- Save all and F5... Form1 is shown as wsNormal and if you click the Open menu item nothing happens...

http://www.makesystems.com.br/pub/vfb_f ... _crash.png
http://www.makesystems.com.br/pub/mymdiform.rar

Thank you in advanced.
Avata
Posts: 102
Joined: Jan 17, 2021 7:27

Re: VisualFBEditor - IDE for FreeBasic

Post by Avata »

Can not open the attached file. Could you please posr code here?
Post Reply