Результатов поиска: 68

Вернуться к расширенному поиску

Re: git клиент

mse
26.05.2017 09:03:49
 
Форум: MSEide + MSEgui
Тема: git клиент
Ответы: 3
Просмотры: 25206

Re: Кроссплатформенные визуальные компоненты.

MSEide+MSEgui? https://sourceforge.net/projects/mseide-msegui/ https://gitlab.com/mseide-msegui/mseide-msegui http://wiki.freepascal.org/MSEide_%26_MSEgui http://wiki.freepascal.org/Reference:_MSEgui It has excellent skinning capabilities, see TWidget.Frame, TWidget.Face, TFrameComp, TFaceComp, TFac...
mse
08.04.2017 11:32:50
 
Форум: Графика
Тема: Кроссплатформенные визуальные компоненты.
Ответы: 12
Просмотры: 53484

Re: LLVM

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...
mse
06.12.2015 18:37:02
 
Форум: Free Pascal Compiler
Тема: LLVM
Ответы: 21
Просмотры: 21323

Re: LLVM

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.
mse
06.12.2015 11:56:29
 
Форум: Free Pascal Compiler
Тема: LLVM
Ответы: 21
Просмотры: 21323

Re: LLVM

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...
mse
05.12.2015 11:22:45
 
Форум: Free Pascal Compiler
Тема: LLVM
Ответы: 21
Просмотры: 21323

Re: Как увеличить высоту таба?

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...
mse
12.07.2015 11:07:20
 
Форум: MSEide + MSEgui
Тема: Как увеличить высоту таба?
Ответы: 9
Просмотры: 34025

Re: Как увеличить высоту таба?

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...
mse
12.07.2015 10:20:09
 
Форум: MSEide + MSEgui
Тема: Как увеличить высоту таба?
Ответы: 9
Просмотры: 34025

Re: переход на новую версию

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...
mse
19.06.2015 09:06:07
 
Форум: MSEide + MSEgui
Тема: переход на новую версию
Ответы: 24
Просмотры: 61954

Re: переход на новую версию

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...
mse
14.03.2015 11:24:34
 
Форум: MSEide + MSEgui
Тема: переход на новую версию
Ответы: 24
Просмотры: 61954

Re: Не учитывается кернинг в шрифте PT Sans

I don't have Windows 7 so I can't reproduce the problem. Maybe we can discuss possible solutions on the English mailing list?
https://lists.sourceforge.net/lists/lis ... segui-talk
mse
02.07.2014 12:02:30
 
Форум: MSEide + MSEgui
Тема: Не учитывается кернинг в шрифте PT Sans
Ответы: 2
Просмотры: 12430

Re: AlsMenu

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.
mse
02.07.2014 11:59:13
 
Форум: MSEide + MSEgui
Тема: AlsMenu
Ответы: 2
Просмотры: 11931

Re: Использование tDBwidgetgrid.SelectedRows

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...
mse
10.06.2014 14:03:26
 
Форум: MSEide + MSEgui
Тема: Использование tDBwidgetgrid.SelectedRows
Ответы: 9
Просмотры: 28026

Re: Выравнивание компонентов на форме

If the labels are elements of the widgets they need not to be aligned. Simply set "captiondist" of the widgets to the same value.
mse
13.05.2014 13:58:13
 
Форум: Lazarus
Тема: Выравнивание компонентов на форме
Ответы: 10
Просмотры: 13252

Re: Выравнивание компонентов на форме

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.
mse
13.05.2014 09:52:43
 
Форум: Lazarus
Тема: Выравнивание компонентов на форме
Ответы: 10
Просмотры: 13252

Re: Привязки границ контролов

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...
mse
13.05.2014 09:19:36
 
Форум: MSEide + MSEgui
Тема: Привязки границ контролов
Ответы: 2
Просмотры: 11967
След.

Вернуться к расширенному поиску

Рейтинг@Mail.ru