fpGUI
fpGUI copied to clipboard
fpGUI Toolkit is a cross-platform GUI toolkit using Free Pascal
Hello. In attachment, update to enable hidden cursor with: `MouseCursor := mcNone`; . 3 files are updated: _fpg_base.pas_, _fpg_x11.pas_ and _fpg_gdi.pas_, for _maint_ and _develop_ branch. [fpgui_nocursor.zip](https://github.com/graemeg/fpGUI/files/8405598/fpgui_nocursor.zip) (Sorry, it is...
This is the change for the develop branch
This is the change for the maint branch
Hello. I needed to change the font size in TfpgListbox and found out that a solid string of parameters (fontdesc) is used to describe the font. My cursory search of...
Hello. What about make public properties for FHScrollBar and FVScrollBar? And add method ``ScroLLInWidget(AWidget:TfpgWidgetBase)``, which will set position of ScrollBar's to AWidget left and top.
Hello. In fpgui develop i try to draw on canvas. I wanted to take advantage of the optimization using cliprect. The GetClipRect function returns an empty rectangle from the FClipRect...
Is there a way to get a list of monitors as in LCL: screen. monitors ? I'm trying to put the form in the middle of the main monitor, because...
Hello. In windows with russian localization i have Installed fpc-3.2.2.win32.and.win64.exe from the website sourceforge.net loaded fpGUI development from the Code button (version v1. 4. 1 does not compile with an...
Dear MR graemeg, Yours GUi toolkit is more than ideal solution for every visually impaired programmers. Because GUI can be created with no need to depend on Lazarus build in...
1° Add missing configuration file in **hexviewer** example folder. 2° Fix _compileall.sh_. Use **pushd** instead of **cd**. Because after `cd ./ide/src`, `cd ..` doesn't come back to the previous directory.