Fool's Gold DX

Comin' Soon........

Waitin for word from Tim on this one!

8,286 views 21 replies
Reply #1 Top

:grin:  

Reply #2 Top

Looks good, Jim. No Foolin'.  X| XD

Reply #3 Top

Thanks, Doc. And thanks for testing....Check yer mail.

Reply #4 Top

     My comment was after checking this morning, Jim.... 

Reply #5 Top

And weather too...!!

 

Reply #6 Top

Nice work, Jim! I have a question for you... Is it possible for the end-user to change the fonts in a DX skin. I like to try and use the same fonts in all of my apps.

Reply #7 Top

Looking good Jim, I will add these to the suiite once they get uploaded.  Very nice work.  :thumbsup:

Reply #8 Top

My comment was after checking this morning, Jim....

Well, check again........<_<

Reply #9 Top

Quoting karmat, reply 6
Nice work, Jim! I have a question for you... Is it possible for the end-user to change the fonts in a DX skin. I like to try and use the same fonts in all of my apps.

Yes you can change the fonts, but it will be a lot of work. You have to do it at each text object, there is no way to change it all at once. Sorry.

For instructions on how to do it, email me.

Tutorials here.  https://forums.wincustomize.com/311734

https://forums.wincustomize.com/334889

Reply #10 Top

seems a widget arrived in the late morning post, wot Jeeves?

 

Reply #11 Top

Quoting karmat, reply 6
Nice work, Jim! I have a question for you... Is it possible for the end-user to change the fonts in a DX skin. I like to try and use the same fonts in all of my apps.
It might actually be possible using the setFont object in a new object to cycle through all exiisting objects and set their font attributes.

Object.SetFont
also Object.States("name").SetFont

Let you assign all font settings at once.
Syntax:
Object.SetFont fontName, size, boolBold, boolItalic, boolUnderline, boolStrikeOut, lfCharSet

You can leave the last parameter = 0

Object.FontName, Object.FontSize, Object.FontBold, Object.FontItalic, Object.FontUnderline, Object.FontStrikeout
also Object.States("name").FontName, Object.States("name").FontSize, Object.States("name").FontBold, Object.States("name").FontItalic, Object.States("name").FontUnderline, Object.States("name").FontStrikeout

I can look for a script but a request to one of the masters might work better.

 

 

+1 Loading…
Reply #12 Top

Quoting Zubaz, reply 11



Quoting karmat,
reply 6
Nice work, Jim! I have a question for you... Is it possible for the end-user to change the fonts in a DX skin. I like to try and use the same fonts in all of my apps.It might actually be possible using the setFont object in a new object to cycle through all exiisting objects and set their font attributes.


Object.SetFont
also Object.States("name").SetFont

Let you assign all font settings at once.
Syntax:
Object.SetFont fontName, size, boolBold, boolItalic, boolUnderline, boolStrikeOut, lfCharSet

You can leave the last parameter = 0

Object.FontName, Object.FontSize, Object.FontBold, Object.FontItalic, Object.FontUnderline, Object.FontStrikeout
also Object.States("name").FontName, Object.States("name").FontSize, Object.States("name").FontBold, Object.States("name").FontItalic, Object.States("name").FontUnderline, Object.States("name").FontStrikeout

I can look for a script but a request to one of the masters might work better.

 

 

Are you a coder Zu? Cool!!  I didn't know that.

Reply #13 Top

Are you a coder Zu? Cool!! I didn't know that.
I'm many things my friend.  I've been using DX since Alberto wrote it and making it break in many, creative, ways.  It's possible that I could make somethign work . . but with my typing skills . . debugging takes twice as long.  :)

Let's see if a master can pass by and do some real good.

Reply #14 Top

Is it possible for the end-user to change the fonts in a DX skin.
I do it quite often but it is a bit tedious doing it the present way,one text object at a time.

It might actually be possible using the setFont object in a new object to cycle through all exiisting objects and set their font attributes.
  Absolutely brilliant idea Zubaz! 5* I hope it can be done.What a time saver that would be.

Reply #15 Top

Let's see if a master can pass by and do some real good.

I'll draw sViz's attention to this thread.

Reply #16 Top

Thanks Jim, Zubaz and sViz (in advance). Over the holidays, I'll go through the tutorials and see if I can figure it out, but if an easy fix can be had, I'm all for it! I'm sure I'll be back with questions.

Reply #17 Top

Bumpity...bump.

Reply #18 Top

Hey guys! It is in the gallery....go get it!!   :grin:

Reply #19 Top

Never got the chance to thank you for doing this, Jim. Great job! 5* 5* 5* 5* 5*

 

Link to this and the weather has been added to the WB skin description.

+1 Loading…
Reply #20 Top

Thanks, Tim. Good to see you!

Reply #21 Top

Argh, you've totally outclassed my WIP effort at a black & yellow/orange theme...

Fantastic work Jim.