Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » JFace » TableViewer and native looking widgets
TableViewer and native looking widgets [message #24083] Sat, 25 July 2009 19:59 Go to next message
Kai Schlamp is currently offline Kai SchlampFriend
Messages: 344
Registered: July 2009
Senior Member
Hello.

I read the blog entry of Tom Schindl about native looking widgets in a table viewer
( http://tom-eclipse-dev.blogspot.com/2007/01/tableviewers-and -nativelooking.html). I also tried the
JFace snippet.
But when I use it in my table viewer (in a dialog of my RCP app), the problem is that when makeShot
is called, the widgetS (from wich are images created) get visible for a short time at the corner of
the screen and the current control lost it's focus and regains it again. Thats not really reasonable
for the user.
Any solutions for that?

Regards,
Kai
Re: TableViewer and native looking widgets [message #24287 is a reply to message #24083] Mon, 27 July 2009 08:50 Go to previous message
Thomas Schindl is currently offline Thomas SchindlFriend
Messages: 6651
Registered: July 2009
Senior Member
Hi,

There's no other solution because you can't take a shot from something
invisible :-(

What I do in my applications is to make it part of the startup process
(the shot is made only once because it is restored in a static-variable)
because then the users is not interacting with the application.

Tom

Kai Schlamp schrieb:
> Hello.
>
> I read the blog entry of Tom Schindl about native looking widgets in a
> table viewer
> ( http://tom-eclipse-dev.blogspot.com/2007/01/tableviewers-and -nativelooking.html).
> I also tried the JFace snippet.
> But when I use it in my table viewer (in a dialog of my RCP app), the
> problem is that when makeShot is called, the widgetS (from wich are
> images created) get visible for a short time at the corner of the screen
> and the current control lost it's focus and regains it again. Thats not
> really reasonable for the user.
> Any solutions for that?
>
> Regards,
> Kai
Previous Topic:TextViewer and revealRange
Next Topic:TextViewer and change TextPresentation
Goto Forum:
  


Current Time: Thu Apr 25 03:42:35 GMT 2024

Powered by FUDForum. Page generated in 0.02742 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top