Welcome!

Welcome to the Official BlackBerry Support Community Forums. This is your resource to discuss support topics with your peers, and learn from each other. New to the forum? Please visit the ‘Getting Started’ link below.
inside custom component

Java Development

Reply
Developer
jtp5120
Posts: 298
Registered: ‎05-02-2010
My Carrier: Verizon
Accepted Solution

Does invalidating a Field without Event lock, invalidate the Field's manager?

This is probably a self-inflicted gunshot wound.

 

Does invalidating a Field without the event lock, invalidate the Field's manager?

 

In other words, if I invalidate one or more Fields individually, should I see any changes to the Field's manager?

 

Thanks.

--Todd

Windows 7 Enterprise 64-bit (6.1 Build 7600) | Java SE Runtime Environment (build 1.6.0_24-b07) | Eclipse Version: 3.6.2 [M20110210-1200] | BlackBerry Eclipse Plug-in: 1.3.0.201102031007-19 | Java Compiler level: 1.3 | Targeting devices running OS 5 | Simulators: JDE 5.0 packaged 9700, 9630, 9300
Please use plain text.
Developer
arkadyz
Posts: 2,268
Registered: ‎07-08-2009
My Carrier: various

Re: Does invalidating a Field without Event lock, invalidate the Field's manager?

No, invalidating the Field does not affect the manager. You must be confusing it with invalidating the Manager (does repaint all managed Fields) or doing updateLayout on the Field (which re-layouts the whole Screen).

----------------------------------------------------------
please click 'Accept Solution' on posts that provide the solution to the question you've posted. Don't say "Thanks", press 'Like' button instead!
Please use plain text.
Developer
jtp5120
Posts: 298
Registered: ‎05-02-2010
My Carrier: Verizon

Re: Does invalidating a Field without Event lock, invalidate the Field's manager?

Thank you. I stripped down to basics and found that updateLayout was the culprit. Yeesh, what a long day.
--Todd

Windows 7 Enterprise 64-bit (6.1 Build 7600) | Java SE Runtime Environment (build 1.6.0_24-b07) | Eclipse Version: 3.6.2 [M20110210-1200] | BlackBerry Eclipse Plug-in: 1.3.0.201102031007-19 | Java Compiler level: 1.3 | Targeting devices running OS 5 | Simulators: JDE 5.0 packaged 9700, 9630, 9300
Please use plain text.