TMS Components are a collection of visual and non-visual components and tools for Delphi and C++ Builder targeting Windows, macOS, iOS, Android and Linux. The code is developed, maintained and licensed by TMS Software of Belgium.
Questions tagged [tms]
131 questions
0
votes
0 answers
Working of TAdvColumnGrid copy paste is not working with TEditCut/TEditCopy/TEditPaste
I am facing some issue with copy paste options which I have added to the TAdvColumnGrid.
I am using Standard Actions of VCL components for cut/copy/paste as TEditCut, TEditPaste, TEditCopy assigned to Popup menu.
With these actions I can get the…

A B
- 1,461
- 2
- 19
- 54
0
votes
1 answer
Button with custom background, text inside - C++ Builder
I want to create a button with a custom background, and text inside. (at execution)
But text go next to picture, never inside.
Do you know any way to do that ?
For information, I can use all TMS component pack

macTAR
- 83
- 12
0
votes
0 answers
Delphi XE8 program is 50 KByte bigger after parallel Delphi 10.2.2 installation
I compiled a VCL program with TMS Diagram Studio components with Delphi XE8.
After that I installed Delphi 10.2.2 on the same VM without TMS components.
Now I compiled the program again with Delphi XE8.
There should be no differences, but the…

jorgo18
- 1
- 1
0
votes
0 answers
how to display TMS layer in Open Layers 3?
I want to display tms layer in ol3.
var layer = 'india:Indian_gdp_119';
var projection_epsg_no = '4326';
var map = new ol.Map({
target: 'map',
view: new ol.View({
center: ol.proj.transform([77.39907,28.58920], 'EPSG:4326', 'EPSG:3857'),
…

Seema Barate
- 97
- 14
0
votes
0 answers
How to get values of cells in tmsfmxlivegrid hidden columns?
i want to change text color cells in specific column basing on values of other cells in other column using the GetCellLayout event like this.
procedure TForm1.TMSFMXLiveGrid1GetCellLayout(Sender: TObject;
ACol, ARow: Integer; ALayout:…

Soufiane Bra
- 23
- 6
0
votes
1 answer
Cannot add TMS async components to win32 firemonkey program
I have a firemonkey app targeted only at win32. I want to add the tms async serial communications component. When I do so and try to build it gets upset trying to compile the tms source code. It is non-trivial to change the tms source code.
Where…

rebible
- 99
- 6
0
votes
1 answer
DBAdvGrid RowHeights - alter all rows except 1
I'm using the following code in the CustomCellDraw event of DBAdvGrid(TMS) to increase row height.
procedure TForm1.DBAdvGrid1CustomCellDraw(Sender: TObject; Canvas: TCanvas;
ACol, ARow: Integer; AState: TGridDrawState; ARect: TRect; Printing:…

t1f
- 3,021
- 3
- 31
- 61
0
votes
1 answer
Get node text on node click TAdvTreeview delphi
I am dynamically building nodes in TAdvTreeview on create. Based on the type of user, each one sees different number of nodes. I am able to get index of the selected TAdvTreeViewVirtualNode(ANode.index) shown to him in the TAdvTreeview by triggering…

DelMub
- 29
- 7
0
votes
1 answer
Dynamically set visible property for a page in delphi
I am using TAdvToolBarPager with many pages(AdvPage1, AdvPage2, AdvPage3...).Each page contains many edits,navigators,etc.. Based on the user right i would like to constraint properties, i.e for ADMIN i would like to show all the pages (1,2,3) but…

kiran kumar
- 153
- 4
- 12
0
votes
1 answer
Detect Multiple Custom HTML-5 Attributes on Same Page - Adobe DTM
I'm trying to figure out if there is a way to detect multiple custom HTML-5 attributes (i.e. "data-analytics-exp-name") and aggregate their values (with a delimiter) into a cookie using Adobe DTM without the user being involved (attributes only need…

Michael Johns
- 419
- 3
- 21
0
votes
1 answer
Sorting DBAdvGrid with FIBDataSet by clicking on the column header
The only solution to the above problem i've found is to attach "ORDER BY" statement to the SQL-query of the FIBDataSet. Kind of strange because Grid has it's own quicksort() implementation but i can't get it work. Any ideas would be appreciated.
alex.d
0
votes
1 answer
Display map from Geoserver in OSMDroid
I've cached tiles in Geoserver and I need display map in my android application over OSMDroid. I've tried it with my web application with OpenLayers and works fine like this:
var map = new ol.Map({
target: 'map',
layers: [
new…

Denis Stephanov
- 4,563
- 24
- 78
- 174
0
votes
1 answer
TMS - properly delete dbPlanner1 Item
I tried :
procedure TForm4.Delete1Click(Sender: TObject);
begin
dbPlanner1.FreeItem(dbPlanner1.Items.Selected);
end;
But I end up with a sql wait cursor.It deletes the item but I need to click somewhere else to get rid of it. Hitting DEL on…

user3351050
- 368
- 3
- 14
0
votes
1 answer
Developer Express, GDI+ shutdown
According to this article, we have to call GdiPlusUnload before unloading dlls. According to other articles, we also have to call dxInitializeGDIPlus and dxFinalizeGDIPlus.
We have a lot of dlls, all build with developer express runtime packages.
Do…

Vegar
- 12,828
- 16
- 85
- 151
0
votes
0 answers
Install TMS Edit Controls fails in Delphi 10
I'm trying to install TMSEditControls in Delphi 10, but get the message "Required package 'DbxCommonDriver' not found".
I can't seem to find that package anywhere, so any hints to where I can get it or solve the install problem would be appreciated.

AH.
- 2,913
- 1
- 28
- 26