Re: [Ql-Users] Dock

2017-11-07 Thread Tobias Fröschle via Ql-Users
That is why I proposed 2x2 - Depending on window position, the PE might round 
down the outline to the next even size, which is 0x0 when you have 1x1 ;) - So, 
you're back at the starting point.

Not really sure that is the problem, but might be it.

I did try to check the same, but on my system I seem to get a "bad parameter" 
error on the OUTLN command. Ned to check what's going on.

Tobias

> Am 07.11.2017 um 23:47 schrieb Peter Graf via Ql-Users 
> :
> 
> Peter via Ql-Users: wrote:
>>> I would have a look at the OUTLN and WINDOW commands a bit up from there
>>> [...]
>> 
>> Wow, you are really an ace! Setting OUTLN to 1 pixel cures the RPTR
>> crash. WINDOW can remain unchanged.
> 
> Not under all circumstances... something is definitly buggy.
> 
> And there seemed a difference between QPTR loaded or not loaded, but I
> can't reproduce at the moment.
> 
> Peter
> ___
> QL-Users Mailing List

___
QL-Users Mailing List


Re: [Ql-Users] Dock

2017-11-07 Thread Peter Graf via Ql-Users
Peter via Ql-Users: wrote:
>> I would have a look at the OUTLN and WINDOW commands a bit up from there
>> [...]
> 
> Wow, you are really an ace! Setting OUTLN to 1 pixel cures the RPTR
> crash. WINDOW can remain unchanged.

Not under all circumstances... something is definitly buggy.

And there seemed a difference between QPTR loaded or not loaded, but I
can't reproduce at the moment.

Peter
___
QL-Users Mailing List


Re: [Ql-Users] Dock

2017-11-07 Thread Peter Graf via Ql-Users
Hi Tobias,

> I would have a look at the OUTLN and WINDOW commands a bit up from there
> [...]

Wow, you are really an ace! Setting OUTLN to 1 pixel cures the RPTR
crash. WINDOW can remain unchanged.

However, an SBASIC command should not crash the machine by a wrong
parameter.

> Doesn't work here as well in QPC2 and SMSQ/E 3.30

Good to hear the Q68 is not at fault :)

Thanks!
Peter
___
QL-Users Mailing List


Re: [Ql-Users] Dock

2017-11-07 Thread Tobias Fröschle via Ql-Users
Peter,

you obviously seem to have a RPTR on your system, so that is most probably not 
the problem.

I would have a look at the OUTLN and WINDOW commands a bit up from there - They 
seem to be setting #0 to a zero size/outline (which is basically the whole 
point of the program) - This might possibly not work in every environment, 
because it is a rarely tested corner case - I'm not even sure if it should be 
considered legal, but must have worked at some point in time. Can you give that 
window a minimum size of say 2x2 and re-test?

And, just to mention it:
Doesn't work here as well in QPC2 and SMSQ/E 3.30

Tobias
> Am 07.11.2017 um 22:11 schrieb Peter Graf via Ql-Users 
> :
> 
> Hi Fabrizio,
> 
> RPTR  does not seem to need QPTR, otherwise the keyword wouldn't exist.
> 
> Anyway if I load QPTR, "dock" hangs/crashes the same.
> 
> More ideas? Thanks,
> Peter
> 
> 
> 
> Am 07.11.2017 um 21:35 schrieb Fabrizio Diversi via Ql-Users:
>> Peter ,
>> 
>> dock is a nice program that use QPTR toolkit (RPTR), you can find the 
>> toolkit manual on Dilwyn web site. It work nicely on SMSQmulator, QPC 
>> and Q60.
>> 
>> Ciao
>> 
>> 
>> Fabrizio
>> 
>> 
>> On 07/11/2017 19:28, Peter Graf via Ql-Users wrote:
>>> Hi,
>>> 
>>> I try to run this nice looking "dock" for SMSQ/E:
>>> 
>>> http://www.wlenerz.com/qlstuff/dock_bas.zip
>>> 
>>> It seems to crash or hang at the RPTR command in line 1020, which I can
>>> not find in the SMSQ/E Manual on Dilwyn's Website.
>>> 
>>> Does anyone else use this program and can give me a hint?
>>> 
>>> All the best
>>> Peter
> ___
> QL-Users Mailing List

___
QL-Users Mailing List


Re: [Ql-Users] Dock

2017-11-07 Thread Tobias Fröschle via Ql-Users
Peter,

you obviously seem to have a RPTR on your system, so that is most probably not 
the problem.

I would have a look at the OUTLN and WINDOW commands a bit up from there - They 
seem to be setting #0 to a zero size/outline (which is basically the whole 
point of the program) - This might possibly not work in every environment, 
because it is a rarely tested corner case - I'm not even sure if it should be 
considered legal, but must have worked at some point in time. Can you give that 
window a minimum size of say 2x2 and re-test?

Tobias


> Am 07.11.2017 um 22:11 schrieb Peter Graf via Ql-Users 
> :
> 
> Hi Fabrizio,
> 
> RPTR  does not seem to need QPTR, otherwise the keyword wouldn't exist.
> 
> Anyway if I load QPTR, "dock" hangs/crashes the same.
> 
> More ideas? Thanks,
> Peter
> 
> 
> 
> Am 07.11.2017 um 21:35 schrieb Fabrizio Diversi via Ql-Users:
>> Peter ,
>> 
>> dock is a nice program that use QPTR toolkit (RPTR), you can find the 
>> toolkit manual on Dilwyn web site. It work nicely on SMSQmulator, QPC 
>> and Q60.
>> 
>> Ciao
>> 
>> 
>> Fabrizio
>> 
>> 
>> On 07/11/2017 19:28, Peter Graf via Ql-Users wrote:
>>> Hi,
>>> 
>>> I try to run this nice looking "dock" for SMSQ/E:
>>> 
>>> http://www.wlenerz.com/qlstuff/dock_bas.zip
>>> 
>>> It seems to crash or hang at the RPTR command in line 1020, which I can
>>> not find in the SMSQ/E Manual on Dilwyn's Website.
>>> 
>>> Does anyone else use this program and can give me a hint?
>>> 
>>> All the best
>>> Peter
> ___
> QL-Users Mailing List

___
QL-Users Mailing List


Re: [Ql-Users] Dock

2017-11-07 Thread Peter Graf via Ql-Users
Hi Fabrizio,

RPTR  does not seem to need QPTR, otherwise the keyword wouldn't exist.

Anyway if I load QPTR, "dock" hangs/crashes the same.

More ideas? Thanks,
Peter



Am 07.11.2017 um 21:35 schrieb Fabrizio Diversi via Ql-Users:
> Peter ,
> 
> dock is a nice program that use QPTR toolkit (RPTR), you can find the 
> toolkit manual on Dilwyn web site. It work nicely on SMSQmulator, QPC 
> and Q60.
> 
> Ciao
> 
> 
> Fabrizio
> 
> 
> On 07/11/2017 19:28, Peter Graf via Ql-Users wrote:
>> Hi,
>>
>> I try to run this nice looking "dock" for SMSQ/E:
>>
>> http://www.wlenerz.com/qlstuff/dock_bas.zip
>>
>> It seems to crash or hang at the RPTR command in line 1020, which I can
>> not find in the SMSQ/E Manual on Dilwyn's Website.
>>
>> Does anyone else use this program and can give me a hint?
>>
>> All the best
>> Peter
___
QL-Users Mailing List


Re: [Ql-Users] Dock

2017-11-07 Thread Fabrizio Diversi via Ql-Users

Peter ,

dock is a nice program that use QPTR toolkit (RPTR), you can find the 
toolkit manual on Dilwyn web site. It work nicely on SMSQmulator, QPC 
and Q60.


Ciao


Fabrizio


On 07/11/2017 19:28, Peter Graf via Ql-Users wrote:

Hi,

I try to run this nice looking "dock" for SMSQ/E:

http://www.wlenerz.com/qlstuff/dock_bas.zip

It seems to crash or hang at the RPTR command in line 1020, which I can
not find in the SMSQ/E Manual on Dilwyn's Website.

Does anyone else use this program and can give me a hint?

All the best
Peter
___
QL-Users Mailing List



___
QL-Users Mailing List


[Ql-Users] Dock

2017-11-07 Thread Peter Graf via Ql-Users
Hi,

I try to run this nice looking "dock" for SMSQ/E:

http://www.wlenerz.com/qlstuff/dock_bas.zip

It seems to crash or hang at the RPTR command in line 1020, which I can
not find in the SMSQ/E Manual on Dilwyn's Website.

Does anyone else use this program and can give me a hint?

All the best
Peter
___
QL-Users Mailing List


Re: [Ql-Users] SMSQmulator 2.25

2017-11-07 Thread François Van Emelen via Ql-Users

Op 5/11/2017 om 10:37 schreef Wolf via Ql-Users:

Hi all,

I just released SMSQmulator 2.25

Have fun.

Wolfgang
___
QL-Users Mailing List



Thanks for the new version.

François Van Emelen


___
QL-Users Mailing List