• Blitz Shadow Player
  • Caius
  • redboot
  • Rules
  • Chain of Command
  • Members
  • Supported Ladders & Games
  • Downloads
Forums
Tool Bar Buttons? - Printable Version

+- Forums (https://www.theblitz.club/message_boards)
+-- Forum: The Firing Line (https://www.theblitz.club/message_boards/forumdisplay.php?fid=1)
+--- Forum: Campaign Series (https://www.theblitz.club/message_boards/forumdisplay.php?fid=8)
+--- Thread: Tool Bar Buttons? (/showthread.php?tid=64720)

Pages: 1 2 3


RE: Tool Bar Buttons? - Kool Kat - 08-01-2013

Hey Robert: Smoke7

YES! Please add firing smoke and star shells to the tool bar button menu! Big Grin

I never use the following tool bar buttons:

ON_ACTIVATE_AI
ON_ZOOMIN
ON_DISPLAYJUMP
ON_NEXTSTACK


RE: Tool Bar Buttons? - berto - 08-01-2013

(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.

Awesome

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!

ROTFLMAO

Next question?

Big Grin2


RE: Tool Bar Buttons? - Scud - 08-01-2013

lol. Big Grin


RE: Tool Bar Buttons? - Tiger 88 - 08-02-2013

What the hell - you can't blame a guy for asking - right?

Thanks!!


RE: Tool Bar Buttons? - berto - 08-03-2013

(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!

ROTFLMAO

OTOH, given enough time -- into next year and beyond -- who knows what UI extensions I might eventually be able to achieve? Helmet Wink


RE: Tool Bar Buttons? - berto - 08-03-2013

Currently, and traditionally, the Campaign Series has explicitly supported, in the code, the following bygone-era Windows standard screen sizes:
  • 640x480
  • 800x600
  • 1024x768
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
  • 640x480?
  • 800x600?
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.


RE: Tool Bar Buttons? - Scud - 08-03-2013

(08-03-2013, 09:34 AM)berto Wrote: Questions: Does anybody really still use
  • 640x480?
  • 800x600?

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. Smile

Dave


RE: Tool Bar Buttons? - Wolfman - 08-03-2013

I'm still a Dinosaur on 1024 x 768 on a 17" Monitor, hoping to upgrade as and when finances allow.


RE: Tool Bar Buttons? - berto - 08-03-2013

(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.


RE: Tool Bar Buttons? - CaptainHuge - 08-07-2013

I never use the following:

ON_ACTIVATE_AI
ON_ZOOMIN
ON_DISPLAYJUMP
ON_NEXTSTACK

Please do not remove ON_DOUBLETIME.