Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Help a lazy developer!
#9
(10-16-2023, 12:51 PM)bplus Wrote:
(10-16-2023, 01:00 AM)James D Jarvis Wrote: _PRINTSTRING (x,y,imagehandle),string

May I ask: If we can have output directing to image handles... why not another window?  Don't really need a complex event model in QB64 for that do we?    

Screen _newimage(W,H,mode),windowhandle       would be awesome, with windowhandle being managed for the QB64 programmer as any other image handle so pset(x,y),color,imagehandle could use the windowhandle similar to the imagehandle if making such modifications.

Might mess up the Screen default assumptions in old code, ie having to specify a screen handle to Screen command??? I don't know, just guessing at possible obstacles.

Overloaded subs/functions are already in use for the compiler aren't they?   It's fairly common in C/C++.  The default can just remain there. That's how the image handles would be added to other output commands, wouldn't it?
Reply


Messages In This Thread
Help a lazy developer! - by SMcNeill - 10-15-2023, 08:14 PM
RE: Help a lazy developer! - by NakedApe - 10-15-2023, 08:44 PM
RE: Help a lazy developer! - by bplus - 10-15-2023, 10:21 PM
RE: Help a lazy developer! - by TerryRitchie - 10-15-2023, 11:33 PM
RE: Help a lazy developer! - by James D Jarvis - 10-16-2023, 01:00 AM
RE: Help a lazy developer! - by bplus - 10-16-2023, 12:51 PM
RE: Help a lazy developer! - by James D Jarvis - 10-16-2023, 02:52 PM
RE: Help a lazy developer! - by mnrvovrfc - 10-16-2023, 03:06 PM
RE: Help a lazy developer! - by James D Jarvis - 10-16-2023, 06:56 PM
RE: Help a lazy developer! - by Ikerkaz - 10-16-2023, 01:51 PM
RE: Help a lazy developer! - by bplus - 10-16-2023, 02:04 PM
RE: Help a lazy developer! - by Jack - 10-16-2023, 02:53 PM
RE: Help a lazy developer! - by mnrvovrfc - 10-16-2023, 03:00 PM
RE: Help a lazy developer! - by James D Jarvis - 10-16-2023, 02:53 PM
RE: Help a lazy developer! - by bplus - 10-16-2023, 07:16 PM
RE: Help a lazy developer! - by mnrvovrfc - 10-16-2023, 10:18 PM
RE: Help a lazy developer! - by SMcNeill - 10-16-2023, 10:41 PM
RE: Help a lazy developer! - by James D Jarvis - 10-16-2023, 11:56 PM
RE: Help a lazy developer! - by TerryRitchie - 10-16-2023, 07:43 PM
RE: Help a lazy developer! - by bplus - 10-16-2023, 08:10 PM
RE: Help a lazy developer! - by TerryRitchie - 10-16-2023, 11:27 PM
RE: Help a lazy developer! - by SMcNeill - 10-22-2023, 09:44 PM
RE: Help a lazy developer! - by dano - 11-07-2023, 02:45 AM



Users browsing this thread: 1 Guest(s)