There are many stages of type casting by accessing classes at almost every line of code. Exessive usage of polimorphism ? It's an "outstanding" C++ feature :) It seems so. :-) Have You seen Blender (C++ too) code ? How do You rate it ? I don't know blender. The internal in-memory represen...
debi12345 писал(а):Not fast for compile time or for resulting programs ?
Not fast for compile time. There are many stages of type casting by accessing classes at almost every line of code. The compiled programs look very good.
The MSElang compiler will also compile the Free Pascal dialect used in MSEide+MSEgui. I am currently implementing that. Because the parser is steered by a grammar script, it is easy to add the real MSElang grammar later. MSElang produces LLVM bitcode which will be optimised and compiled to machine c...
I am the author of MSEide+MSEgui and sometimes answer questions on freepascal.ru if I think I understand the question by Google translate. The English MSEide+MSEgui mailinglist is here: https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk Archive and web interface: https://lists.sourcefor...
Welcome, poke his nose, I can not increase the height of the tab in TTabWidget, already like all the properties peretykal, but it is still small. What twist? Set ttabwidget.tab_optionswidget1 ow1_autoheight to false, set ttabwidget.tab_size to the wanted height. If ttabwidget.tab_options tabo_tabsi...
Looks like the well known EXA bug. From README.TXT: " Display problems with Linux radeon driver ***************************************** If the display is distorted or slow add Option "EXAPixmaps" "off" to Section "Device" of xorg.conf, see https://bugs.freedeskto...
CPF had to upgrade, and following this stopped working mseide version 2.2 had to be updated, there are questions. decided to revive the subforum =) put FPC 2.6.4 and MSEIDE 3.6 open your project turns out - Can not read formfile "/opt/project/AccessControl/testsoft/mse/fmsedesk.mfm". I go...
A slightly optimized version is here: https://gitorious.org/mseuniverse/almin ... ca:alsmenu needs MSEide+MSEgui git master. The best probably would be to manage a cache of the scanned menu structure and the image list on disk.
Fore complex queries the update statements will not be built automatically. Please set SQLDelete, SQLInsert and SQLUpdate according your needs, for example SQLUpdate: " update table1 set name=:name where id=:id " Another possibility is to use tmsesqlquery.onaplyrecupdate. BTW, co_focussele...
Just as a hint for a possible other approach: in MSEgui captions of widgets are part of the frame property. If tcaptionframe.options cfo_captiondistouter is set, "captiondist" defines the distance of the start of the caption to the widget frame.
Who are familiar with the logic of binding elements in MSEGUI? Explain plz how to make the button to be attached to the right border of the window and tracked resizing, moving in the right border? Is there no Russian speaking MSEide+MSEgui user who can answer that question? MSEgui widgets have have...