Материалы по технологиям программирования с использованием продуктов Embarcadero.
- Информация о материале
- Автор: Vsevolod V Gromov
- Категория: Embarcadero
- Просмотров: 1469
Requirements and pre-conditions:
- Chart series may contain different point types:
- First, let's call them 'automatic' - which may have been acquired by some logger process, in ordered, evenly spaced moments in time.
- Other type is 'manual', - meaning, that thesee may be acquired as a result of explicit user-to-device interaction during the same measurement session, as an automatic ones. These manual points usually have an arbitrary distributed x, and sometimes even y values.
- Chart series should draw automatic and manual points differently, while allowing these points to be iterated as a members of the same sequence.
- Информация о материале
- Автор: Vsevolod V Gromov
- Категория: Embarcadero
- Просмотров: 1811
Recently, I've complete my 'geshtalt' - migrate and release Windows FMX app, Ecolight-AP under MacOSX platform. And, by God, it was painful and hard, mainly due to EMB toolchain tried to fracture my butt on almost each final step.
The dehydrated knowledge here is crystallized two weeks of pain and swearing, and sweatting.
Problem starts reveling itself after all Debug stuff was successfully brushed on MAC, under PAServer session, and Release for App Store was created with Developer ID * certificates, which allow to install from signed local pkg.
- Информация о материале
- Автор: Vsevolod V Gromov
- Категория: Embarcadero
- Просмотров: 1901
Recently, I got to, as many many years ago, dive in Windows API, to implement a rather simple task. I needed to restrict an FMX-based application, namely its Windows-flavour target, to be single-instance, so any attempt to launch yet anther copy of its process would (try to) bring up the first running one.
- Информация о материале
- Автор: Vsevolod V Gromov
- Категория: Embarcadero
- Просмотров: 1973
Article explains how to use standard style elements to customize LookAndFeel of own GUI elements.
- Информация о материале
- Автор: Vsevolod V Gromov
- Категория: Embarcadero
- Просмотров: 2184
What would old tethered programmer want from its main working tool? Obviously, it must, no, MUST work as expected, and provide an expected, I emphasize, EXPECTED result(s). Recently, we tried to compile our middle-sized application project group for MAC OS. All components were separately ported beforehand, to be at least compileable under toolchains other than Win32|Win64. Needless to say, that after a few tries to compile entire project group, and getting a load of ‘unresolved externals’, I started to suspect that something is wrong there :) Test project for the article.
- Информация о материале
- Автор: Vsevolod V Gromov
- Категория: Embarcadero
- Просмотров: 2648
FMX framework automatically maintains style loading for Controls which implement StyleLookup property. What would you do, to quickly implement compound control, with automatic styling support, without actually write a "true" component class for it?
- Информация о материале
- Автор: Vsevolod V Gromov
- Категория: Embarcadero
- Просмотров: 2257
That topic covers the case, when platform and custom styles may be seamlessly used together.
- Информация о материале
- Автор: Vsevolod V Gromov
- Категория: Embarcadero
- Просмотров: 2604
Писал для буржуинского блога на межязыке, уж не обессудьте...
I remember stepping on the stl+locale+stream+static linkage bugs as early as CB6 was major tool for our team.
- Создаем объект Delphi из его метакласса в С++ Builder. Серия 2
- Компиляция design-time пакетов из паскалевских исходников в С++ Builder
- Update locker using RAII
- Создаем Delphi объекты из метаклассов в С++ Builder
- Если вы строите проект Дельфи компонента для С++ Билдера
- RTTI InheritsFrom replacement for C++ Builder
- Ошибка при запуске exe, AV на этапе создания формы.
- Подключение к exe своих ран-тайм пакетов