-
Using the current state of sources in submission (as of Dec 15, 2006) I'm noting that the build does include stop.tga as one of the files to be copied into the Resources folder upon build. Also the ASL 1.0.22 Begin distro for the mac includes stop.tga in the Resources folder. While I don't recall explicitly fixing this issue at any time, it was fixed at some point between .21 and .22. If this is...
2006-12-15 18:41:25 UTC in Adobe Source Libraries
-
The widgets have been refactored and this has been removed. changelist 1361 for ASL 1.0.23.
2006-12-14 18:54:04 UTC in Adobe Source Libraries
-
this has been fixed.
2006-12-14 18:44:49 UTC in Adobe Source Libraries
-
Highlights of this release include:
* Replaced value_t with a superior any_regular_t implementation
* Significant improvements have been made to numerous widget implementations on both platforms, as well as improved modal dialog behavior
* Significant GIL updates; please see the Release Notes
* Added a Cocoa <-> Carbon bridge to allow for Cocoa routines within the...
2006-11-03 01:46:14 UTC in Adobe Source Libraries
-
Logged In: YES
user_id=1214256
When the sheet initially sets the value of the view, type 2
debouncing is enabled. Then the immediately following
operation by that controller is debounced mistakenly. (This
is the symptom described above.)
The fix is to add a 'first time' flag to the debounce
implementation, thus shorting that effect for the first time
the controller tries to manipulate...
2006-09-27 17:50:06 UTC in Adobe Source Libraries
-
Logged In: YES
user_id=1214256
The fix was to change the the debounce type to double. The
rationale is that if the debounce value is the formatted
string then the real value will be clipped by the formatter.
This will cause the value to be converted to an incorrect
scaled value should it be needed by a scaled unit. This was
found when incrementing a value stored in units celsius by...
2006-09-25 21:56:12 UTC in Adobe Source Libraries
-
Logged In: YES
user_id=1214256
The issue is that bind_controller_enabler presumes the cell
will exist in the Adam sheet, when this is not always the
case. The longer term fix is to make basic_sheet actually be
a model for the (yet to be fleshed out) property model
concept (e.g. being able to handle enablement aspects of
controllers).
2006-09-07 21:34:35 UTC in Adobe Source Libraries
-
The system isn't binding to cells that are in the
layout_sheet -- if it's not finding the cell it wants
in the Adam sheet, it'll fail altogether, even if the
cell exists in the layout sheet.
A sample of this is the first mini_image_size file, or
the optional_panel example.
2006-09-07 20:50:50 UTC in Adobe Source Libraries
-
In the case when an edit_number widget has been
disabled on Mac OS X, it is still possible to click on
the label of the widget to access and utiltize the
semitransparent scrubby slider, thus modifying the
value of the widget. It should not be allowed.
2006-08-15 19:04:16 UTC in Adobe Source Libraries
-
radio_button_t does not look in the layout sheet
(basic_sheet) to find a cell to bind against. It
presumes the cell to which it is to be bound will be in
the property model itself. While this isn't a major
issue (why use a radio button for view state
information?) it should be available to the user.
2006-08-11 19:33:48 UTC in Adobe Source Libraries