-
Could you enclude a runnable example so we can see
the opentheme working.
2005-10-12 06:11:46 UTC by nobody
-
Logged In: YES
user_id=477354
I don't think the SharpDevelop is able to take the VS.Net
resource file. The project is developed with VS.Net.
I think the only way to fix the problem is to compile with
VS.Net or modify the code to import images in some other way.
2005-01-27 04:38:14 UTC by weiqj
-
Logged In: YES
user_id=257433
I believe the problem is taht there are no images in the
image lists. Does that sound right?.
2005-01-20 21:14:24 UTC by bwinfrey
-
Logged In: YES
user_id=257433
I believe the problem is taht there are no images in the
image lists. Does that sound right?.
2005-01-20 18:07:38 UTC by bwinfrey
-
Line 1861 in ThemePackExplorer.cs
this._ExplorerImageList.ImageStream =
((System.Windows.Forms.ImageListStreamer)(resources.GetObject("_ExplorerImageList.ImageStream")));
Generated this exception at run time.
An unhandled exception of type
'System.Resources.MissingManifestResourceException'
occurred in mscorlib.dll
Additional information: Could not find any resources
appropriate...
2005-01-20 17:43:58 UTC by bwinfrey
-
Modified the implementation of ThemeFont and TextBox (Font calculation takes a lot of time). Now the performance has been increased by at least an order of magnititude.
I'm still hesitating whether or not to improve the speed further because it will end up adding two status variables to the base class. It's already fast right now and I don't see any reason to make the response a few...
2004-11-02 01:28:27 UTC by weiqj
-
Change Log:
1. Completed the mouse event handling logic in ThemeControl, OpenThemeHScrollBar and OpenThemeVScrollBar.
2. Fixed some minor bugs in ThemeEditor
3. Finished a pretty HScrollBar and VScrollBar in demo ThemePack.
4. Next step will be a major performance tuning. Now it takes a lot of CPU time to RecalculateLayout. It's not difficult to speed it up by a factor of 10 times.
Read...
2004-10-31 17:01:22 UTC by weiqj
-
Change log:
1. Fixed mouse event handling bugs
2. Added more stuff to ScrollBars
3. Modified the HScrollBar in damo ThemePack to make it prettier.
2004-10-30 04:27:42 UTC by weiqj
-
Change log:
1. Fixed serialization problem on some localizations
2. Implemented event model
3. ThemeControl Windows form control integration.
4. Preview window in ThemeEditor
Try to use Preview Window in ThemeEditor to preview the "MainScreen" and "ButtonTemplate". Try to move mouse around, press mouse button etc. You will be amazed.
2004-10-28 03:15:05 UTC by weiqj
-
OpenTheme is an XML based GUI toolkit. Although it's originally designed for full screen GUI, it is also good for Windowed user interface.
The package contains a foundation class for developer and a visual design tool.
It supports layout management of multi-layer graphics with arbitary look-and-feel and localization.
2004-10-21 02:40:36 UTC by weiqj