Questions tagged [tms]

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.

131 questions
1
vote
2 answers

Problem with TAdvMemo component (about wordwrap)

I am using TAdvMemo. My problem is with the WordWrap property. It works very well when I type text in the text area, but when I add a string to it in code, it has no effect. I have set WordWrap property to: wwRightMargin and RightMargin property to…
Marcello Impastato
  • 2,263
  • 5
  • 30
  • 52
1
vote
2 answers

Customize TAdvSmoothListBox item colors

I've just installed TMS Components for Delphi and in TAdvSmoothListBox I would like to customize colors for each item. I am actually using the .ItemAppearance.Fill.Color but it fills all the items with the same color. Can anyone suggest me how to…
Gwenael
  • 137
  • 1
  • 2
  • 7
1
vote
1 answer

tmssoftware TTMSFNCGrid slow data loading

Delphi 10.4.2, TTMSFNCGrid ver. 1.0.5.16 I am downloading about 30,000 records from the database into a json object. This takes about 1 minute. I then try to enter (for a loop) the data into TTMSFNCGrid which has about 30,000 records and 16…
Olaf
  • 215
  • 2
  • 14
1
vote
0 answers

SAP PO 7.5-Interface from TMS to SAP S/4HANA (inbound). IDOC XML to standard enterprise service to be enhanced with 2 new fields

I am working in SAP PO 7.5 in a TMS interface from TMS to SAP S/4HANA (inbound). It is a IDOC XML (XML file) to standard enterprise service (TrasaportatiOrderGenericRequest_IN) which needs to be enhanced by appending 2 new fields. For N stops…
Ritu Roy
  • 11
  • 1
1
vote
1 answer

Tiles in the wrong projection? (mbtiles mbutil openlayers.tms)

I am having trouble taking my tilemill project to my webserver and using OpenLayers to draw my map. We are using tilemill to style the map > mbtiles export > mbutil to directory > openlayers.tms I have attached below the code we are using, which is…
Michael
  • 11
  • 3
1
vote
1 answer

Exporting SVG to PDF with TMS?

In a Delphi 10.4.2 Win32 Console application, i try to export an SVG file to PDF using the TMS libraries and following the example here: Edit: (The page at: https://www.tmssoftware.com/site/blog.asp was still available a few hours ago, but now it…
user1580348
  • 5,721
  • 4
  • 43
  • 105
1
vote
1 answer

Open Layers Minimum Zoom Out TMS Layer

Im trying to figure out how to set the minimum someone can zoom out. I dont want people to be able to zoom all the way out. Here is my code. { OpenLayers.ImgPath = "http://js.mapbox.com/theme/dark/"; var map, vectors, controls; //map =…
Rivers
  • 2,102
  • 1
  • 16
  • 27
1
vote
2 answers

how to make all cells readonly in TMSFMXGrid (in Firemonkey)?

I am using Embarcadero® RAD Studio 10 Seattle Version 23.0.20618.2753 To make column read-only I used Grid_All_Party.Columns[2].ReadOnly := True; and to make cell read-only I used Grid_All_Party.ReadOnlys[1,0] := True; but how to make all cells…
1
vote
1 answer

Delphi Runtime Error 217 when application is started (Assertion failure (C:\...\tmssoftware\TMS VCL UI Pack\AdvXPVS.pas, line 1536)

After the upgrade from "TMS ComponentPack" to "TMS VCL UI Pack", the application installed on Windows 7 or windows 8.1, crashes after start with the error RunTime Error 217. The same application works on windows 10 or windows server 2012 Using…
Gianluca Colombo
  • 717
  • 17
  • 38
1
vote
1 answer

Assign TPoupMenu to Inplace editor in the TAdvColumnGrid

I am working on TAdvColumnGrid where I am facing one issue with the PopupMenu. I have assign a Popup Menu to the Grid. When the cell in the grid is selected/focused then on right click of Mouse button I can show the PopupMenu. but if the column cell…
A B
  • 1,461
  • 2
  • 19
  • 54
1
vote
1 answer

Get {X} and {Y} values for TMS service of a bounding box

In this tread it is explained how to download and merge tiles from a XYZ maps service. How can I find out the X and Y values of a region defined by a special bounding box, e.g. 9.477733,53.485664,9.8856,53.602995 (CSV format)? Am I right, that these…
1
vote
1 answer

TMS TWebCopy, Delphi

I have TMS TWebCopy 2.3 on Delphi 2010. When i try to do this: procedure TForm1.WebCopy1Error(Sender: TObject; ErrorCode: Integer); begin showmessage('Error '+inttostr(ErrorCode)); end; and with webcopy1.items.add do begin …
1
vote
0 answers

TI C55: DMA to SPI Interface?

Is it possible to use DMA with the SPI interface on TMS320C55xx DSPs? I see that the DMA controller has events for I2C, I2S, UART, MMC, SD, and internal and external memory, but SPI seems a curious omission; likewise SPI is not listed in the memory…
Justin Olbrantz
  • 647
  • 3
  • 11
1
vote
0 answers

Unable to link TMS components after compiling in Debug Mode for Test Complete Software in C++ Builder XE5 project

We are trying to set up our xe5 project with TMS components. We have tried following steps from the smart bear website with no luck: Opened up the tmscxe5group.groupproj Selected Project->Options->Packages Proceeded to remove the TMS Component…
sean290
  • 71
  • 2
1
vote
0 answers

Openlayers TMS map tiles bad position

i get a png map from google tiles url (http://mt{0123}.google.com/vt/lyrs=m&hl=fr&x=!x&y=!y&z=!z) using bigmap2 (http://bigmap.osmz.ru/) with zoom and bounding box coordinates, i use following command to prepare that map and get tiles: For this…
krazitchek
  • 228
  • 3
  • 10
1
2
3
8 9