Jump to content


knightware

Member Since 29 Aug 2007
Offline Last Active Oct 27 2007 06:42 PM
-----

Topics I've Started

AV in NxPageControl in a TFrame

04 October 2007 - 02:46 PM

I am getting an Access Violation with the NxPageControl when it is placed in a TFrame descendant. I am using C++ Builder 2007 Professional.
  • If I place a frame in a form and drop a NxPageControl on the frame, I can run the program and close it without a problem.
  • If I add a NxTabSheet to the NxPageControl and run it then close the program, I get an AV somewhere in the TNxCustomNotebook destructor.
  • If I place the NxPageControl and NxTabSheet directly on a form, there is no problem.
I am using frames extensively in my product and I like the appearance of the NxPageControl very much. I hope there is a solution sad.gif

- Phyllis

Problem with NxSpinEdit Precision

13 September 2007 - 06:09 PM

I am using a NxSpinEdit control to display a float value with Precision = 0. If I assign a non-integer value to the control (for example 1.11), the control shows 1.11 instead of 1. If Precision is non-zero, the value is displayed with the correct Precision. I have not found a workaround.

- Phyllis