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 under 
 SMSQE might be a solution for the problem but a more fundemental look 
 at the code might reveal where SMSQE is going wrong and and maybe lead to a 
 solution.
 
 

The reason why RESET does not work with Q40/60 is indeed with the VBR. The 
following change sorts the problem.

In smsq_q40_hwinit_asm the instructions should include:

hwinit
   moveq  #0,d0
   pcregvbr ** this is the new instruction **
   pcregcacr

I have recompiled SMSQE for my Q40/60 with this addition and RESET now works.

George
___
QL-Users Mailing List
http://www.q-v-d.demon.co.uk/smsqe.htm


[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
___
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
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
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 :-))
___
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:
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 window.
How do I use wmov ?
/Michael
___
QL-Users Mailing List
http://www.q-v-d.demon.co.uk/smsqe.htm

it's very easy:
  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
wolfgang

wolfgang
___
QL-Users Mailing List
http://www.q-v-d.demon.co.uk/smsqe.htm


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 that I can move around just 
like a xterm.

/Michael
___
QL-Users Mailing List
http://www.q-v-d.demon.co.uk/smsqe.htm


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 and you can drag
window #4 across the screen

I get unknown procedure for wmov.
What I realy want is a sbasic command window that I can move around just 
like a xterm.

/Michael
___
QL-Users Mailing List
http://www.q-v-d.demon.co.uk/smsqe.htm


--
No virus found in this outgoing message.
Checked by AVG Anti-Virus.
Version: 7.0.300 / Virus Database: 266.5.7 - Release Date: 01/03/2005
___
QL-Users Mailing List
http://www.q-v-d.demon.co.uk/smsqe.htm