Re: [ql-users] movig sbasic

2005-03-03 Thread Roy wood
In message <[EMAIL PROTECTED]>, wolfgang mühlegger <[EMAIL PROTECTED]> 
writes

sorry, my fault, it is part of
easypointer.
... and also a part of PEX33
And that is horribly unstable.
--
Roy Wood
Q Branch. 20 Locks Hill, Portslade, Sussex.BN41 2LB
Tel: +44 (0) 1273 386030fax: +44 (0) 1273 430501  skype : royqbranch
web : www.qbranch.demon.co.uk
___
QL-Users Mailing List
http://www.q-v-d.demon.co.uk/smsqe.htm


Re: [ql-users] movig sbasic

2005-03-02 Thread wolfgang mühlegger
wolfgang mühlegger schrieb:
Michael Grunditz schrieb:
 
   100 OPEN #4,con
   110 WINDOW #4, 90,90,50,60
   120 PAPER #4,0
   130 CLS #4
   140 WMOV #4
 
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

sorry, my fault, it is part of
easypointer.
... and also a part of PEX33
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 mühlegger
Michael Grunditz schrieb:
 
   100 OPEN #4,con
   110 WINDOW #4, 90,90,50,60
   120 PAPER #4,0
   130 CLS #4
   140 WMOV #4
 
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

sorry, my fault, it is part of
easypointer.
wolfgang
___
QL-Users Mailing List
http://www.q-v-d.demon.co.uk/smsqe.htm


Re: [ql-users] movig sbasic

2005-03-02 Thread Roy wood
In message <[EMAIL PROTECTED]>, Derek Stewart <[EMAIL PROTECTED]> 
writes
Hi,
The command WMOV is part of Easy Pointer, in the file EASYPTR_CDE
Not sure if Easy pointer is PD or still commerical.
Easyptr is still a commercial program sold by Jochen and I
--
Roy Wood
Q Branch. 20 Locks Hill, Portslade, Sussex.BN41 2LB
Tel: +44 (0) 1273 386030fax: +44 (0) 1273 430501  skype : royqbranch
web : www.qbranch.demon.co.uk
___
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
In message <[EMAIL PROTECTED]>
  Derek Stewart <[EMAIL PROTECTED]> wrote:

> 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

If it is freeware ,please mail it to me.


/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:
 
   100 OPEN #4,con
   110 WINDOW #4, 90,90,50,60
   120 PAPER #4,0
   130 CLS #4
   140 WMOV #4
 
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


Re: [ql-users] movig sbasic

2005-03-02 Thread Michael Grunditz
> >   
> > 100 OPEN #4,con
> > 110 WINDOW #4, 90,90,50,60
> > 120 PAPER #4,0
> > 130 CLS #4
> > 140 WMOV #4
> >   
> > 
> > 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 wolfgang mühlegger
wolfgang mühlegger schrieb:
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:
  
100 OPEN #4,con
110 WINDOW #4, 90,90,50,60
120 PAPER #4,0
130 CLS #4
140 WMOV #4
  
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

i forgot to say:
if you use WMOV without a channel number, you move
the whole OUTLINE of the 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 mühlegger
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:
  
100 OPEN #4,con
110 WINDOW #4, 90,90,50,60
120 PAPER #4,0
130 CLS #4
140 WMOV #4
  
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
> >>
> > 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


Re: [ql-users] movig sbasic

2005-03-02 Thread wolfgang mühlegger
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 mühlegger
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


[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