Jump to content

Recommended Posts

Posted

I am currently using _ChooseFont and _ChooseColor for my application. I was wondering if there is a tool to that does both (yes the Choosefont does let me select Basic colors but I need the custom colors that exist in ChooseColor. So are there any combined tools out there?

Thanks in advance for pointing me in the correct direction.

  • Moderators
Posted (edited)

I'm confused as to what exactly you're after. Are you looking to simply prompt for both, like so?

#include <Array.au3>
#include <Misc.au3>

Local $a_Choice = _ChooseFont("Arial", 8) & _ChooseColor(0, 255, 0)
    _ArrayDisplay($a_Choice)
Edited by JLogan3o13

"Profanity is the last vestige of the feeble mind. For the man who cannot express himself forcibly through intellect must do so through shock and awe" - Spencer W. Kimball

How to get your question answered on this forum!

Posted

I was wondering if there was a single gui interface that had both the font options on it and the custom color palet. instead of having two different gui windows.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...