Re: [ql-users] RESET in SMSQE

2005-03-02 Thread Geogwilt
In a message dated 25/02/05 17:45:01 GMT Standard Time, [EMAIL PROTECTED] writes: A solution more than likely lies in the reset code on SMSQE which seems implicitly to assume a vector base register of zero. I might be wrong but an exlicit zero of the vector base register during soft reset

[ql-users] movig sbasic

2005-03-02 Thread Michael Grunditz
Hi Is it possible to move sbasic windows with the mouse in smsq/e ? /Michael ___ QL-Users Mailing List http://www.q-v-d.demon.co.uk/smsqe.htm

Re: [ql-users] movig sbasic

2005-03-02 Thread wolfgang mhlegger
Michael Grunditz schrieb: Hi Is it possible to move sbasic windows with the mouse in smsq/e ? /Michael ___ QL-Users Mailing List http://www.q-v-d.demon.co.uk/smsqe.htm well, with WMOV you can move the OUTLINE of a job wolfgang

Re: [ql-users] movig sbasic

2005-03-02 Thread wolfgang mhlegger
wolfgang mühlegger schrieb: Michael Grunditz schrieb: Hi Is it possible to move sbasic windows with the mouse in smsq/e ? /Michael ___ QL-Users Mailing List http://www.q-v-d.demon.co.uk/smsqe.htm well, with WMOV you can move the OUTLINE of a job

Re: [ql-users] movig sbasic

2005-03-02 Thread wolfgang mhlegger
Michael Grunditz schrieb: well, with WMOV you can move the OUTLINE of a job wolfgang ___ QL-Users Mailing List http://www.q-v-d.demon.co.uk/smsqe.htm funny, i knew the answer, before the question was asked :-)) I meant to move it a round like any other

Re: [ql-users] movig sbasic

2005-03-02 Thread Michael Grunditz
example 100 OPEN #4,con 110 WINDOW #4, 90,90,50,60 120 PAPER #4,0 130 CLS #4 140 WMOV #4 /example the move-window icon appears and you can drag window #4 across the screen I get unknown procedure for wmov. What I realy want is a sbasic command window

Re: [ql-users] movig sbasic

2005-03-02 Thread Derek Stewart
Hi, The command WMOV is part of Easy Pointer, in the file EASYPTR_CDE Not sure if Easy pointer is PD or still commerical. Derek Michael Grunditz wrote: example 100 OPEN #4,con 110 WINDOW #4, 90,90,50,60 120 PAPER #4,0 130 CLS #4 140 WMOV #4 /example the move-window icon appears