• Welcome to PlanetSquires Forums.
 

WinFBE on GitHub

Started by Paul Squires, June 25, 2016, 04:37:40 PM

Previous topic - Next topic

Paul Squires

Hi Jose, you don't drag and drop the controls (although that does seem like a logical way to do it). You select the Tool (control) from the Toolbox by clicking on it, and then you draw the rectangle area with your mouse. When you release the mouse button, the control should be created. Eventually I will implement the creation method of double-clicking on the Tool to automatically create the control on the form in the upper left position.
Paul Squires
PlanetSquires Software
WinFBE Editor and Visual Designer

José Roca

In fact, I prefer this way. Just didn't know.

raymw

Probably wouldn't be too much trouble, but would a snap grid be useful?

Paul Squires

I am working on a snap to grid but more so using alignment lines like you see in the more modern ide's these days. I put it on hold until I get all of the controls implemented because the controls are more important at this point. I almost have the OptionButton code implemented and then I will do the "Frame" control because that one should be easy. We'll then be able to nice visual option button groups.
Paul Squires
PlanetSquires Software
WinFBE Editor and Visual Designer

SeaVipe

Is there a grid control on the horizon?
Clive Richey

Paul Squires

Certainly not in the immediate future but it is definitely a control that I need to write or modify an existing one for use in the designer.

Until then....  http://www.planetsquires.com/protect/forum/index.php?topic=4033.msg30239
Paul Squires
PlanetSquires Software
WinFBE Editor and Visual Designer

José Roca

Version 1.7.9 no longer honors the WinFBXPath= override.

I have manually changed it to WinFBXPath=.\Programs\WinFBX

[Compiler]
FBWINCompiler32=.\FreeBASIC-1.06.0\fbc32.exe
FBWINCompiler64=.\FreeBASIC-1.06.0\fbc64.exe
CompilerSwitches=-w pedantic -v -showincludes
CompilerHelpfile=.\Help\freebasic_manual.chm
Win32APIHelpfile=.\Help\win32_fb.chm
WinFBXHelpfile=.\Help\WinFBX.chm
RunViaCommandWindow=0
WinFBXPath=.\Programs\WinFBX

yet, when I compile, the log file says

C:\Programs\WinFBE_Suite\FreeBASIC-1.06.0\inc\Afx\CWindow.inc
C:\Programs\WinFBE_Suite\FreeBASIC-1.06.0\inc\Afx\AfxCtl.inc

etc.

José Roca

It seems that I have to use a fully qualified path:

WinFBXPath=C:\Programs\WinFBX