ImageEn for Delphi and C++ Builder ImageEn for Delphi and C++ Builder

 

ImageEn Forum
Profile    Join    Active Topics    Forum FAQ    Search this forumSearch
 All Forums
 ImageEn Library for Delphi, C++ and .Net
 ImageEn and IEvolution Support Forum
 skinning question

Note: You must be registered in order to post a reply.
To register, click here. Registration is FREE!

View 
UserName:
Password:
Format  Bold Italicized Underline  Align Left Centered Align Right  Horizontal Rule  Insert Hyperlink   Browse for an image to attach to your post Browse for a zip to attach to your post Insert Code  Insert Quote Insert List
   
Message 

 

Emoji
Smile [:)] Big Smile [:D] Cool [8D] Blush [:I]
Tongue [:P] Evil [):] Wink [;)] Black Eye [B)]
Frown [:(] Shocked [:0] Angry [:(!] Sleepy [|)]
Kisses [:X] Approve [^] Disapprove [V] Question [?]

 
Check here to subscribe to this topic.
   

T O P I C    R E V I E W
pierrotsc Posted - Oct 20 2014 : 00:24:57
is it possible to skin the open/save/print dialog with devexpress ?
Thanks.
Pierre
13   L A T E S T    R E P L I E S    (Newest First)
pierrotsc Posted - Oct 24 2014 : 02:00:14
thank you..will do
xequte Posted - Oct 23 2014 : 23:07:01
Hi Pierre

At the start, change:

{$IFDEF IEINCLUDEPRINTDIALOGS}

To:

{.$IFDEF IEINCLUDEPRINTDIALOGS}


And at the end, change:

{$ELSE} // {$ifdef IEINCLUDEPRINTDIALOGS}
interface
implementation
{$ENDIF}

to:

(*
{$ELSE} // {$ifdef IEINCLUDEPRINTDIALOGS}
interface
implementation
{$ENDIF}
*)

Then close and reopen the unit.

Nigel
Xequte Software
www.xequte.com
nigel@xequte.com
pierrotsc Posted - Oct 23 2014 : 17:29:37
i see 3 printing forms. what is the code i have to comment to be able to see the forms? i do not want to mess up.
thanks
Pierre
pierrotsc Posted - Oct 21 2014 : 23:33:54
thank you. i am trying to see if i can migrate all my old codes to xe2. right now i am having issues with dmath.
xequte Posted - Oct 21 2014 : 21:51:24
Hi Pierre

ImageEn v5.2.0 has just been released which supports VCL themes if you enable it in ie.inc. However, as you say XE2 or newer is needed for theme support.

The open/save dialogs are standard Windows dialogs, so cannot be altered, however the print dialogs are all forms, and you can modify them in your source folder (just remember to remove the defines so you can view the form in the IDE).


Nigel
Xequte Software
www.xequte.com
nigel@xequte.com
pierrotsc Posted - Oct 21 2014 : 16:35:12
i can try slowly then to see if i can indeed migrate. i am using graphics 32 routines too and that have not been upgraded in a while.
w2m Posted - Oct 21 2014 : 06:41:41
Old code can be updated as well. Its time to move up. Your could move up and gradually convert the old code as time permits while leaving your old version installed as well. Eventually you will have an app with a number of new features.

Bill Miller
Adirondack Software & Graphics
Email: w2m@hughes.net
EBook: http://www.imageen.com/ebook/
Custom Commercial ImageEn Development
pierrotsc Posted - Oct 21 2014 : 06:39:39
I know but i have old code i use that are not developed anymore and do not run on newer version.That's ok. I can live without the skins. It would be good if the imageen dialogs were forms so i could drop a component onto them for skinning :)
Pierre
w2m Posted - Oct 21 2014 : 06:21:41
Pierre,

Your Delphi is getting old. If you install the latest version you will gain many things that the newer versions offer including theming.

Bill Miller
Adirondack Software & Graphics
Email: w2m@hughes.net
EBook: http://www.imageen.com/ebook/
Custom Commercial ImageEn Development
pierrotsc Posted - Oct 20 2014 : 16:59:09
XE2 and above :(
w2m Posted - Oct 20 2014 : 05:19:31
Try this:
http://theroadtodelphi.wordpress.com/vcl-style-utils/

Vcl.Styles.Utils is a open source set of utilities that augment vcl styles. In fact some of this code has been added to Delphi itself.

It is troublesome that Embarcadero has not fully implemented vcl.styles by now so that more components are styled. This is the only way to style some components that I know of.

It is not perfect but they continually are improving it.

Bill Miller
Adirondack Software & Graphics
Email: w2m@hughes.net
EBook: http://www.imageen.com/ebook/
Custom Commercial ImageEn Development
pierrotsc Posted - Oct 20 2014 : 02:09:46
oh well...thanks..
xequte Posted - Oct 20 2014 : 02:00:08
Hi Pierre

No, I'm afraid that's not supported.


Nigel
Xequte Software
www.xequte.com
nigel@xequte.com