Board index » delphi » Writing an app for wisthler

Writing an app for wisthler

As you should all know, with whistler applications will be skinnable.
Buttons, windows, ...

So in delphi 5, is it possible (and how) to write an application that will
use the whistler current skin ?

Thanks

 

Re:Writing an app for wisthler


Quote
In article <990195398.769...@toffoli.webstore.fr>, Sinvael Soulblade wrote:
> As you should all know, with whistler applications will be skinnable.
> Buttons, windows, ...

You can load Microsoft approved skins yes. But whether you can skin in
applications yourself, is not certain yet.

Re:Writing an app for wisthler


What do you mean ?
I want to load whistler skins in my applications, that could be done isnt it
?
I want my buttons, bars, ... look like whistler objects.

Any idea ?

Thanks

"Marco van de Voort" <mar...@toad.stack.nl> a crit dans le message news:
slrn9gmv5r.11iq.mar...@toad.stack.nl...

Quote
> In article <990195398.769...@toffoli.webstore.fr>, Sinvael Soulblade
wrote:
> > As you should all know, with whistler applications will be skinnable.
> > Buttons, windows, ...

> You can load Microsoft approved skins yes. But whether you can skin in
> applications yourself, is not certain yet.

Re:Writing an app for wisthler


Quote
In article <990631070.677...@toffoli.webstore.fr>, Sinvael Soulblade wrote:
> What do you mean ?
> I want to load whistler skins in my applications, that could be done isnt it
> ?

You mean in non Whistler windows versions? Skins are afaik not a generic
format, and I bet in the new application they'll change. However the
standard buttons etc might come as an comctl (ocx or DLL can't remember)
file for use on the other platforms.

If you mean loading your own skins IN Whistler: According to some sources:
No. The skinning system only allows to load signed skins from Microsoft. But
these things are easily changed between beta and final release. So nothing
is sure yet. (Maybe Microsoft doesn't want custom skins to emerge too early
because it could ruin its Plus! packet introduction or so)

Re:Writing an app for wisthler


So, I will try to explain better.

For now, if I am writting a delphi 5 app, with the standard delphi 5
objects, when I launch my application under whistler all my objects are not
skinned. So what I want is writing a delphi application for whistler
platform, that use the whistler skins.

I want my software to run IN whistler, and use the current whistler skin.
Because by default delphi do not do that.

Thanks.

"Marco van de Voort" <mar...@toad.stack.nl> a crit dans le message news:
slrn9gpn9e.2snr.mar...@toad.stack.nl...

Quote
> In article <990631070.677...@toffoli.webstore.fr>, Sinvael Soulblade
wrote:
> > What do you mean ?
> > I want to load whistler skins in my applications, that could be done
isnt it
> > ?

> You mean in non Whistler windows versions? Skins are afaik not a generic
> format, and I bet in the new application they'll change. However the
> standard buttons etc might come as an comctl (ocx or DLL can't remember)
> file for use on the other platforms.

> If you mean loading your own skins IN Whistler: According to some sources:
> No. The skinning system only allows to load signed skins from Microsoft.
But
> these things are easily changed between beta and final release. So nothing
> is sure yet. (Maybe Microsoft doesn't want custom skins to emerge too
early
> because it could ruin its Plus! packet introduction or so)

Re:Writing an app for wisthler


Quote
In article <990782453.537...@toffoli.webstore.fr>, Sinvael Soulblade wrote:
> So, I will try to explain better.

> For now, if I am writting a delphi 5 app, with the standard delphi 5
> objects, when I launch my application under whistler all my objects are not
> skinned. So what I want is writing a delphi application for whistler
> platform, that use the whistler skins.

> I want my software to run IN whistler, and use the current whistler skin.
> Because by default delphi do not do that.

You could try to download the Platform SDK, and substitute the windows
calls in the VCL with newer ones, and recompile the VCL.

Re:Writing an app for wisthler


http://windowsxp.devx.com/ has some articles on skins if I remember
correctly. It is from a programming pespective.

Dale

"Marco van de Voort" <mar...@toad.stack.nl> wrote in message
news:slrn9haci5.2dll.marcov@toad.stack.nl...

Quote
> In article <990782453.537...@toffoli.webstore.fr>, Sinvael Soulblade
wrote:
> > So, I will try to explain better.

> > For now, if I am writting a delphi 5 app, with the standard delphi 5
> > objects, when I launch my application under whistler all my objects are
not
> > skinned. So what I want is writing a delphi application for whistler
> > platform, that use the whistler skins.

> > I want my software to run IN whistler, and use the current whistler
skin.
> > Because by default delphi do not do that.

> You could try to download the Platform SDK, and substitute the windows
> calls in the VCL with newer ones, and recompile the VCL.

Other Threads