08-01-2013, 03:50 AM,
(This post was last modified: 08-01-2013, 04:47 AM by Kool Kat.)
|
|
Kool Kat
Lieutenant General
|
Posts: 2,491
Joined: Aug 2006
|
|
RE: Tool Bar Buttons?
Hey Robert:
YES! Please add firing smoke and star shells to the tool bar button menu!
I never use the following tool bar buttons:
ON_ACTIVATE_AI
ON_ZOOMIN
ON_DISPLAYJUMP
ON_NEXTSTACK
Regards, Mike / "A good plan violently executed now is better than a perfect plan executed next week." - George S. Patton /
|
|
08-01-2013, 04:04 AM,
|
|
RE: Tool Bar Buttons?
(08-01-2013, 02:35 AM)Tiger 88 Wrote: I actually thought of that idea as well.... how cool would it be to "customize" your own tool bar?
Very cool.
even.
Quote:Is that even possible?
With this ancient codebase, with my current C++ coding skills, with my limited free time to do this? Impossible!
Next question?
|
|
08-02-2013, 07:56 AM,
|
|
Tiger 88
Captain
|
Posts: 411
Joined: Jul 2001
|
|
RE: Tool Bar Buttons?
What the hell - you can't blame a guy for asking - right?
Thanks!!
|
|
08-03-2013, 03:29 AM,
|
|
RE: Tool Bar Buttons?
(08-01-2013, 04:04 AM)berto Wrote: (08-01-2013, 02:35 AM)Tiger 88 Wrote: I actually thought of that idea as well.... how cool would it be to "customize" your own tool bar?
Is that even possible?
With this ancient codebase, with my current C++ coding skills, with my limited free time to do this? Impossible!
OTOH, given enough time -- into next year and beyond -- who knows what UI extensions I might eventually be able to achieve?
|
|
08-03-2013, 09:34 AM,
|
|
RE: Tool Bar Buttons?
Currently, and traditionally, the Campaign Series has explicitly supported, in the code, the following bygone-era Windows standard screen sizes:
If you didn't know, you would get fewer toolbar buttons as you move from 1024x768 to the smaller screen sizes. (Larger screen sizes of course present no problem.)
Questions: Does anybody really still use
especially the first of those two. If so, please speak up.
As we move to add more icons/buttons to the game engine toolbar, we need to know how important it is for us to account for these earlier, bygone-era screen sizes.
|
|
08-03-2013, 12:33 PM,
|
|
Scud
Mister Moderator
|
Posts: 4,119
Joined: Feb 2008
|
|
RE: Tool Bar Buttons?
(08-03-2013, 09:34 AM)berto Wrote: Questions: Does anybody really still use
Not me. I'm using a laptop plugged into a 21 inch flatscreen at the moment (1680x1050), but am thinking of a 27" or larger soon. Old eyes.
Dave
Resolve then, that on this very ground, with small flags waving and tinny blasts on tiny trumpets, we shall meet the enemy, and not only may he be ours, he may be us. --Walt Kelly
|
|
08-03-2013, 07:43 PM,
|
|
Wolfman
Warrant Officer
|
Posts: 275
Joined: Jan 2002
|
|
RE: Tool Bar Buttons?
I'm still a Dinosaur on 1024 x 768 on a 17" Monitor, hoping to upgrade as and when finances allow.
|
|
08-03-2013, 09:29 PM,
|
|
RE: Tool Bar Buttons?
(08-03-2013, 07:43 PM)Wolfman Wrote: I'm still a Dinosaur on 1024 x 768 on a 17" Monitor, hoping to upgrade as and when finances allow.
That's okay. We are thinking of establishing 1024x768 as the new minimum. Smaller display than that, you are SOL.
|
|
08-07-2013, 12:04 AM,
|
|
RE: Tool Bar Buttons?
I never use the following:
ON_ACTIVATE_AI
ON_ZOOMIN
ON_DISPLAYJUMP
ON_NEXTSTACK
Please do not remove ON_DOUBLETIME.
|
|
|