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
1
vote
1 answer
How to set email alert from test manager or from Team Foundation Server for MTM suite or plan?
I have read it on few msdn forum that test Management service in Team Foundation Server raises notifications on some specific actions by its users. You can subscribe
to these notifications to understand what’s going on in the server. Here are some…

simond
- 684
- 1
- 10
- 36
1
vote
1 answer
Adobe DTM - set a success event in the Adobe Analytics tool ONLY IF a discrete data element value exists
I'm curious if there's a way to set a success event in the Adobe Analytics tool [without using the Custom Script option], ONLY IF a discrete data element value exists.
For example, I have a data layer object that captures a value in one of two…

Art
- 88
- 1
- 8
1
vote
2 answers
How to add graph to Excel file generated via TMS Flexcel?
I have an xlsx file which serves as a template for TMS Flexcel. I populate it with data, it renders it in nice table. All is fine so far.
Problem is when I want to add a graph.
The generated xlsx file appears to be damaged, and Excel tries to…

David Votrubec
- 3,968
- 3
- 33
- 44
1
vote
1 answer
TMS DBPlanner - copy and paste an event
I am trying to copy and paste an event from the DBPlanner.
I tried :
procedure TForm1.Copy1Click(Sender:…

user3927897
- 611
- 3
- 10
- 20
1
vote
1 answer
Delphi: How to pass a object and class as parameter in this procedure (TMS Aurelius)?
I have a procedure in my class UserController to delete an object of class TUser based on their ID. I am wanting to make a GenericController class to be able to do this with any other class. This is my procedure:
procedure…

Artur_Indio
- 736
- 18
- 35
1
vote
1 answer
Why does GeoWebCache integrated in GeoServer return black images from http TMS requests?
I'm trying to use the GeoWebCache integrated in to GeoServer (2.0.2) to make http request to receive PNG's of tiles using this form:
http://localhost:8080/geoserver/gwc/service/tms/osm/131936/86527/18.png
I'm fairly sure the server is receiving…

Link19
- 586
- 1
- 18
- 47
1
vote
2 answers
identify volatile declaration in debug information / disassembly
I'm looking for a creative solution for making sure that variables delivered to a specific macro are declared with type volatile in C language, with TMS470 compiler. meaning:
good method:
volatile int *_p_reg;
VOLATILE_MACRO(_p_reg);
compilation…

gilboash
- 135
- 1
- 10
1
vote
1 answer
Jump to App from custom bootloader in TMS320 digital media processor
I am working on a boot loader for TMS320DM6437. The idea is to create 2 independent firmware that one will update another. In firmware1 I will download firmware2 file and write it to NOR flash in a specified address. Both firmware are stored in NOR…

Shihab
- 531
- 1
- 12
- 25
1
vote
0 answers
TMS Intraweb grid does not “remember” javascript operation result
Q1 In a TMS Intraweb db grid. I set three columns as ctdyncheckbox. Those columns are mutex. If one checkbox is checked, the other two in the same row are unchecked. I set clientevents ->dyncheckclick as below:
if (ctrl.checked && c==2 )
{(…

user3061969
- 11
- 2
1
vote
1 answer
Select Cell in TAdvStringGrid with hidden columns
I am selecting a certain cell in a TAdvStringGrid:
const
MyCol=4;
MyRow=1;
HiddenCol=2;
procedure TForm1.FormCreate(Sender: TObject);
begin
AdvStringGrid1.ColCount:=5;
AdvStringGrid1.RowCount:=10;
end;
procedure…

Zeina
- 1,573
- 2
- 24
- 34
1
vote
1 answer
Animation/Redrawing of moving panels is flickering badly - suggestions?
Hoping some of you out there will be able to point me in the right direction to handle flickering/tearing/redrawing issues when I 'animate' some components in an application.
I have to preface this by saying that the 'animations' seem to work…

ConBran
- 369
- 2
- 15
0
votes
0 answers
How to show Form2 inside Form1 panel using Delphi 11 and TMS web core?
My problem is that Form2 won't show inside Form1 panel in the code below:
procedure TForm1.WebButton1Click(Sender: TObject);
var
LResult: integer;
newform: TForm2;
begin
newform := TForm2.Create(Self);
newform.Caption := 'test form';
…

Dreamer64
- 923
- 2
- 13
- 30
0
votes
1 answer
TMS TDBADVGRID field is blank when data has "
Windows application C++ XE4 using TMS TDBADVGRID and an Oracle database. The data (60 character field) in the field/column of the grid contains "

Mary C
- 79
- 8
0
votes
1 answer
What is $qqr20System@UnicodeStringt1
I built an application that uses TMS Components. I wrap and compile TTMSFNCWebBrowser into a core BPL that my application uses. I just updated the TMC Components, and then recompiled all my code (BPLs and EXEs). Now when I run my application, I…

James L.
- 9,384
- 5
- 38
- 77
0
votes
0 answers
Delphi XE8 Maps Marker Generation with transparent areas
I'm currently working on a logistics application. With Delphi XE8 and TMS Maps.
Works great, but I have a problem with markers generated in the program.
The difficulty I'm having is that the markers are generated as desired except that I have a…

hewy
- 26
- 4