Post Reply 
Programming, couple questions
02-06-2014, 03:18 PM
Post: #2
RE: Programming, couple questions
Hi,

To my knowledge there is no distinction between a graphics mode and a text mode on the Prime.
Everything you see on the screen is just a bunch of pixels which are accessible via the G0 grob. You may read it or overwrite it as you want.

So to put a text at x,y you just do a TEXTOUT_P("blah",x,y) [look at in-device-help for further formatting options]. Since the Prime will refresh (i.e. overdraw) your screen at the end of your program, you may do a FREEZE or WAIT or something similiar to halt program execution before finishing.

Where did you hear about Win CE running in Prime?
That would be a huge (and disappointing) surprise to me...
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
Programming, couple questions - MrKalach - 02-06-2014, 01:55 PM
RE: Programming, couple questions - Snorre - 02-06-2014 03:18 PM
RE: Programming, couple questions - eried - 02-06-2014, 03:24 PM
RE: Programming, couple questions - eried - 02-06-2014, 04:59 PM
RE: Programming, couple questions - eried - 02-07-2014, 06:54 PM
RE: Programming, couple questions - eried - 02-07-2014, 09:10 PM



User(s) browsing this thread: 1 Guest(s)