Skip to main content



      Home
Home » Eclipse Projects » Remote Application Platform (RAP) » DateTime Calendar RWT widget font problem
DateTime Calendar RWT widget font problem [message #499342] Fri, 20 November 2009 18:27 Go to next message
Eclipse UserFriend
Hi,

I'am using the latest RAP 1.3.0.20091110-1744 and having the following problem:

All the widgets created after DateTime(SWT.CALENDAR) creatinon have incorrect font. It looks like theme font is ignored during rendering of these widgets.

Here is the code:
Shell shell = new Shell(display);
shell.setLayout(new RowLayout(SWT.VERTICAL));
new Label(this, SWT.BORDER).setText("Look here for label font");
new DateTime(this, SWT.CALENDAR | SWT.BORDER);
new Label(this, SWT.BORDER).setText("Look here for label font");

I'am using "fancy" theme from examples.

Here is example image (left - DateTime with SWT.DATE, right - DateTime.SWT.CALENDAR):
http://img44.imageshack.us/img44/4726/datetime.png

Any help?
Re: DateTime Calendar RWT widget font problem [message #499354 is a reply to message #499342] Sat, 21 November 2009 03:38 Go to previous messageGo to next message
Eclipse UserFriend
Hi Dmitry,

thanks for pointing this out. It's fixed in CVS HEAD.

Best,
Ivan
Re: DateTime Calendar RWT widget font problem [message #499438 is a reply to message #499354] Sun, 22 November 2009 10:31 Go to previous message
Eclipse UserFriend
Thanks, Ivan
Previous Topic:RAP in iFrame
Next Topic:Load time RWT Application much slower after applying business theme
Goto Forum:
  


Current Time: Thu Jul 10 09:48:40 EDT 2025

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

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

Back to the top