[7.7.1] Main keyboard controller not hooked up when using #client:spec:(builder:)

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

[7.7.1] Main keyboard controller not hooked up when using #client:spec:(builder:)

Boris Popov, DeepCove Labs (SNN)

1.       Open clean visual.im

2.       Load the attached parcel

3.       Execute “EnterButton open”

4.       Hitting “Enter” key now does not invoke the default action

 

The issue is on line 17 of CompositePart>>client:spec:builder:

 

Current,

  aBuilder window == nil ifTrue: [aBuilder setWindow: self topComponent].

 

Fix (attached),

  aBuilder window == nil ifTrue: [aBuilder window: self topComponent].

 

As a side note, if SubCanvas is obsolete, UIBasics-Components should not be defining another implementation of #client:spec:builder: there.

 

-Boris

 

--

DeepCove Labs Ltd.

+1 (604) 689-0322

4th floor, 595 Howe Street

Vancouver, British Columbia

Canada V6C 2T5

http://tinyurl.com/r7uw4

 

PacNet Services (Europe) Ltd.

+353 (0)61 714-360

Shannon Airport House, SFZ

County Clare, Ireland

http://tinyurl.com/y952amr

 

CONFIDENTIALITY NOTICE

 

This email is intended only for the persons named in the message header. Unless otherwise indicated, it contains information that is private and confidential. If you have received it in error, please notify the sender and delete the entire message including any attachments.

 

Thank you.

 


_______________________________________________
vwnc mailing list
[hidden email]
http://lists.cs.uiuc.edu/mailman/listinfo/vwnc

EnterButton771.zip (4K) Download Attachment
CompositePart-clientspecbuilder.st (3K) Download Attachment
Reply | Threaded
Open this post in threaded view
|

Re: [7.7.1] Main keyboard controller not hooked up when using #client:spec:(builder:)

Reinout Heeck-2
Hi,

we ran into this problem too in VisualLauncher>>updateStatusBar. We have a VisualLauncherToolDock application that stopped working. Can you please make this into an AR and review for other occurrences of this problem.


Regards,

Cham
Soops

On 3-9-2010 13:20, Boris Popov, DeepCove Labs (SNN) wrote:

1.       Open clean visual.im

2.       Load the attached parcel

3.       Execute “EnterButton open”

4.       Hitting “Enter” key now does not invoke the default action

 

The issue is on line 17 of CompositePart>>client:spec:builder:

 

Current,

  aBuilder window == nil ifTrue: [aBuilder setWindow: self topComponent].

 

Fix (attached),

  aBuilder window == nil ifTrue: [aBuilder window: self topComponent].

 

As a side note, if SubCanvas is obsolete, UIBasics-Components should not be defining another implementation of #client:spec:builder: there.

 

-Boris

 

--

DeepCove Labs Ltd.

+1 (604) 689-0322

4th floor, 595 Howe Street

Vancouver, British Columbia

Canada V6C 2T5

http://tinyurl.com/r7uw4

 

PacNet Services (Europe) Ltd.

+353 (0)61 714-360

Shannon Airport House, SFZ

County Clare, Ireland

http://tinyurl.com/y952amr

 

CONFIDENTIALITY NOTICE

 

This email is intended only for the persons named in the message header. Unless otherwise indicated, it contains information that is private and confidential. If you have received it in error, please notify the sender and delete the entire message including any attachments.

 

Thank you.

 

_______________________________________________ vwnc mailing list [hidden email] http://lists.cs.uiuc.edu/mailman/listinfo/vwnc


_______________________________________________
vwnc mailing list
[hidden email]
http://lists.cs.uiuc.edu/mailman/listinfo/vwnc