Search found 203 matches
- Oct 08, 2019 19:49
- Forum: Libraries
- Topic: FBGUI library for Windows 2
- Replies: 834
- Views: 180499
Re: FBGUI library for Windows 2
Hi Vanya I've completed the translation of the help file from Russian to English and it can be found at this link https://www.dropbox.com/s/yftyo1kqeubx0mp/Window9Converted.chm?dl=0 . It is a very large document and I have used Google Translate and Bing Microsoft Translator for the translation, so I...
- Sep 21, 2019 17:34
- Forum: Libraries
- Topic: FBGUI library for Windows 2
- Replies: 834
- Views: 180499
Re: FBGUI library for Windows 2
==================================================== Edited 30 September 2019: ==================================================== I am providing a link to the conversion of Vanya's chm help file to English as far as I have got https://www.dropbox.com/s/u9z5ja0yv9q0tjm/window9conveng.chm?dl=0 . The...
- Aug 14, 2019 17:27
- Forum: Libraries
- Topic: FBGUI library for Windows 2
- Replies: 834
- Views: 180499
Re: FBGUI library for Windows 2
I am providing a link to the conversion of Vanya's chm help file to English as far as I have got https://www.dropbox.com/s/3427b8i3i7toi1d/window9conveng.chm?dl=0 . The file should be downloaded from the link. To open right click the downloaded file and in Properties tick the Unblock box to see the ...
- Jul 25, 2019 14:16
- Forum: Beginners
- Topic: Advantages of different GUI libraries
- Replies: 18
- Views: 10827
Re: Advantages of different GUI libraries
rnbas wrote:Can you please post here the link to installation instructions (I am not able to find on website)
or briefly mention steps here. Thanks.
I presume this is in response to my post yesterday. If so, you identified the link yourself in your post yesterday with the viewtopic link.
- Jul 24, 2019 15:20
- Forum: Beginners
- Topic: Advantages of different GUI libraries
- Replies: 18
- Views: 10827
Re: Advantages of different GUI libraries
How about FBGUI ? It seems impressive: https://sourceforge.net/projects/guiwindow9/ https://www.freebasic.net/forum/viewtopic.php?f=14&t=17058 Is anyone using it regularly? Yes FBGui is impressive. It has lots of examples and a very extensive .chm help file. Unfortunately this is currently in R...
- Jun 14, 2019 8:16
- Forum: Libraries
- Topic: FBGUI library for Windows 2
- Replies: 834
- Views: 180499
Re: FBGUI library for Windows 2
VANYA wrote:RNBW wrote:At the moment I have both English and Russian versions in the help file. Would you prefer that I left it like that or keep them separate. It's easy either way. All I need do is delete the Russian version to make it all English.
Hi RNBW!
In my opinion, it is better separately.
Will do!
- Jun 13, 2019 10:43
- Forum: Libraries
- Topic: FBGUI library for Windows 2
- Replies: 834
- Views: 180499
Re: FBGUI library for Windows 2
I've started an English translation using HelpNDoc and Google & Bing translators. It will take a while. I learnt quite a bit when I did it last time. I hope, you downloaded the right help file (relevant only sf.net ). Good luck! I downloaded the help_rus.zip file from Sourceforge. Hi Vanya I ju...
- May 21, 2019 16:44
- Forum: General
- Topic: Resize a control dynamically in runtime using the mouse
- Replies: 4
- Views: 694
Re: Resize a control dynamically in runtime using the mouse
Thanks Mr Swiss and jj2007
WS_THICKFRAME does give a resizeable editbox, but has the undesirable very thick border, whereas I am looking for a thin border. Is there anyway to achieve the ability to resize, but with a thin border?
WS_THICKFRAME does give a resizeable editbox, but has the undesirable very thick border, whereas I am looking for a thin border. Is there anyway to achieve the ability to resize, but with a thin border?
- May 21, 2019 10:14
- Forum: General
- Topic: Resize a control dynamically in runtime using the mouse
- Replies: 4
- Views: 694
Resize a control dynamically in runtime using the mouse
Is it possible in Freebasic, using a library or Windows API, to dynamically resize a control during runtime using the mouse?
- Apr 12, 2019 20:47
- Forum: Libraries
- Topic: FBGUI library for Windows 2
- Replies: 834
- Views: 180499
Re: FBGUI library for Windows 2
VANYA wrote:RNBW wrote:I've started an English translation using HelpNDoc and Google & Bing translators. It will take a while. I learnt quite a bit when I did it last time.
I hope, you downloaded the right help file (relevant only sf.net). Good luck!
I downloaded the help_rus.zip file from Sourceforge.
- Apr 12, 2019 16:18
- Forum: Libraries
- Topic: FBGUI library for Windows 2
- Replies: 834
- Views: 180499
Re: FBGUI library for Windows 2
Hi RNBW! Is it possible to identify which sections have been changed so these can be translated, or is it a complete re-write of the help file. I completely rewrote the help (cleared html from unnecessary scripts, changed the format, corrected errors). To better understand what has been done, downl...
- Apr 12, 2019 14:42
- Forum: Libraries
- Topic: FBGUI library for Windows 2
- Replies: 834
- Views: 180499
Re: FBGUI library for Windows 2
Library updated. Now officially confirm that the library is cross-platform (FOR Windows and Linux). 1) Help file completely changed to support Linux. I'm sorry, but the help file is only in Russian 2) Many fixes Files available at sf.net The library setup is described in the first post When you say...
- Jan 13, 2019 11:16
- Forum: Projects
- Topic: Timer (gui) Alerts me when it's time
- Replies: 4
- Views: 1149
Re: Timer (gui) Alerts me when it's time
what is window9.bi? doesnt run without it..... Window9.bi is part of the FBGUI library for windows 2 found here https://www.freebasic.net/forum/viewtopic.php?f=14&t=17058 . It is very similar to the Purebasic syntax and can be run in 32bit or 64 bit Freebasic. There are lots of examples and it ...
- Oct 07, 2018 10:29
- Forum: Tips and Tricks
- Topic: Numeric Entry in an EditBox
- Replies: 111
- Views: 13309
Re: Numeric Entry in an EditBox
I have posted an example of numeric entry in a grid of textboxes using Lothar Schirm's Simple Windows API Library here https://www.freebasic.net/forum/viewtopic.php?f=8&t=24617&start=45, which followers of this thread may have an interest.
- Oct 07, 2018 10:25
- Forum: Projects
- Topic: Simple WinAPI GUI library
- Replies: 66
- Views: 32047
Re: Simple WinAPI GUI library
My reason for wanting the simple numeric input routine I previously posted, is so that I can use it to enter numerics into a grid of textboxes for a program I am developing. I have now got this working and the code (again using Lothar Schirm's Simple Windows API Library) is shown below. What remain...