3/16/2026 7:30:00 AM
|
| |
| slxdeveloper.com Community Forums |
|
| |
|
|
The Forums on slxdeveloper.com are now retired. The forum archive will remain available for the time being. Thank you for your participation on slxdeveloper.com!
Forum to discuss writing script in Architect plugins for SalesLogix & general SalesLogix customization topics (for Windows client only). View the code of conduct for posting guidelines.
|
|
|
|
variables in SalesLogix code
Posted: 13 May 09 6:33 PM
|
There are several variables that are used to control some color changes/assignments in SLX. clWindow, clRed, clWhite, etc.
Where are these variables defined? They obviously hold values, but I don't see anywhere these variables are assigned values. Are they embedded in the exe? part of Windows? Anyone know?
Thanks. |
|
|
|
Re: variables in SalesLogix code
Posted: 14 May 09 2:59 AM
|
These Constants (I wouldn't call them variable, as they don't change), are more than likely embeded into the executable (or a linked DLL), and most are actually Delphi Color Constant.
|
|
|
|
Re: variables in SalesLogix code
Posted: 14 May 09 10:10 AM
|
| Looking at SalesLogix.exe via Visual Studio Object Explorer shows that the colour constants are defined in the TxColor enumeration. |
|
|
|
You can
subscribe to receive a daily forum digest in your
user profile. View the site code
of conduct for posting guidelines.
Forum RSS Feed - Subscribe to the forum RSS feed to keep on top of the latest forum activity!
|
|
|
|
|
|
|
|