Damn... I've "tracked" down the original source of the GUI SelectTextAreaText command and finally reach this: virtual void selectText( int pos,int len,int units )=0;
DAMN... where can I see the code behind this virtual void?????????
I 'm assuming this is the command used by Mark in the IDE to recenter the code: when the cursor if offscreen, if you hit an arrow keys, or add or delete some text, the text area is recentered so that the current text being modified appears on screen... and he does this knowing only the carpos and linepos of the cursor... I desperately need to know how he does this 'cause somewhere in the process he must convert this damn forsaken carpos to it's x/y pixel coordinates... so please someone tell me where to get the code behind this virtual void pleaaaaaaaaase
thanks a lot
DAMN... where can I see the code behind this virtual void?????????
I 'm assuming this is the command used by Mark in the IDE to recenter the code: when the cursor if offscreen, if you hit an arrow keys, or add or delete some text, the text area is recentered so that the current text being modified appears on screen... and he does this knowing only the carpos and linepos of the cursor... I desperately need to know how he does this 'cause somewhere in the process he must convert this damn forsaken carpos to it's x/y pixel coordinates... so please someone tell me where to get the code behind this virtual void pleaaaaaaaaase
thanks a lot