Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Fall Banner Contest?
#31
I have nice improvement on font I am calling "brick" also modified the 4:
   
b = b + ...
Reply
#32
(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.
...

But my question is: Will that mini QBJS version in QBJS work for the banner? I guess that question goes to @grymmjack because he is the one who needs to get it working in server. Also I am not understanding what was wrong with original Const xmx, ymx at 1400, 256? It won't fit my screen but I can move the screen around in both QB64 and QBJS to see all of it.

PS I really want to work code out in QB64 editor and test code there first but the $IF WEB ... works for me too.

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.
grymmjack (gj!)
GitHubYouTube | Soundcloud | 16colo.rs
Reply
#33
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 + ...
Reply
#34
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.
Reply
#35
thanks johnno56 Smile

I've brightened it up and made more room for Logo:
   
b = b + ...
Reply
#36
Ooh that one is nice @bplus (the lighter one).

@johno56 - feel free to substitute Fall with Autumn Tongue
grymmjack (gj!)
GitHubYouTube | Soundcloud | 16colo.rs
Reply
#37
(08-31-2023, 09:19 PM)bplus Wrote: thanks johnno56 Smile

I've brightened it up and made more room for Logo:

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.) Big Grin
Please visit my Website at: http://oldendayskids.blogspot.com/
Reply
#38
That looks nice, bplus!

- Dav

Find my programs here in Dav's QB64 Corner
Reply
#39
Thanks guys, tomorrow I move the leaves hopefully.

LOL Council approval or not Smile
b = b + ...
Reply
#40
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
Const ymx = _ResizeHeight - 5 '256
Cheers
grymmjack (gj!)
GitHubYouTube | Soundcloud | 16colo.rs
Reply




Users browsing this thread: 2 Guest(s)