Search found 552 matches
- Sep 05, 2019 0:18
- Forum: Projects
- Topic: Include Digger
- Replies: 48
- Views: 24437
Re: Include Digger
The "little mistake" is fixed. Also uncommented the #define _FBInc_ALL_LIVE_MENU_ so that the menu items will always be active. Have it coded so if not supposed to be active, will exit. On odd occasions I do get a Segment Fault, but not really worried about it. YES, I know it is unstable. ...
- Sep 01, 2019 16:29
- Forum: Projects
- Topic: Polynominals chart - plots library based on WinApi & FbEdit designer.
- Replies: 14
- Views: 8761
Re: Polynominals chart - plots library based on WinApi & FbEdit designer.
Finally got around to working on your request. I have made a slight modification to the rc file. I think that you wanted to use a "Listview" instead of a "Listbox" for the display of degree/factors. The fact that I do not have a sourceforge account means that I cannot send the ch...
- Aug 29, 2019 23:54
- Forum: Projects
- Topic: Include Digger
- Replies: 48
- Views: 24437
FLTK -- Include Digger
After about 2 months of work, have a new version using FLTK. https://github.com/bcohio2001/Freebasic-Include-Digger/tree/FLTK Not quite ready by any means. But with a little more work … Version 0.1.0 Aug. 29, 2019 -- Modified Version 1.1.1 (July 9, 2019) that is "Windows" only to use FLTK....
- Aug 12, 2019 20:09
- Forum: Libraries
- Topic: FLTK-C-1.3.3 for FreeBASIC
- Replies: 393
- Views: 97697
Re: FLTK-C-1.3.3 for FreeBASIC
D.J.Peters wrote:Windows vs Linux don't use chr(13,10) use !"\n" instead.
I am aware of this. It was a "quick and dirty" example of my problem.
I am on windows so I naturally used Chr(13,10).
- Aug 11, 2019 22:36
- Forum: Libraries
- Topic: FLTK-C-1.3.3 for FreeBASIC
- Replies: 393
- Views: 97697
Re: FLTK-C-1.3.3 for FreeBASIC
Thank you.
Fl_ALIGN_INSIDE is what I needed. Weird that you have to specify it to "stay inside" the widget.
Fl_ALIGN_INSIDE is what I needed. Weird that you have to specify it to "stay inside" the widget.
- Aug 11, 2019 15:08
- Forum: Libraries
- Topic: FLTK-C-1.3.3 for FreeBASIC
- Replies: 393
- Views: 97697
Re: FLTK-C-1.3.3 for FreeBASIC
Sorry to bother you again. Did a search through your "test" programs for Fl_BoxNew and came up with 39 files. Of the ones I looked at, none addressed the issue that I am having. I might be using the wrong widget for it. The equivalent of a "Static" area in Win32. Involving multi-...
- Aug 08, 2019 20:04
- Forum: Libraries
- Topic: FLTK-C-1.3.3 for FreeBASIC
- Replies: 393
- Views: 97697
Re: FLTK-C-1.3.3 for FreeBASIC
D.J.Peters wrote:Question why not looking at the test files ?
I have been. But it also helps to know WHAT you are looking for!
- Aug 08, 2019 19:59
- Forum: Game Dev
- Topic: The 50 years ago moon landing 4K contest!
- Replies: 32
- Views: 15676
Re: The 50 years ago moon landing 4K contest!
badidea wrote:... who would volunteer to sit in the top of this fuel filled thing?
A lot of brave men.
- Aug 07, 2019 23:10
- Forum: Libraries
- Topic: FLTK-C-1.3.3 for FreeBASIC
- Replies: 393
- Views: 97697
Re: FLTK-C-1.3.3 for FreeBASIC
Another quick question. Is there any setting for Fl_Window() to eliminate the system menu. (Minimize/Maximize/Close) In my "Include Digger" while parsing out the .bi files, I have a window with only a progress bar showing. I do not want the user to minimize or close it. I think my only 2 c...
- Aug 07, 2019 20:40
- Forum: Libraries
- Topic: FLTK-C-1.3.3 for FreeBASIC
- Replies: 393
- Views: 97697
Re: FLTK-C-1.3.3 for FreeBASIC
Thanks for the assistance.
This is my first time using FLTK, trying to adapt a large "window's only" program.
From what I read, Fl_Run() repeatably calls Fl_Wait(), so figured that would not need to call anything more.
This is my first time using FLTK, trying to adapt a large "window's only" program.
From what I read, Fl_Run() repeatably calls Fl_Wait(), so figured that would not need to call anything more.
- Aug 06, 2019 22:53
- Forum: Libraries
- Topic: FLTK-C-1.3.3 for FreeBASIC
- Replies: 393
- Views: 97697
Re: FLTK-C-1.3.3 for FreeBASIC
I cannot find an example in this topic, or in any of your "test" programs. How to create and use multiple windows. This is how I started, but the "Config" dlg does not have it's button shown. The dialog itself shows, but not the enclosed button. (PS. No weird undefined code this ...
- Aug 05, 2019 23:38
- Forum: Libraries
- Topic: FLTK-C-1.3.3 for FreeBASIC
- Replies: 393
- Views: 97697
Re: FLTK-C-1.3.3 for FreeBASIC
Thanks for looking into this for me. I am sorry, I forgot all about the defined variables in the If/Then checks. Was not expecting for you to run it, just look it over to see if I did something wrong. Ok. So "Win32" cannot be used as a variable. (Assuming will be fine now in 64 bit compile...
- Aug 04, 2019 14:06
- Forum: Libraries
- Topic: FLTK-C-1.3.3 for FreeBASIC
- Replies: 393
- Views: 97697
Re: FLTK-C-1.3.3 for FreeBASIC
Run into a little snag in my large project. C:\FreeBASIC-1.06.0-win64\fbc -s console -exx -w pendantic "FbTemp.bas" FbTemp.c:1102:35: error: expected identifier or '(' before numeric constant struct $21FL_RADIO_ROUND_BUTTON* WIN32; ^ FbTemp.c:14:47: error: size of array '__$fb_structsizech...
- Jul 26, 2019 0:44
- Forum: Projects
- Topic: Polynominals chart - plots library based on WinApi & FbEdit designer.
- Replies: 14
- Views: 8761
Re: Polynominals chart - plots library based on WinApi & FbEdit designer.
I haven't looked at the code yet, but from the screenshots at sourceforge, looks pretty good.
- Jul 23, 2019 19:42
- Forum: Libraries
- Topic: FLTK-C-1.3.3 for FreeBASIC
- Replies: 393
- Views: 97697
Re: FLTK-C-1.3.3 for FreeBASIC
So the answer to my question is … Events are handled as they come in. #Include "fltk-c.bi" Sub D(s As String) Dim As Integer x = FreeFile Open "Test Handles.txt" For Append As #x Print #x, s Close #x Sleep 700 'just to give time to write and not mix up any other calls End Sub fun...