Re: [Jprogramming] IDC_* cursor codes

2023-03-20 Thread bill lam
gl2 is not an real addon because it is provided by the frontend. The gl2 implementation are different for jqt and jandroid. gl2.ijs is loaded automatically during loading the ide addon. For backward compatibility some artifact addons such as dll, gl2 etc are accepted but ignored by the verb load.

Re: [Jprogramming] IDC_* cursor codes

2023-03-20 Thread Ed Gottsman
Bob, Not a neighborhood I’ve ever visited. Thank you. Ed > On Mar 20, 2023, at 4:10 PM, 'robert therriault' via Programming > wrote: > > I think that you will find it in the qt ide section of addons > > open '~addons/ide/qt/gl2.ijs' > > Cheers, bob > > >> On Mar 20, 2023, at 14:04, Ed G

Re: [Jprogramming] IDC_* cursor codes

2023-03-20 Thread Ed Gottsman
Raul, Thx. Ed > On Mar 20, 2023, at 4:09 PM, Raul Miller wrote: > > open 'ide/qt/gl2' works. > > I do not know why open 'gl2' silently fails. > > -- > Raul > > On Mon, Mar 20, 2023 at 5:05 PM Ed Gottsman > wrote: >> >> Hi. If I’m reading the gl2 docs >> (https://code.jsoftware.com/wik

Re: [Jprogramming] IDC_* cursor codes

2023-03-20 Thread 'robert therriault' via Programming
I think that you will find it in the qt ide section of addons open '~addons/ide/qt/gl2.ijs' Cheers, bob > On Mar 20, 2023, at 14:04, Ed Gottsman wrote: > > Hi. If I’m reading the gl2 docs > (https://code.jsoftware.com/wiki/Guides/Window_Driver/gl2_Command_Reference) > correctly, I can rev

Re: [Jprogramming] IDC_* cursor codes

2023-03-20 Thread Raul Miller
open 'ide/qt/gl2' works. I do not know why open 'gl2' silently fails. -- Raul On Mon, Mar 20, 2023 at 5:05 PM Ed Gottsman wrote: > > Hi. If I’m reading the gl2 docs > (https://code.jsoftware.com/wiki/Guides/Window_Driver/gl2_Command_Reference) > correctly, I can review the IDC_ cursor codes

[Jprogramming] IDC_* cursor codes

2023-03-20 Thread Ed Gottsman
Hi. If I’m reading the gl2 docs (https://code.jsoftware.com/wiki/Guides/Window_Driver/gl2_Command_Reference) correctly, I can review the IDC_ cursor codes by entering open ‘gl2’ in the terminal. Unfortunately, this doesn’t seem to do anything and returns an empty result. I poked around for g