Thread Tools Display Modes
06/17/15, 03:41 PM   #1
Provision
 
Provision's Avatar
AddOn Author - Click to view addons
Join Date: May 2015
Posts: 43
Draw on control with WINDOW_MANAGER

Hi!

I would like to know if a method/function exist to draw (pixel) on the screen, in WINDOW_MANAGER controller ?

Like this :

Thanks.
  Reply With Quote
06/20/15, 06:22 AM   #2
Provision
 
Provision's Avatar
AddOn Author - Click to view addons
Join Date: May 2015
Posts: 43
Has it no function to do it ?
  Reply With Quote
07/11/15, 12:45 PM   #3
circonian
AddOn Author - Click to view addons
Join Date: May 2014
Posts: 613
EDIT: Removing post due to error to avoid confusion.

Last edited by circonian : 07/12/15 at 01:08 PM.
  Reply With Quote
07/11/15, 01:27 PM   #4
merlight
AddOn Author - Click to view addons
Join Date: Jul 2014
Posts: 671
There's no canvas you can draw onto directly. The smallest thing an add-on can display is a texture. Yes you can arrange hundreds of tiny CT_TEXTURE controls to compose an image, but it's not going to be nice. CT_LINE just repeats a texture along a straight line.
  Reply With Quote
07/11/15, 01:45 PM   #5
circonian
AddOn Author - Click to view addons
Join Date: May 2014
Posts: 613
Originally Posted by merlight View Post
There's no canvas you can draw onto directly. The smallest thing an add-on can display is a texture. Yes you can arrange hundreds of tiny CT_TEXTURE controls to compose an image, but it's not going to be nice. CT_LINE just repeats a texture along a straight line.
Ah, my bad maybe I remember wrong, it was a long time ago. Maybe I was using divider line textures & just remember wrong.
  Reply With Quote

ESOUI » Developer Discussions » General Authoring Discussion » Draw on control with WINDOW_MANAGER


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off