08-31-2023, 02:07 PM
I have nice improvement on font I am calling "brick" also modified the 4:
b = b + ...
Fall Banner Contest?
|
08-31-2023, 02:07 PM
I have nice improvement on font I am calling "brick" also modified the 4:
b = b + ...
08-31-2023, 03:26 PM
(08-31-2023, 01:22 PM)bplus Wrote:(08-31-2023, 01:03 PM)grymmjack Wrote:...(08-31-2023, 12:27 PM)dbox Wrote: You could also use _ResizeWidth and _ResizeHeight to get the size of the current canvas before you call Screen without the need to Import the web library...That does not seem to resize to fit the content to the IFRAME though, like without scroll bars, etc. I cannot say for certain, that's a great point. Let me setup the staging server with the QBJS banner idea I have tonight. I'm at work right now, and cannot do it until later.
08-31-2023, 07:25 PM
I pretty much have to stick to 1400 x 256 because _Putimage and other things start acting weird in QBJS with the shrinking screen trick.
Here is update with Logo finally working: I cleared trees on right for one uncluttered Logo display. KP should be happy :-))
b = b + ...
08-31-2023, 08:32 PM
Call it paranoia... but, having "QB64pe" AND "fall" together like that... I dunno.... lol
Regardless... It is a cool banner... Nicely done!
May your journey be free of incident. Live long and prosper.
08-31-2023, 09:19 PM
thanks johnno56
I've brightened it up and made more room for Logo:
b = b + ...
08-31-2023, 11:19 PM
(08-31-2023, 09:19 PM)bplus Wrote: thanks johnno56 Did you get Council approval to remove those trees ???
Of all the places on Earth, and all the planets in the Universe, I'd rather live here (Perth, W.A.)
Please visit my Website at: http://oldendayskids.blogspot.com/
08-31-2023, 11:31 PM
Thanks guys, tomorrow I move the leaves hopefully.
LOL Council approval or not
b = b + ...
08-31-2023, 11:53 PM
OK staging is up and yes it works @bplus @dbox
Check out staging with qbjs banner Design your banner using 1400 x 256 as you have been, or whatever size, then before you release it, we use this code instead for your constants: Code: (Select All) Const xmx = _ResizeWidth - 2 '1400 |
« Next Oldest | Next Newest »
|