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

How to install a TMS component from old versions?

Previously I worked on a project in Delphi XE7 and now want to open and edit it in Delphi 10 Seattle. I had used TMS component pack but my old TMS is for Delphi XE7. Actually, I don't want to buy a newer version but want to use some of that old…
-1
votes
1 answer

Not able to compile a package in delphi 2007

I am working on a project which uses tms components. I have installed it and gave its source path in project options -> search path. But when i am trying to compile and run the program. I am getting the following errors. I tried to remove…
delsql
  • 601
  • 2
  • 7
  • 15
-1
votes
1 answer

TMS AdvMemo - SQL syntax highlighting - style not working

I'm making a small application which has a syntax highlight for SQL, by using TMS's TADvMemo and TAdvSQLMemoStyler components. I've changed the default LineComment ' property to -- to respect SQL comment syntax. The issue I have is that I can not…
RBA
  • 12,337
  • 16
  • 79
  • 126
-1
votes
2 answers

delphi - Save multiple records at once

Dont know how to formulate this exactly so bear with me please... I am saving text from a memo to a database with date selected in the PlannerCalendar1. Since I can select multiple dates in the PlannerCalendar1, how can I post the value of the memo…
user3181689
  • 241
  • 6
  • 22
-1
votes
1 answer

ProgresBar - display message after the bar reaches 100%

I am playing around with progress bars ... trying to display a message when the progress bar reaches the end of the line (100%) ( I used the Raize Status bar and TMS AdvProgressBar) For Raize, this code sample seem to work : procedure…
user763539
  • 3,509
  • 6
  • 44
  • 103
-1
votes
1 answer

How to highlight changed cells when updating a DBgrid?

Let's say I am showing stock prices, or sports scores, or movie attendance or something. Periodically, I will refresh the grid by Close() and then Open() of a query linked to its associated datasource. I know how to owner draw a cell with…
Mawg says reinstate Monica
  • 38,334
  • 103
  • 306
  • 551
-1
votes
1 answer

Adding new property to TMS control "TAdvSmoothDock" but it doesn't appear in the Object Inspector

I'm trying to add a new property (Images: TImageList) to the TMS Control "TAdvSmoothDock" but the property doesn't appear in the Object Inspector I defined it under "Published" as following : Published property Images: TImageList read GetImages…
user1512094
  • 611
  • 2
  • 10
  • 23
-2
votes
2 answers

Delphi - TPlannerMonthView set Item Color

im trying build a darkmode for my programm and now i have again a problem with the PlannerMonthView from TMS. You can change close to any color of the Month Planner but not the Item Color. Does anyone know how to change it to a diffrent Color like…
Daniel1999
  • 21
  • 4
-3
votes
1 answer

What is the importance of rule ids in Ensighten

In Ensighten, I could see rule ids in each generated tag code. What is the importance of rule ids?
Ramesh
  • 35
  • 5
-3
votes
1 answer

Reset itemindex of an item in AdvOfficeRadioGroup1 (TMS component)

How can I set the item index of an item in AdvOfficeRadioGroup1 to -1 when I uncheck the checkbox? Unchecking disables the items but the selection is still visible. Edit :
user763539
  • 3,509
  • 6
  • 44
  • 103
-4
votes
2 answers

How can i change click function when clicked second time

Basically i got dynamic buttons has same click event. When i click different button i have to show some different panel. i did that but user/me can't hide the panels i showed up. So i think if i can learn lets say i have number one button and number…
1 2 3
8
9