Search found 386 matches

by ike
Mar 16, 2020 15:59
Forum: Projects
Topic: MyFbFramework - My FreeBasic Framework
Replies: 81
Views: 20904

Re: MyFbFramework - My FreeBasic Framework

#Include "C:\XUSI\MyFbFramework-1.2.2\mff\Form.bi" #Include "C:\XUSI\MyFbFramework-1.2.2\mff\CommandButton.bi" #Include "C:\XUSI\MyFbFramework-1.2.2\mff\CheckBox.bi" #Include "C:\XUSI\MyFbFramework-1.2.2\mff\ListControl.bi" #Include "C:\XUSI\MyFbFramewor...
by ike
Mar 16, 2020 15:58
Forum: Projects
Topic: MyFbFramework - My FreeBasic Framework
Replies: 81
Views: 20904

Re: MyFbFramework - My FreeBasic Framework

'#Compile -exx "Form1.rc" #include once "C:\XUSI\MyFbFramework-1.2.2\mff\Form.bi" #Include "C:\XUSI\MyFbFramework-1.2.2\mff\CommandButton.bi" Using My.Sys.Forms Type Form1 Extends Form Declare Static Sub Form_Paint(ByRef Sender As Form, DC As HDC, R As Rect) Declare Co...
by ike
Mar 16, 2020 7:50
Forum: Projects
Topic: VisualFBEditor - IDE for FreeBasic
Replies: 886
Views: 128244

Re: VisualFBEditor - IDE for FreeBasic

I tested couple of controls(commandbutton, listcontrol, checkbox ). It looks promising!!

I was unable to find a way how to use canvas for drawing
by ike
Mar 10, 2020 20:03
Forum: Projects
Topic: VisualFBEditor - IDE for FreeBasic
Replies: 886
Views: 128244

Re: VisualFBEditor - IDE for FreeBasic

Can I use MyFbFramework without VisualFBEditor and how (any simple example)?

What do I need to install on windows and what for linux?

Does it have canvas for drawing?
by ike
May 08, 2017 19:22
Forum: Community Discussion
Topic: Programming competition
Replies: 2
Views: 1082

Programming competition

organized by Google. 10000$-winner, 5000 second and 3000 third place plus Google order pizza after wow best in The World get 10000. Poor Google, Valentino Rossi may get millions in advertising, Federer gets tens of millions and programmer gets 10000$ Ok next year they will get free bus ticket extra ...
by ike
Apr 24, 2017 22:59
Forum: Community Discussion
Topic: Simple and portable (but not inflexible) GUI library in C
Replies: 3
Views: 1634

Simple and portable (but not inflexible) GUI library in C

Simple and portable (but not inflexible) GUI library in C that uses the native GUI technologies of each platform it supports.
https://github.com/andlabs/libui
by ike
Apr 24, 2017 22:41
Forum: Beginners
Topic: a message to all new users of FreeBasic
Replies: 8
Views: 2678

Re: a message to all new users of FreeBasic

I was thinking or hopefully we get a new IDE every month
Without SCINTILLA component - no way!!
IUP for Freebasic looks ''abandonware'

With SCINTILLA it wouldnot be that hard
by ike
Apr 23, 2017 22:40
Forum: Beginners
Topic: a message to all new users of FreeBasic
Replies: 8
Views: 2678

Re: a message to all new users of FreeBasic

And FreeBasic setup is misleading . when you install and click to explore you will click on EXAMPLES, then you will try GUI. There is 5 folders wxc, WIN, IUP, CGUI, GTK+ New user will never try any other GUI. Using this logic: NOTHING ELSE CAN BE GOOD, anyway it shold be in here So I spend a month l...
by ike
Apr 21, 2017 17:46
Forum: Beginners
Topic: a message to all new users of FreeBasic
Replies: 8
Views: 2678

a message to all new users of FreeBasic

Dont even try any other GUI before you test-try FLTK. It is so good and simple. I like it so much. DJ (Joshi) did GREAT job (as always!)
by ike
Apr 08, 2017 18:13
Forum: Hardware Interfaces / Communication
Topic: Tip: Event driven RS232 class (windows)
Replies: 22
Views: 26062

Re: Tip: Event driven RS232 class (windows)

I am using this class to send Gcode to CNC machine, machine can store 50 commands into buffer. After executig commad machine send me code info "I am done", or "I am still working my position is x= y= z=" In the mean time program is sending new commands to buffer, but if machine i...
by ike
Apr 04, 2017 15:31
Forum: Beginners
Topic: FLTK how to set one of two buttons "on"
Replies: 5
Views: 2007

Re: FLTK how to set one of two buttons "on"

declare sub Fl_ButtonSetOnly(byval btn as Fl_Button ptr)
by ike
Mar 29, 2017 21:43
Forum: Libraries & Headers
Topic: FLTK-C-1.3.3 for FreeBASIC
Replies: 433
Views: 197201

Re: FLTK C for FreeBASIC Jan 09, 2017

Thank you very much for detailed explanation!
by ike
Mar 29, 2017 17:04
Forum: Libraries & Headers
Topic: FLTK-C-1.3.3 for FreeBASIC
Replies: 433
Views: 197201

Re: FLTK C for FreeBASIC Jan 09, 2017

I have 2 windows, one is MAIN. On second window I have if Fl_EventKey() = ESC then do something Then I close second window and program behave like I press ESC on MAIN window What I want to do is when closing window2 to get rid of keyboard buffer I have foun way around this but I am just asking is th...
by ike
Mar 29, 2017 4:29
Forum: Libraries & Headers
Topic: FLTK-C-1.3.3 for FreeBASIC
Replies: 433
Views: 197201

Re: FLTK C for FreeBASIC Jan 09, 2017

If I use

if Fl_EventKey()=FL_Escape then
do something
CLEARBUFFER() '????
end if

to read keyboard

How I can clear that buffer
by ike
Mar 10, 2017 23:56
Forum: Community Discussion
Topic: Best Programming Language
Replies: 34
Views: 10142

Re: Best Programming Language

I dunno what is best but I know what is worst: JAVA.

And if you see statistics 30% of all jobs out there is JAVA, J2EE and other crappy stuff. This world is crazy!