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
61
votes
1 answer

One processing conduit, 2 IO sources of the same type

In my GHC Haskell application utilizing stm, network-conduit and conduit, I have a strand for each socket which is forked automatically using runTCPServer. Strands can communicate with other strands through the use of a broadcasting TChan. This…
kvanbere
  • 3,289
  • 3
  • 27
  • 52
6
votes
3 answers

How do I abort outstanding map tile request with OpenLayers when the zoom changes?

I have an OpenLayers map with a TMS layer. For each zoom change, my map makes about 56 requests for map tiles (depending on the map/screen size). If the user rapidly zooms in or out, all these map tile requests get queued up in order, and my…
Paul
  • 63
  • 5
6
votes
2 answers

How to project pixel coordinates in leaflet?

I am trying to create a map based on an image which is 16384x16384 px, but I would also like to add markers at specific locations using pixel coordinates of this given image. I created a tile layer, a map element and set maximum boundaries, so that…
chringel21
  • 126
  • 3
  • 10
3
votes
1 answer

Upgrading Indy10 with TMS component pack (C++ Builder)

Until now I've been using Indy 10 without issues but after recent problem with installation of TMS component pack I am looking for alternative way to upgrade Indy. TMS installs fine on clean system with CB2010 but when I upgrade Indy using the…
Coder12345
  • 3,431
  • 3
  • 33
  • 73
3
votes
2 answers

BruTile Getting Started

Is there any documentation on how to get started with BruTile please? I am currently working with SharpMap and I need to pre cache tiles to speed up the process
Klstwj
  • 35
  • 1
  • 6
3
votes
1 answer

struct tms values returned by times() all zero or negative

I'm trying to implement the times() function in C programming. I'm using the struct tms structure which consists of the fields: tms_utime, tms_cutime, tms_stime and tms_cstime. In order to implement the times() function in my program, I do: Before…
programmer
  • 4,571
  • 13
  • 49
  • 59
3
votes
1 answer

Select column in TadvMemo

Is it possible to select a column text area in a TadvMemo component? Like selecting text in Delphi IDE holding the left mouse button and the ALT-key.
user1374768
  • 288
  • 2
  • 11
2
votes
1 answer

How can I do inverse selection in AdvStringGrid?

How can I do inverse selection in AdvStringGrid (TMS)?
YoungMaster
  • 395
  • 3
  • 17
2
votes
2 answers

Delphi7 TMS TDBAdvGrid Sort data when column header is clicked

I'm a newbie into Delphi and i need an advice. I'm using a TMS TDBAdvGrid and i need to sort the data when the user is clicking the header of a column. I setup the sort settings of the grid and i write code for the onclicksort event, but it is not…
Andrei
  • 23
  • 2
  • 5
2
votes
2 answers

How do I refresh a TMS layer in OpenLayers?

I have a TMS layer that looks something like this: var v = 1; my_tms = new OpenLayers.Layer.TMS( "My TMS", "my_mapserver.php?v="+my_var+"&", { transparent: 'true', type:'png', getURL:get_my_url } ); Where my_mapserver.php returns map…
Paul
  • 80
  • 1
  • 6
2
votes
1 answer

How to Calculate Tiles Coordinates in Leaflet to Request TMS Server?

In order to cache tiles for off-line use, I tried to calculate tiles coordinates according to a certain zoom level. Calculated x coordinates were correct but the y coordinates Were not. This Old example compares actually received coordinates with…
bydos
  • 23
  • 6
2
votes
0 answers

Using xaudio2 and a parallel port together

I am using C++ to code a neuroscience experiment in my research lab. We are studying tactile perception, and we use a parallel port to trigger our brain stimulating device. The timing is very important. We recently started using xaudio2 to play very…
LuKo
  • 21
  • 1
2
votes
1 answer

Save columnsize of dynamic columns

Im working in a Tdbadvgrid from TMS. I am adding colums dynamically based on a sql query length. Everything works great, with the exception of the column width saving. Adding the columns: //Captions for i := 0 to oRow.Count - 1 do begin …
H4rdstyler
  • 71
  • 1
  • 11
2
votes
1 answer

Prolog implementation of a Truth Maintenance System

A truth maintenance system (TMS) stores justifications of inferences which result in a specific conclusion in a given Knowledge Base. A good example looks like this (this is Not prolog): ∀ X good_student(X) ∧ M study_hard(X) → study_hard (X) ∀ Y…
lildigiman
  • 137
  • 7
1
vote
1 answer

Loading File to TAdvMemo

Is there a way to load the content of a file to TAdvMemo not using the AcceptFile drag and drop option?
livelaughlove
  • 376
  • 3
  • 9
  • 21
1
2 3
8 9