Opened 15 years ago

Closed 15 years ago

#3494 closed bug (fixed)

BTextControl does not respond to scripting commands

Reported by: matjako Owned by: anevilyak
Priority: normal Milestone: R1
Component: Kits/Interface Kit Version: R1/pre-alpha1
Keywords: Cc:
Blocked By: Blocking:
Platform: All

Description

BTextControl instances seem not to reply when issued any scripting command from suite/vnd.Be-control (although it is a BControl descendant). This is a compatibility issue.

Change History (4)

comment:1 by anevilyak, 15 years ago

Owner: changed from axeld to anevilyak
Status: newassigned

comment:2 by anevilyak, 15 years ago

Please check with hrev29360.

comment:3 by matjako, 15 years ago

I did some research regarding TODO. BTextControl needs only to implement one feature differently from the vanilla BControl scripting to be compatible with BeOS R5: "Value" property needs to get/set BTextControl's Text() as B_STRING_TYPE. This seems to be undocumented since "Value" is listed as an integer in suite/vnd.Be-control, but it does make sense. Other than that, BTextControl shoul simply pass-through all the business to BControl members without intervention (that's already fixed).

comment:4 by anevilyak, 15 years ago

Resolution: fixed
Status: assignedclosed

Should be fixed in hrev29982.

Note: See TracTickets for help on using tickets.