Ticket #13 (closed defect: fixed)

Opened 8 months ago

Last modified 8 months ago

Float Spinners / Snippet190 / setDigits problem

Reported by: baxissimo Assigned to: keinfarbton
Priority: major Milestone: dwt-win-3.3-01
Component: dwt-win Version:
Keywords: Cc:

Description

Snippet190 (for which I sent a bundle to Frank B.) is supposed to implement a floating point spinner. That's what it says, but actually it implements a fixed point spinner. Anyway, it doesn't work properly on Windows for some reason.

It draws the first digit, but not the rest. However if you use the spinbuttons it prints out the proper value to stdout. So it knows what value it has, it just isn't getting that to the output field properly.

Change History

04/06/08 12:36:49 changed by keinfarbton

I tested it on linux, and it has a problem here also.

04/06/08 15:06:02 changed by keinfarbton

  • status changed from new to closed.
  • resolution set to fixed.

Fixed on windows and linux.