Opened 16 years ago
Closed 15 years ago
#3789 closed enhancement (fixed)
Rewrite DataTranslation using the Layout API.
Reported by: | maxime.simon | Owned by: | leavengood |
---|---|---|---|
Priority: | normal | Milestone: | R1 |
Component: | Preferences/DataTranslations | Version: | R1/pre-alpha1 |
Keywords: | Cc: | ||
Blocked By: | Blocking: | ||
Platform: | All |
Attachments (1)
Change History (4)
by , 16 years ago
comment:1 by , 16 years ago
DataTranslation now works with both layout and non-layout translators.
For layout translators a piece of code is needed in the ConfigView:
BFont font; GetFont(&font); SetExplicitPreferredSize(BSize((font.Size() * 400)/12, (font.Size() * 200)/12));
We ask for the an explicit preferred size which we use in DataTranslation to resize the window. This size has to be font sensitive (like in the piece of code above).
comment:2 by , 15 years ago
Owner: | changed from | to
---|---|
Status: | new → assigned |
Taking ownership as I applied the patch.
comment:3 by , 15 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Patch applied and therefore bug fixed in hrev35768. Sorry for the delay Maxime!
Note:
See TracTickets
for help on using tickets.
Rewriting of DataTranslation using the ALM Layout.