Search found 1484 matches
- Apr 09, 2021 18:25
- Forum: Libraries
- Topic: FBGUI library for Windows 2
- Replies: 834
- Views: 180174
Re: FBGUI library for Windows 2
VANYA Not a problem. I should have it finished in time. I’ve identified all the sections that need updating and I’ve already done 9 of them. I was slowed down somewhat this morning. I slipped and fell down the stairs and suffered whiplash to my neck and a painful back. Fortunately, it doesn’t look ...
- Apr 09, 2021 17:19
- Forum: Libraries
- Topic: FBGUI library for Windows 2
- Replies: 834
- Views: 180174
Re: FBGUI library for Windows 2
VANYA I've now run a number of programs from copying and pasting from the Help file and from example programs from the February update that don't work. I'm a little confused (many have said I've been in that state for a long time). If the libraries are not to be issued until a new update in May: wh...
- Apr 09, 2021 4:28
- Forum: Libraries
- Topic: FBGUI library for Windows 2
- Replies: 834
- Views: 180174
Re: FBGUI library for Windows 2
Hi RNBW! I've started to go through the updated items in the 2D_DrawA section and I've tried out some of the code as I'm going along. Running the code in modedrawa I get the following error messages: FbTemp.bas(6) error 42: Variable not declared, ANTIALIAS_BEST in 'ModeDrawA(ANTIALIAS_BEST)' FbTemp....
- Mar 28, 2021 8:50
- Forum: Projects
- Topic: IUP_FB_EDITOR (simple development environment)
- Replies: 90
- Views: 12223
Re: IUP_FB_EDITOR (simple development environment)
Hi, VANYA. Your code failed to compile on FreeBSD/x86_64: I do not officially support FreeBSD. But you can try to rewrite the code in the tabs.bi file: this code: #ifdef __FB_LINUX__ #ifdef __FB_64BIT__ dim as IHandle ptr tabs = IupFlatTabs(vBox,null) IupSetAttribute(tabs, "FORECOLOR", &q...
- Mar 26, 2021 3:49
- Forum: Libraries
- Topic: FBGUI library for Windows 2
- Replies: 834
- Views: 180174
Re: FBGUI library for Windows 2
I replaced the link in the first post of this thread (from http to https).
- Mar 25, 2021 17:33
- Forum: Libraries
- Topic: FBGUI library for Windows 2
- Replies: 834
- Views: 180174
Re: FBGUI library for Windows 2
D.J.Peters wrote:@VANYA looks like the link is down
This link opens for me, possibly cached. And if you change https instead of http., then it opens for you?
- Mar 25, 2021 8:55
- Forum: Libraries
- Topic: FBGUI library for Windows 2
- Replies: 834
- Views: 180174
Re: FBGUI library for Windows 2
Hi RNBW! This is now an edited help. Most of the editing was directed to the 2DDrawA, Image sections (where you should pay attention to the modified examples). It is best when translating to directly take examples from the Russian reference and copy into English, cutting out Russian comments in the ...
- Mar 23, 2021 18:12
- Forum: Libraries
- Topic: FBGUI library for Windows 2
- Replies: 834
- Views: 180174
Re: FBGUI library for Windows 2
RNBW!
If you have started translating or editing, please stop. The help will be updated with information and will be edited shortly. I remove the link to the archives.
If you have started translating or editing, please stop. The help will be updated with information and will be edited shortly. I remove the link to the archives.
- Mar 23, 2021 18:09
- Forum: Projects
- Topic: Toad On Fire [beta]
- Replies: 13
- Views: 625
Re: Toad On Fire [beta]
ecxjoe wrote:VANYA wrote:Hi ecxjoe!
I would like to play your game on Linux. If it's not difficult for you, please post the files for Linux.
What's your flavor and version/build of Linux that you use?
linux mint 19
- Mar 21, 2021 4:19
- Forum: Projects
- Topic: IUP_FB_EDITOR (simple development environment)
- Replies: 90
- Views: 12223
Re: IUP_FB_EDITOR (simple development environment)
So the tools menu is useless at this date ? I mean a programing tool needs at least the current file name right ? Joshy I have 4 tools in this menu: code templates, on-screen measurement, compiler version, data in hex. This menu is useful for me. If it is useful to anyone, I will write some variabl...
- Mar 20, 2021 19:27
- Forum: Projects
- Topic: IUP_FB_EDITOR (simple development environment)
- Replies: 90
- Views: 12223
Re: IUP_FB_EDITOR (simple development environment)
D.J.Peters wrote:What are the syntax or var names for current file and path to config the tool menu ?
There is only one variable in the editor:
$A - denotes the current path of the editor executable , the same as exepath().
- Mar 20, 2021 19:15
- Forum: Projects
- Topic: IUP_FB_EDITOR (simple development environment)
- Replies: 90
- Views: 12223
Re: IUP_FB_EDITOR (simple development environment)
How to compile your IDE from source? I made a few modifications and wanted to compile it to see the result. Thanks. The files are provided for compilation: build.bat (for windows) , makefile (for Linux). In general, for compiling only the editor: fbc fbnp.bas. Plugins are compiled in a similar way.
- Mar 15, 2021 10:47
- Forum: Projects
- Topic: Toad On Fire [beta]
- Replies: 13
- Views: 625
Re: Toad On Fire [beta]
Hi ecxjoe!
I would like to play your game on Linux. If it's not difficult for you, please post the files for Linux.
I would like to play your game on Linux. If it's not difficult for you, please post the files for Linux.
- Mar 14, 2021 15:07
- Forum: Projects
- Topic: IUP_FB_Editor
- Replies: 20
- Views: 648
Re: IUP_FB_Editor
dodicat wrote:I downloaded IUP_FB_Editor.
It works like a charm.
Easy to set up and use, nice and simple.
Nicely done VANYA.
Thank you for your feedback!
- Mar 14, 2021 15:05
- Forum: Projects
- Topic: IUP_FB_EDITOR (simple development environment)
- Replies: 90
- Views: 12223
Re: IUP_FB_EDITOR (simple development environment)
The only thing I want you to improve now is stop making the file type when selecting new compiler as fbc.exe. Your hard coded it to fbc.exe is a bit premature. The fbc binary could be fbc32.exe, fbc64.exe or on Linux it has no extensions at all, just fbc. I know you want users easier to set thing u...