Re: [Ql-Users] SMSQmulator 3.00

2024-03-14 Thread desin via Ql-Users

Hello Wolfgang

print FTEST ("flp1_")

results in

Exception in thread "Thread-1" java.lang.NullPointerException: Cannot 
read field "data_regs" because "this.cpu" is null

at drivers.FloppyDriver.checkDriveStatus(FloppyDriver.java:334)
at smsqmulator.TrapDispatcher.dispatchTrap(TrapDispatcher.java:570)
at CPU.JavaComm$1.execute(JavaComm.java:37)
at CPU.MC68000Cpu.executeContinuous(MC68000Cpu.java:301)
at 
smsqmulator.SimpleEmulationThread.run(SimpleEmulationThread.java:27)



Greetings from Switzerland
Markus
___
QL-Users Mailing List


Re: [Ql-Users] SMSQmulator 3.00

2024-03-04 Thread Peter Graf via Ql-Users
Wolfgang Lenerz via Ql-Users:
>>> Hmm, I always thought there was only one remaining user under java 8.
>>
>> I'm sure there would be several more, if you didn't hide the Java 8
>> version from the public ;-)
> 
> Yes, and maintaining it is a PITA

I only know PITA as a greek flatbread :)

Reckon you were swearing, but: If you did the work for the single user,
the pain already lies behind you. Allowing more users does not enlarge
the pain gone by ;)
___
QL-Users Mailing List


[Ql-Users] SMSQmulator 3.00

2024-03-04 Thread Wolfgang Lenerz via Ql-Users

Hi,


Hmm, I always thought there was only one remaining user under java 8.


I'm sure there would be several more, if you didn't hide the Java 8
version from the public ;-)


Yes, and maintaining it is a PITA

Wolfgang
___
QL-Users Mailing List


Re: [Ql-Users] SMSQmulator 3.00

2024-03-04 Thread Peter Graf via Ql-Users
Hi Wolfgang,
> Hmm, I always thought there was only one remaining user under java 8.

I'm sure there would be several more, if you didn't hide the Java 8
version from the public ;-)

Your Java 8 version runs like a charm, nicely supports 32 bit machines,
and can live with a compact JRE engine instead of the huge JDK. Java 8
is still maintained and the official, most recent JRE available from Oracle.

Especially on my older Laptop and Raspberry, I much prefer this version.

Peter
___
QL-Users Mailing List


[Ql-Users] SMSQmulator 3.00

2024-03-04 Thread Wolfgang Lenerz via Ql-Users

Hi,

Hmm, I always thought there was only one remaining user under java 8.


Wolfgang

(Strangely enough, I only got François' reply, not the original message 
from Urs)




While all my PCs were still running Java 8 from Oracle, this was the 
trigger to start upgrading Java. My Windows 10 power horse now has 
Java 17 from Microsoft. A first test run of SMSQmulator v3.00 and QL/E 
v3.23 showed an old design issue of QTop-Desk. Maybe it's time to fix 
this in the forseeable future.


Urs
___
QL-Users Mailing List


Hi,

Thanks for the info.

François Van Emelen


___
QL-Users Mailing List


___
QL-Users Mailing List


Re: [Ql-Users] SMSQmulator 3.00

2024-03-04 Thread François Van Emelen via Ql-Users

Op 25/02/2024 om 22:04 schreef qlus...@sinclairql.net via Ql-Users:

Another great news!

While all my PCs were still running Java 8 from Oracle, this was the trigger to 
start upgrading Java. My Windows 10 power horse now has Java 17 from Microsoft. 
A first test run of SMSQmulator v3.00 and QL/E v3.23 showed an old design issue 
of QTop-Desk. Maybe it's time to fix this in the forseeable future.

Urs
___
QL-Users Mailing List


Hi,

Thanks for the info.

François Van Emelen


___
QL-Users Mailing List


Re: [Ql-Users] SMSQmulator 3.00

2024-02-27 Thread Peter Graf via Ql-Users
Andrius V wrote:
> Nevertheless, there's JRE available
> from some of them, one I would recommend to try is eclipse temurin
> https://adoptium.net/temurin/releases/?os=windows.

Thanks for the hint.
___
QL-Users Mailing List


Re: [Ql-Users] SMSQmulator 3.00

2024-02-27 Thread Peter Graf via Ql-Users
Derek via Ql-Users wrote:

> I just install the runtime version of Java, on Windows and Linux, from 
> Oracle, who bought out Sun Systems.

We just discussed the lack of exactly that.
___
QL-Users Mailing List


Re: [Ql-Users] SMSQmulator 3.00

2024-02-27 Thread Derek via Ql-Users

Hi,

I just install the runtime version of Java, on Windows and Linux, from 
Oracle, who bought out Sun Systems.


Regards,
Derek
___
QL-Users Mailing List


Re: [Ql-Users] SMSQmulator 3.00

2024-02-26 Thread Andrius V via Ql-Users
Hi,

Since java went modular (Java 9 I guess or a bit later), I believe
stand-alone JRE download was removed as a separate download from
Oracle, with argument that JDK provides JRE, and modular nature
"encourages" to build your own JRE using jlink tool "if needed and
with required functionality". Nevertheless, since OpenJDK became kinda
an "official" java JDK (and maybe due to licence issues between java 8
to I think 17, when Oracle was charging for their own JDK) some of
"distributions" became available (maybe some events are not accurate,
but oh well...). Microsoft build is likely same OpenJDK rebuild for
easy download and installation. Nevertheless, there's JRE available
from some of them, one I would recommend to try is eclipse temurin
https://adoptium.net/temurin/releases/?os=windows.

On Mon, Feb 26, 2024 at 10:20 PM Peter Graf via Ql-Users
 wrote:
>
> qlus...@sinclairql.net via Ql-Users wrote:
> > then googled for: java 17 windows 10 download
> >
> > and followed the search result which looks the best match (Windows is from 
> > Microsoft, so let's use their Java):
> > https://learn.microsoft.com/de-de/java/openjdk/download
>
> So no standalone JRE and one needs to install the whole JDK?
> ___
> QL-Users Mailing List
___
QL-Users Mailing List


Re: [Ql-Users] SMSQmulator 3.00

2024-02-26 Thread Peter Graf via Ql-Users
qlus...@sinclairql.net via Ql-Users wrote:
> then googled for: java 17 windows 10 download
> 
> and followed the search result which looks the best match (Windows is from 
> Microsoft, so let's use their Java):
> https://learn.microsoft.com/de-de/java/openjdk/download

So no standalone JRE and one needs to install the whole JDK?
___
QL-Users Mailing List


Re: [Ql-Users] SMSQmulator 3.00

2024-02-26 Thread qlus...@sinclairql.net via Ql-Users

First hand I was a bit lost,

then googled for: java 17 windows 10 download

and followed the search result which looks the best match (Windows is from 
Microsoft, so let's use their Java):
https://learn.microsoft.com/de-de/java/openjdk/download

Am Montag, Februar 26, 2024 16:59 CET, schrieb Peter Graf :
 qlus...@sinclairql.net via Ql-Users wrote:
> My Windows 10 power horse now has Java 17 from Microsoft.
I was not even aware JAVA now comes from Microsoft. Did you have to
install a whole JDK, or are there JRE's above version 8 somewhere?

Peter
___
QL-Users Mailing List


Re: [Ql-Users] SMSQmulator 3.00

2024-02-25 Thread qlus...@sinclairql.net via Ql-Users


Another great news!

While all my PCs were still running Java 8 from Oracle, this was the trigger to 
start upgrading Java. My Windows 10 power horse now has Java 17 from Microsoft. 
A first test run of SMSQmulator v3.00 and QL/E v3.23 showed an old design issue 
of QTop-Desk. Maybe it's time to fix this in the forseeable future.

Urs
___
QL-Users Mailing List


[Ql-Users] SMSQmulator 3.00

2024-02-19 Thread Wolfgang Lenerz via Ql-Users

Hi


Which is the best version of Java to use?



That would always be the latest non-beta version, which is 21 today.

You can download that from. https://jdk.java.net/21/


Yes, I know, it's the jdk not the jre

Wolfgang






I use the version installed by the Linux Distro.


On 19 February 2024 17:16:57 GMT, pjw via Ql-Users  
wrote:

I have one system running on Java v17 and another running on Java v20. AFAICS 
both appear to be fine (apart from some minor niggles I shant bother you with).
Per
On 19/02/2024 18:01, Wolfgang Lenerz via Ql-Users wrote:

Hi Derek,

Thanks that's good to know
Regards

Wolfgang



Hi,

All works fine with me installation of Java 11 on Linux Mint 21.2, selecting 
Reset from menbar resets the emulator.

Regards
DerekT




___
QL-Users Mailing List


___
QL-Users Mailing List


---
Regards,
Derek
___
QL-Users Mailing List


___
QL-Users Mailing List


Re: [Ql-Users] SMSQmulator 3.00

2024-02-19 Thread Wolfgang Lenerz via Ql-Users

Hi,

the reset problem under Java 21 is fixed in the version I just uploaded.

Have fun!

Wolfgang




I'm on 21 it seems..

java --version
openjdk 21.0.1 2023-10-17

Kjartan

On 2024-02-19 17:10, Derek via Ql-Users wrote:

Hi,

All works fine with me installation of Java 11 on Linux Mint 21.2,
selecting Reset from menbar resets the emulator.

Regards
Derek

On 19 February 2024 15:59:49 GMT, Juraj Lutter via Ql-Users
 wrote:



On 19 Feb 2024, at 16:46, Kjartan via Ql-Users 
 wrote:


Hi,

Another one - selecting Reset from the interface causes this:


This popped up at me on startup when using OpenJDK17 from Homebrew on 
MacOS.




Exception in thread "AWT-EventQueue-0" 
java.lang.UnsupportedOperationException

   at java.base/java.lang.Thread.stop(Thread.java:1667)
   at 
smsqmulator.SimpleEmulationThread.endEmulation(SimpleEmulationThread.java:42)

   at smsqmulator.Monitor.killEmulation(Monitor.java:1168)
   at smsqmulator.Monitor.reset(Monitor.java:1181)
   at ui.FileMenu.lambda$new$1(FileMenu.java:37)


otis
___
QL-Users Mailing List

___
QL-Users Mailing List




___
QL-Users Mailing List


Re: [Ql-Users] SMSQmulator 3.00

2024-02-19 Thread pjw via Ql-Users

On 19/02/2024 19:12, Derek via Ql-Users wrote:

Which is the best version of Java to use?


No idea. I was trying to download v17 from Adobe on my Windows 11 
notebook but Adobe resisted all my attempts and got me to download 
v20, which was their latest at the time. That broke the SMSQmulator 
installation I had at the time. The upgrade reqired e to reconfigure 
SMSQmulator from scratch. But now alls swell again.


My Windows 10 machine has an earlier Java v17. The recent SMSQmulator 
upgrade was completely painless.


Ive still got my Raspi and Macbook Ubunto systems to update. I dont 
recall  which Java versions I have on them; I just used the versions 
they offered.


Per


I use the version installed by the Linux Distro.


On 19 February 2024 17:16:57 GMT, pjw via Ql-Users  
wrote:

I have one system running on Java v17 and another running on Java v20. AFAICS 
both appear to be fine (apart from some minor niggles I shant bother you with).
Per
On 19/02/2024 18:01, Wolfgang Lenerz via Ql-Users wrote:

Hi Derek,

Thanks that's good to know
Regards

Wolfgang



Hi,

All works fine with me installation of Java 11 on Linux Mint 21.2, selecting 
Reset from menbar resets the emulator.

Regards
DerekT



___
QL-Users Mailing List

___
QL-Users Mailing List

---
Regards,
Derek
___
QL-Users Mailing List


___
QL-Users Mailing List


Re: [Ql-Users] SMSQmulator 3.00

2024-02-19 Thread Derek via Ql-Users
Which is the best version of Java to use?

I use the version installed by the Linux Distro.


On 19 February 2024 17:16:57 GMT, pjw via Ql-Users  
wrote:
>I have one system running on Java v17 and another running on Java v20. AFAICS 
>both appear to be fine (apart from some minor niggles I shant bother you with).
>Per
>On 19/02/2024 18:01, Wolfgang Lenerz via Ql-Users wrote:
>> Hi Derek,
>> 
>> Thanks that's good to know
>> Regards
>> 
>> Wolfgang
>> 
>> 
>>> Hi,
>>> 
>>> All works fine with me installation of Java 11 on Linux Mint 21.2, 
>>> selecting Reset from menbar resets the emulator.
>>> 
>>> Regards
>>> DerekT
>> 
>> 
>> 
>> ___
>> QL-Users Mailing List
>
>___
>QL-Users Mailing List

---
Regards,
Derek
___
QL-Users Mailing List


Re: [Ql-Users] SMSQmulator 3.00

2024-02-19 Thread Fabrizio Diversi via Ql-Users

Hi,

I had some problems with Java at the beginning with SMSQmulator 3.0, I 
sent the logs to Wolfgang then he sent me back an updated version, now 
all is fine.


I am using it on Apple Macbook M1 with Sonoma 14.4 (Beta) and official 
Java release 17.0.1 LTS, I noted that since when I installed Sonoma some 
problems began and also Crossover stop working (Since Beta 4) .


BTW, SMSQmulator now works fine on my Mac, Raspberry and a PC with 
latest Linux Mint 21.3



On 19/02/24 16:59, Juraj Lutter via Ql-Users wrote:



On 19 Feb 2024, at 16:46, Kjartan via Ql-Users  wrote:

Hi,

Another one - selecting Reset from the interface causes this:

This popped up at me on startup when using OpenJDK17 from Homebrew on MacOS.


Exception in thread "AWT-EventQueue-0" java.lang.UnsupportedOperationException
at java.base/java.lang.Thread.stop(Thread.java:1667)
at 
smsqmulator.SimpleEmulationThread.endEmulation(SimpleEmulationThread.java:42)
at smsqmulator.Monitor.killEmulation(Monitor.java:1168)
at smsqmulator.Monitor.reset(Monitor.java:1181)
at ui.FileMenu.lambda$new$1(FileMenu.java:37)

otis
___
QL-Users Mailing List

___
QL-Users Mailing List


Re: [Ql-Users] SMSQmulator 3.00

2024-02-19 Thread pjw via Ql-Users
I have one system running on Java v17 and another running on Java v20. 
AFAICS both appear to be fine (apart from some minor niggles I shant 
bother you with).

Per
On 19/02/2024 18:01, Wolfgang Lenerz via Ql-Users wrote:

Hi Derek,

Thanks that's good to know
Regards

Wolfgang



Hi,

All works fine with me installation of Java 11 on Linux Mint 21.2, 
selecting Reset from menbar resets the emulator.


Regards
DerekT




___
QL-Users Mailing List


___
QL-Users Mailing List


[Ql-Users] SMSQmulator 3.00

2024-02-19 Thread Wolfgang Lenerz via Ql-Users

Hi,

ok that explains it.

the 'stop' method was dropped from there.

I'll have a fix tomorrow.

Wolfgang



Hi,

I'm on 21 it seems..

java --version
openjdk 21.0.1 2023-10-17

Kjartan


___
QL-Users Mailing List


Re: [Ql-Users] SMSQmulator 3.00

2024-02-19 Thread Wolfgang Lenerz via Ql-Users

Hi Derek,

Thanks that's good to know
Regards

Wolfgang



Hi,

All works fine with me installation of Java 11 on Linux Mint 21.2, selecting 
Reset from menbar resets the emulator.

Regards
DerekT




___
QL-Users Mailing List


Re: [Ql-Users] SMSQmulator 3.00

2024-02-19 Thread Juraj Lutter via Ql-Users
Hi,

Java 17, on startup.

otis@chemex ~/Downloads/SMSQmulator17300 % java -version
openjdk version "17.0.9" 2023-10-17
OpenJDK Runtime Environment Homebrew (build 17.0.9+0)
OpenJDK 64-Bit Server VM Homebrew (build 17.0.9+0, mixed mode, sharing)
otis@chemex ~/Downloads/SMSQmulator17300 % java -jar SMSQmulator.jar
Exception in thread "AWT-EventQueue-0" java.lang.NoClassDefFoundError: 
com/apple/eawt/QuitHandler
at ui.MonitorGui.(MonitorGui.java:110)
at smsqmulator.SMSQmulator.(SMSQmulator.java:82)
at smsqmulator.SMSQmulator.lambda$main$0(SMSQmulator.java:225)
at 
java.desktop/java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:318)
at java.desktop/java.awt.EventQueue.dispatchEventImpl(EventQueue.java:773)
at java.desktop/java.awt.EventQueue$4.run(EventQueue.java:720)
at java.desktop/java.awt.EventQueue$4.run(EventQueue.java:714)
at 
java.base/java.security.AccessController.doPrivileged(AccessController.java:399)
at 
java.base/java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:86)
at java.desktop/java.awt.EventQueue.dispatchEvent(EventQueue.java:742)
at 
java.desktop/java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:203)
at 
java.desktop/java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:124)
at 
java.desktop/java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:113)
at 
java.desktop/java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:109)
at 
java.desktop/java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:101)
at java.desktop/java.awt.EventDispatchThread.run(EventDispatchThread.java:90)
Caused by: java.lang.ClassNotFoundException: com.apple.eawt.QuitHandler
at 
java.base/jdk.internal.loader.BuiltinClassLoader.loadClass(BuiltinClassLoader.java:641)
at 
java.base/jdk.internal.loader.ClassLoaders$AppClassLoader.loadClass(ClassLoaders.java:188)
at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:525)
... 16 more



> On 19 Feb 2024, at 17:51, Wolfgang Lenerz via Ql-Users 
>  wrote:
> 
> Hi,
> 
> are you running this on java 21?
> 
> Wolfgang
> 
> 
> 
>> Hi,
>> Another one - selecting Reset from the interface causes this:
>> Exception in thread "AWT-EventQueue-0" 
>> java.lang.UnsupportedOperationException
>> at java.base/java.lang.Thread.stop(Thread.java:1667)
>> at 
>> smsqmulator.SimpleEmulationThread.endEmulation(SimpleEmulationThread.java:42)
>> at smsqmulator.Monitor.killEmulation(Monitor.java:1168)
>> at smsqmulator.Monitor.reset(Monitor.java:1181)
>> at ui.FileMenu.lambda$new$1(FileMenu.java:37)
>> at
> 
> 
> (...)
> 
>> Kjartan
> ___
> QL-Users Mailing List


___
QL-Users Mailing List


Re: [Ql-Users] SMSQmulator 3.00

2024-02-19 Thread Kjartan via Ql-Users

Hi,

I'm on 21 it seems..

java --version
openjdk 21.0.1 2023-10-17

Kjartan

On 2024-02-19 17:10, Derek via Ql-Users wrote:

Hi,

All works fine with me installation of Java 11 on Linux Mint 21.2,
selecting Reset from menbar resets the emulator.

Regards
Derek

On 19 February 2024 15:59:49 GMT, Juraj Lutter via Ql-Users
 wrote:



On 19 Feb 2024, at 16:46, Kjartan via Ql-Users 
 wrote:


Hi,

Another one - selecting Reset from the interface causes this:


This popped up at me on startup when using OpenJDK17 from Homebrew on 
MacOS.




Exception in thread "AWT-EventQueue-0" 
java.lang.UnsupportedOperationException

   at java.base/java.lang.Thread.stop(Thread.java:1667)
   at 
smsqmulator.SimpleEmulationThread.endEmulation(SimpleEmulationThread.java:42)

   at smsqmulator.Monitor.killEmulation(Monitor.java:1168)
   at smsqmulator.Monitor.reset(Monitor.java:1181)
   at ui.FileMenu.lambda$new$1(FileMenu.java:37)


otis
___
QL-Users Mailing List

___
QL-Users Mailing List


--
Roundcube Webmail
___
QL-Users Mailing List


[Ql-Users] SMSQmulator 3.00

2024-02-19 Thread Wolfgang Lenerz via Ql-Users

Hi,

you get this when you start up the machine, or when you try to reset it?

Wolfgang


This popped up at me on startup when using OpenJDK17 from Homebrew on MacOS.



Exception in thread "AWT-EventQueue-0" java.lang.UnsupportedOperationException
at java.base/java.lang.Thread.stop(Thread.java:1667)
at 
smsqmulator.SimpleEmulationThread.endEmulation(SimpleEmulationThread.java:42)
at smsqmulator.Monitor.killEmulation(Monitor.java:1168)
at smsqmulator.Monitor.reset(Monitor.java:1181)
at ui.FileMenu.lambda$new$1(FileMenu.java:37)


otis
___
QL-Users Mailing List


___
QL-Users Mailing List


[Ql-Users] SMSQmulator 3.00

2024-02-19 Thread Wolfgang Lenerz via Ql-Users

Hi,

are you running this on java 21?

Wolfgang




Hi,

Another one - selecting Reset from the interface causes this:

Exception in thread "AWT-EventQueue-0" 
java.lang.UnsupportedOperationException

     at java.base/java.lang.Thread.stop(Thread.java:1667)
     at 
smsqmulator.SimpleEmulationThread.endEmulation(SimpleEmulationThread.java:42)

     at smsqmulator.Monitor.killEmulation(Monitor.java:1168)
     at smsqmulator.Monitor.reset(Monitor.java:1181)
     at ui.FileMenu.lambda$new$1(FileMenu.java:37)
     at 



(...)


Kjartan


___
QL-Users Mailing List


Re: [Ql-Users] SMSQmulator 3.00

2024-02-19 Thread Derek via Ql-Users
Hi,

All works fine with me installation of Java 11 on Linux Mint 21.2, selecting 
Reset from menbar resets the emulator.

Regards
Derek

On 19 February 2024 15:59:49 GMT, Juraj Lutter via Ql-Users 
 wrote:
>
>
>> On 19 Feb 2024, at 16:46, Kjartan via Ql-Users  
>> wrote:
>> 
>> Hi,
>> 
>> Another one - selecting Reset from the interface causes this:
>
>This popped up at me on startup when using OpenJDK17 from Homebrew on MacOS.
>
>> 
>> Exception in thread "AWT-EventQueue-0" 
>> java.lang.UnsupportedOperationException
>>at java.base/java.lang.Thread.stop(Thread.java:1667)
>>at 
>> smsqmulator.SimpleEmulationThread.endEmulation(SimpleEmulationThread.java:42)
>>at smsqmulator.Monitor.killEmulation(Monitor.java:1168)
>>at smsqmulator.Monitor.reset(Monitor.java:1181)
>>at ui.FileMenu.lambda$new$1(FileMenu.java:37)
>
>otis
>___
>QL-Users Mailing List
___
QL-Users Mailing List


Re: [Ql-Users] SMSQmulator 3.00

2024-02-19 Thread Juraj Lutter via Ql-Users



> On 19 Feb 2024, at 16:46, Kjartan via Ql-Users  
> wrote:
> 
> Hi,
> 
> Another one - selecting Reset from the interface causes this:

This popped up at me on startup when using OpenJDK17 from Homebrew on MacOS.

> 
> Exception in thread "AWT-EventQueue-0" java.lang.UnsupportedOperationException
>at java.base/java.lang.Thread.stop(Thread.java:1667)
>at 
> smsqmulator.SimpleEmulationThread.endEmulation(SimpleEmulationThread.java:42)
>at smsqmulator.Monitor.killEmulation(Monitor.java:1168)
>at smsqmulator.Monitor.reset(Monitor.java:1181)
>at ui.FileMenu.lambda$new$1(FileMenu.java:37)

otis
___
QL-Users Mailing List


Re: [Ql-Users] SMSQmulator 3.00

2024-02-19 Thread Kjartan via Ql-Users

Hi,

Another one - selecting Reset from the interface causes this:

Exception in thread "AWT-EventQueue-0" 
java.lang.UnsupportedOperationException

at java.base/java.lang.Thread.stop(Thread.java:1667)
at 
smsqmulator.SimpleEmulationThread.endEmulation(SimpleEmulationThread.java:42)

at smsqmulator.Monitor.killEmulation(Monitor.java:1168)
at smsqmulator.Monitor.reset(Monitor.java:1181)
at ui.FileMenu.lambda$new$1(FileMenu.java:37)
at 
java.desktop/javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:1972)
at 
java.desktop/javax.swing.AbstractButton$Handler.actionPerformed(AbstractButton.java:2314)
at 
java.desktop/javax.swing.DefaultButtonModel.fireActionPerformed(DefaultButtonModel.java:407)
at 
java.desktop/javax.swing.DefaultButtonModel.setPressed(DefaultButtonModel.java:262)
at 
java.desktop/javax.swing.AbstractButton.doClick(AbstractButton.java:374)
at 
java.desktop/javax.swing.plaf.basic.BasicMenuItemUI.doClick(BasicMenuItemUI.java:1029)
at 
java.desktop/javax.swing.plaf.basic.BasicMenuItemUI$Handler.mouseReleased(BasicMenuItemUI.java:1073)
at 
java.desktop/java.awt.Component.processMouseEvent(Component.java:6621)
at 
java.desktop/javax.swing.JComponent.processMouseEvent(JComponent.java:3398)
at 
java.desktop/java.awt.Component.processEvent(Component.java:6386)
at 
java.desktop/java.awt.Container.processEvent(Container.java:2266)
at 
java.desktop/java.awt.Component.dispatchEventImpl(Component.java:4996)
at 
java.desktop/java.awt.Container.dispatchEventImpl(Container.java:2324)
at 
java.desktop/java.awt.Component.dispatchEvent(Component.java:4828)
at 
java.desktop/java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:4948)
at 
java.desktop/java.awt.LightweightDispatcher.processMouseEvent(Container.java:4575)
at 
java.desktop/java.awt.LightweightDispatcher.dispatchEvent(Container.java:4516)
at 
java.desktop/java.awt.Container.dispatchEventImpl(Container.java:2310)
at 
java.desktop/java.awt.Window.dispatchEventImpl(Window.java:2780)
at 
java.desktop/java.awt.Component.dispatchEvent(Component.java:4828)
at 
java.desktop/java.awt.EventQueue.dispatchEventImpl(EventQueue.java:775)

at java.desktop/java.awt.EventQueue$4.run(EventQueue.java:720)
at java.desktop/java.awt.EventQueue$4.run(EventQueue.java:714)
at 
java.base/java.security.AccessController.doPrivileged(AccessController.java:400)
at 
java.base/java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:87)
at 
java.base/java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:98)

at java.desktop/java.awt.EventQueue$5.run(EventQueue.java:747)
at java.desktop/java.awt.EventQueue$5.run(EventQueue.java:745)
at 
java.base/java.security.AccessController.doPrivileged(AccessController.java:400)
at 
java.base/java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:87)
at 
java.desktop/java.awt.EventQueue.dispatchEvent(EventQueue.java:744)
at 
java.desktop/java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:203)
at 
java.desktop/java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:124)
at 
java.desktop/java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:113)
at 
java.desktop/java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:109)
at 
java.desktop/java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:101)
at 
java.desktop/java.awt.EventDispatchThread.run(EventDispatchThread.java:90)


Kjartan

On 2024-02-18 16:18, Wolfgang Lenerz via Ql-Users wrote:

Hi,

fixed and re-upped.

Wolfgang

Hi,

Just me or is there bug in nfa and sfa device selection?
Changing either will also change the other.

Kjartan

On 2024-02-17 14:04, Wolfgang Lenerz via Ql-Users wrote:

Darn it, sorry for the typos!


Hi all,

SMSQmulator 3.00 is out, for  versions 11 and 17 of java.

The bump to v. 3.00 is due to the manu internal changes that were.
SMSqmulator does now have aaaccess to srrial ports (this is stimll 
experimental - it works here).




This can be downloaded from wlenerz.com/smsqmulator

Have fun!

Wolfgang

___
QL-Users Mailing List


___
QL-Users Mailing List




___
QL-Users Mailing List


--
Roundcube Webmail
___
QL-Users Mailing List


[Ql-Users] SMSQmulator 3.00

2024-02-18 Thread Wolfgang Lenerz via Ql-Users

Hi,

fixed and re-upped.

Wolfgang

Hi,

Just me or is there bug in nfa and sfa device selection?
Changing either will also change the other.

Kjartan

On 2024-02-17 14:04, Wolfgang Lenerz via Ql-Users wrote:

Darn it, sorry for the typos!


Hi all,

SMSQmulator 3.00 is out, for  versions 11 and 17 of java.

The bump to v. 3.00 is due to the manu internal changes that were.
SMSqmulator does now have aaaccess to srrial ports (this is stimll 
experimental - it works here).




This can be downloaded from wlenerz.com/smsqmulator

Have fun!

Wolfgang

___
QL-Users Mailing List


___
QL-Users Mailing List




___
QL-Users Mailing List


[Ql-Users] SMSQmulator 3.00

2024-02-18 Thread Wolfgang Lenerz via Ql-Users

Hi,

it's not just you.

Thanks

Wolfgang

Hi,

Just me or is there bug in nfa and sfa device selection?
Changing either will also change the other.

Kjartan

On 2024-02-17 14:04, Wolfgang Lenerz via Ql-Users wrote:

Darn it, sorry for the typos!


Hi all,

SMSQmulator 3.00 is out, for  versions 11 and 17 of java.

The bump to v. 3.00 is due to the manu internal changes that were.
SMSqmulator does now have aaaccess to srrial ports (this is stimll 
experimental - it works here).




This can be downloaded from wlenerz.com/smsqmulator

Have fun!

Wolfgang

___
QL-Users Mailing List


___
QL-Users Mailing List




___
QL-Users Mailing List


Re: [Ql-Users] SMSQmulator 3.00

2024-02-18 Thread Kjartan via Ql-Users

Hi,

Just me or is there bug in nfa and sfa device selection?
Changing either will also change the other.

Kjartan

On 2024-02-17 14:04, Wolfgang Lenerz via Ql-Users wrote:

Darn it, sorry for the typos!


Hi all,

SMSQmulator 3.00 is out, for  versions 11 and 17 of java.

The bump to v. 3.00 is due to the manu internal changes that were.
SMSqmulator does now have aaaccess to srrial ports (this is stimll 
experimental - it works here).




This can be downloaded from wlenerz.com/smsqmulator

Have fun!

Wolfgang

___
QL-Users Mailing List


___
QL-Users Mailing List


--
Roundcube Webmail
___
QL-Users Mailing List


Re: [Ql-Users] SMSQmulator 3.00

2024-02-17 Thread pjw via Ql-Users

Fantastic! :o)

Per
On 17/02/2024 14:00, Wolfgang Lenerz via Ql-Users wrote:

Hi all,

SMSQmulator 3.00 is out, for  versions 11 and 17 of java.

The bump to v. 3.00 is due to the manu internal changes that were.
SMSqmulator does now have aaaccess to srrial ports (this is stimll 
experimental - it works here).




This can be downloaded from wlenerz.com/smsqmulator

Have fun!

Wolfgang

___
QL-Users Mailing List


___
QL-Users Mailing List


[Ql-Users] SMSQmulator 3.00

2024-02-17 Thread Wolfgang Lenerz via Ql-Users

Darn it, sorry for the typos!


Hi all,

SMSQmulator 3.00 is out, for  versions 11 and 17 of java.

The bump to v. 3.00 is due to the manu internal changes that were.
SMSqmulator does now have aaaccess to srrial ports (this is stimll 
experimental - it works here).




This can be downloaded from wlenerz.com/smsqmulator

Have fun!

Wolfgang

___
QL-Users Mailing List


___
QL-Users Mailing List


[Ql-Users] SMSQmulator 3.00

2024-02-17 Thread Wolfgang Lenerz via Ql-Users

Hi all,

SMSQmulator 3.00 is out, for  versions 11 and 17 of java.

The bump to v. 3.00 is due to the manu internal changes that were.
SMSqmulator does now have aaaccess to srrial ports (this is stimll 
experimental - it works here).




This can be downloaded from wlenerz.com/smsqmulator

Have fun!

Wolfgang

___
QL-Users Mailing List


Re: [Ql-Users] SMSQmulator

2021-12-30 Thread Peter Graf via Ql-Users
Wolf via Ql-Users wrote:
> I've re-re-upped the version for java 8...

re-thanks!
___
QL-Users Mailing List


[Ql-Users] SMSQmulator

2021-12-30 Thread Wolf via Ql-Users

Hi,

I've re-re-upped the version for java 8...

Wolfgang
___
QL-Users Mailing List


Re: [Ql-Users] SMSQmulator

2021-12-29 Thread Wolf via Ql-Users

Hi,

that file seems to have got lost in translation.

I've re-upped everything, it is now there.

Have fun!

Wolfgang


On 29/12/2021 11:14, Massimino Boccardi via Ql-Users wrote:

Hi.
I downloaded the latest version of SMSQmulator but I’m not able to run it.
I receive the following error :

Error setting QXL.WIN drives:
..\SMSQmulator.win cannot be found

I’m not able to found SMSQmulator.win on the zip …

Someone could help!?
Thanks in advance
Max
<>



Il giorno 26 dic 2021, alle ore 10:37, desin via Ql-Users 
 ha scritto:

Am 26.12.21 um 10:29 schrieb Derek via Ql-Users:

Hi,
I use OpenJDK 11 or 8, version 11 is running on the Linux laptop.
I do not use Windows as I fo not want to pay for the licence. Linux does all I 
require, without the constant attension to virus checkers.
I also do not want to buy nee hardware to run Windows 11, whi h maybe as bad as 
Windows 10.


i'm using this
https://adoptium.net/

Markus
___
QL-Users Mailing List

___
QL-Users Mailing List

___
QL-Users Mailing List

Re: [Ql-Users] SMSQmulator

2021-12-29 Thread Massimino Boccardi via Ql-Users
Hi.
I downloaded the latest version of SMSQmulator but I’m not able to run it.
I receive the following error : 

Error setting QXL.WIN drives:
..\SMSQmulator.win cannot be found 

I’m not able to found SMSQmulator.win on the zip …

Someone could help!?
Thanks in advance
Max
<>


> Il giorno 26 dic 2021, alle ore 10:37, desin via Ql-Users 
>  ha scritto:
> 
> Am 26.12.21 um 10:29 schrieb Derek via Ql-Users:
>> Hi,
>> I use OpenJDK 11 or 8, version 11 is running on the Linux laptop.
>> I do not use Windows as I fo not want to pay for the licence. Linux does all 
>> I require, without the constant attension to virus checkers.
>> I also do not want to buy nee hardware to run Windows 11, whi h maybe as bad 
>> as Windows 10.
> 
> i'm using this
> https://adoptium.net/
> 
> Markus
> ___
> QL-Users Mailing List
___
QL-Users Mailing List

Re: [Ql-Users] SMSQmulator

2021-12-26 Thread desin via Ql-Users

Am 26.12.21 um 10:29 schrieb Derek via Ql-Users:

Hi,

I use OpenJDK 11 or 8, version 11 is running on the Linux laptop.

I do not use Windows as I fo not want to pay for the licence. Linux does all I 
require, without the constant attension to virus checkers.

I also do not want to buy nee hardware to run Windows 11, whi h maybe as bad as 
Windows 10.



i'm using this
https://adoptium.net/

Markus
___
QL-Users Mailing List


Re: [Ql-Users] SMSQmulator

2021-12-26 Thread Derek via Ql-Users
Hi,

I use OpenJDK 11 or 8, version 11 is running on the Linux laptop.

I do not use Windows as I fo not want to pay for the licence. Linux does all I 
require, without the constant attension to virus checkers.

I also do not want to buy nee hardware to run Windows 11, whi h maybe as bad as 
Windows 10.

SMSQmulator rin very smoothely on a Core i7 based computer, only needs 4Gb to 
run...
---
Regards,
Derek

On 26 December 2021 05:44:14 GMT, Wolfgang Lenerz via Ql-Users 
 wrote:
>Hi,
>
>I only use openjdk.
>
>The reason I refer people to the java.com or oracle's site is that they 
>have executable files which will do the install for you.
>
>If you want to use openjdk, you need to download the zip file (from 
>https://jdk.java.net/17/) and unzip it, set one or two environment 
>variables to point to where you unzipped it, and then set the file 
>association between .jar files and java
>
>
>Wolfgang
>
>> 
>> DId you do any testing with OpenJDK? Oracle’s JDK has had some licensing 
>> difficulities over the last 10-15 years.
>> 
>> otis
>> 
>> —
>> Juraj Lutter
>> XMPP: juraj (at) lutter.sk
>> GSM: +421907986576
>> 
>> ___
>> QL-Users Mailing List
>___
>QL-Users Mailing List
___
QL-Users Mailing List

[Ql-Users] SMSQmulator

2021-12-25 Thread Wolfgang Lenerz via Ql-Users

Hi,

I only use openjdk.

The reason I refer people to the java.com or oracle's site is that they 
have executable files which will do the install for you.


If you want to use openjdk, you need to download the zip file (from 
https://jdk.java.net/17/) and unzip it, set one or two environment 
variables to point to where you unzipped it, and then set the file 
association between .jar files and java



Wolfgang



DId you do any testing with OpenJDK? Oracle’s JDK has had some licensing 
difficulities over the last 10-15 years.

otis

—
Juraj Lutter
XMPP: juraj (at) lutter.sk
GSM: +421907986576

___
QL-Users Mailing List

___
QL-Users Mailing List

Re: [Ql-Users] SMSQmulator

2021-12-25 Thread Juraj Lutter via Ql-Users


> On 25 Dec 2021, at 16:37, Wolfgang Lenerz via Ql-Users 
>  wrote:
> 
> Hi Per,
> 
> Never a dumb question from you.
> 
> I thought win 11 had a recent version of java installed.
> 
> If it doesn't :
> 
> https://www.oracle.com/java/technologies/downloads/#jdk17-windows
> 
> This will install the full jdk, not just the runtime.
> 
> When I go to java.com all I get is this:
> "
> This site https://www.java.com/ is experiencing technical difficulty. We are 
> aware of the issue and are working as quick as possible to correct the issue.
> 
> We apologize for any inconvenience this may have caused.
> 
> To speak with an Oracle sales representative: 1.800.ORACLE1.
> 
> To contact Oracle Corporate Headquarters from anywhere in the world: 
> 1.650.506.7000.
> 
> To get technical support in the United States: 1.800.633.0738.
> "
> 

DId you do any testing with OpenJDK? Oracle’s JDK has had some licensing 
difficulities over the last 10-15 years.

otis

—
Juraj Lutter
XMPP: juraj (at) lutter.sk
GSM: +421907986576

___
QL-Users Mailing List

Re: [Ql-Users] SMSQmulator

2021-12-25 Thread pjwitte via Ql-Users
As my uninspiring maths teacher used to say, "You're right: No 
question is too dumb to ask. But you may be too dumb to understand the 
answer"! So theres that..


I dont know that any version of Java is installed in Windows by 
default, but anyway, mine was an "upgrade" from W10 and Java 8 was 
already installed.


I dont want the whole JDK (Im at the end of my month's broadband 
quota). So am I to understand that JDK17 includes Java runtime V11? If 
so then Oracle's version system is even more screwed up than mine! 8, 
11, 17..?


Anyway, I found my way to the V11 runtime, but now they want me to 
sign up to be able to download it!! I never used to have to do that 
before. I may revert to V8 if theyll still allow me to download it 
without an account. If not, Im not sure what I'll do..


Per

PS: Merry Christmas! you sad, sad people who are reading this today ;o)

On 25/12/2021 16:37, Wolfgang Lenerz via Ql-Users wrote:

Hi Per,

Never a dumb question from you.

I thought win 11 had a recent version of java installed.

If it doesn't :

https://www.oracle.com/java/technologies/downloads/#jdk17-windows

This will install the full jdk, not just the runtime.

When I go to java.com all I get is this:
"
This site https://www.java.com/ is experiencing technical 
difficulty. We are aware of the issue and are working as quick as 
possible to correct the issue.


We apologize for any inconvenience this may have caused.

To speak with an Oracle sales representative: 1.800.ORACLE1.

To contact Oracle Corporate Headquarters from anywhere in the world: 
1.650.506.7000.


To get technical support in the United States: 1.800.633.0738.
"

What a crock!


Wolfgang


On 25/12/2021 14:29, Wolf via Ql-Users wrote:

Hi all,

SMSQmulator 2.33 is out now.

Just a small bugfix release, notably for the NFA device, which is 
now marked as a format type 4.


http://www.wlenerz.com/smsqmulator/

Season's Greetings to all! 


Thank you!

Now for the dumb questions:

When I follow the link on your website to check for latest Java 
update I only ever get shown V8.xx.xx updates. You write on your 
website that SMSQmulator V2.33 will be the last for Java 8, so I 
want to be ahead of the curve. Also, as you will know from our 
correspondence, Im having unresolvable "issues" with SMSQmulator on 
Windows 11, so Im hoping these can eventually be resolved by trying 
a different Java.


But I cant see Java V11 anywhere on the java.com website.  So I 
uninstalled Java V8 and tried again; still only V8 on offer. 
Digging a bit further I find there is a Java 17 out there. This is 
what Oracle seems to want us to download on starting from scratch now.


So, what do I do?

Per
___
QL-Users Mailing List

___
QL-Users Mailing List


___
QL-Users Mailing List

[Ql-Users] SMSQmulator

2021-12-25 Thread Wolfgang Lenerz via Ql-Users

Hi Per,

Never a dumb question from you.

I thought win 11 had a recent version of java installed.

If it doesn't :

https://www.oracle.com/java/technologies/downloads/#jdk17-windows

This will install the full jdk, not just the runtime.

When I go to java.com all I get is this:
"
This site https://www.java.com/ is experiencing technical difficulty. We 
are aware of the issue and are working as quick as possible to correct 
the issue.


We apologize for any inconvenience this may have caused.

To speak with an Oracle sales representative: 1.800.ORACLE1.

To contact Oracle Corporate Headquarters from anywhere in the world: 
1.650.506.7000.


To get technical support in the United States: 1.800.633.0738.
"

What a crock!


Wolfgang


On 25/12/2021 14:29, Wolf via Ql-Users wrote:

Hi all,

SMSQmulator 2.33 is out now.

Just a small bugfix release, notably for the NFA device, which is now 
marked as a format type 4.


http://www.wlenerz.com/smsqmulator/

Season's Greetings to all! 


Thank you!

Now for the dumb questions:

When I follow the link on your website to check for latest Java update I 
only ever get shown V8.xx.xx updates. You write on your website that 
SMSQmulator V2.33 will be the last for Java 8, so I want to be ahead of 
the curve. Also, as you will know from our correspondence, Im having 
unresolvable "issues" with SMSQmulator on Windows 11, so Im hoping these 
can eventually be resolved by trying a different Java.


But I cant see Java V11 anywhere on the java.com website.  So I 
uninstalled Java V8 and tried again; still only V8 on offer. Digging a 
bit further I find there is a Java 17 out there. This is what Oracle 
seems to want us to download on starting from scratch now.


So, what do I do?

Per
___
QL-Users Mailing List

___
QL-Users Mailing List

Re: [Ql-Users] SMSQmulator

2021-12-25 Thread pjwitte via Ql-Users

On 25/12/2021 14:29, Wolf via Ql-Users wrote:

Hi all,

SMSQmulator 2.33 is out now.

Just a small bugfix release, notably for the NFA device, which is 
now marked as a format type 4.


http://www.wlenerz.com/smsqmulator/

Season's Greetings to all! 


Thank you!

Now for the dumb questions:

When I follow the link on your website to check for latest Java update 
I only ever get shown V8.xx.xx updates. You write on your website that 
SMSQmulator V2.33 will be the last for Java 8, so I want to be ahead 
of the curve. Also, as you will know from our correspondence, Im 
having unresolvable "issues" with SMSQmulator on Windows 11, so Im 
hoping these can eventually be resolved by trying a different Java.


But I cant see Java V11 anywhere on the java.com website.  So I 
uninstalled Java V8 and tried again; still only V8 on offer. Digging a 
bit further I find there is a Java 17 out there. This is what Oracle 
seems to want us to download on starting from scratch now.


So, what do I do?

Per
___
QL-Users Mailing List

[Ql-Users] SMSQmulator

2021-12-25 Thread Wolf via Ql-Users

Hi all,

SMSQmulator 2.33 is out now.

Just a small bugfix release, notably for the NFA device, which is now 
marked as a format type 4.


http://www.wlenerz.com/smsqmulator/

Season's Greetings to all!

Wolfgang
___
QL-Users Mailing List


Re: [Ql-Users] SMSQmulator <> LBYTES filename_scr,SCR_BASE

2021-11-24 Thread François Van Emelen via Ql-Users

Op 24/11/2021 om 15:40 schreef desin via Ql-Users:

Am 24.11.21 um 11:40 schrieb François Van Emelen via Ql-Users:

Hi,

SMSQmulator locks when trying to display a valid SCR-file with LBYTES 
filename,SCR_BASE.




set SMSQemulator to :

scr_size 512x256
QL colours
allow Ql Screen emulation

Hope it helps

Markus
___
QL-Users Mailing List


Hi Markus,

Problem solved. Yhank you.

François Van Emelen


___
QL-Users Mailing List

Re: [Ql-Users] SMSQmulator <> LBYTES filename_scr,SCR_BASE

2021-11-24 Thread desin via Ql-Users

Am 24.11.21 um 11:40 schrieb François Van Emelen via Ql-Users:

Hi,

SMSQmulator locks when trying to display a valid SCR-file with LBYTES 
filename,SCR_BASE.




set SMSQemulator to :

scr_size 512x256
QL colours
allow Ql Screen emulation

Hope it helps

Markus
___
QL-Users Mailing List

[Ql-Users] SMSQmulator <> LBYTES filename_scr,SCR_BASE

2021-11-24 Thread François Van Emelen via Ql-Users

Hi,

SMSQmulator locks when trying to display a valid SCR-file with LBYTES 
filename,SCR_BASE.


There is no problem with the same file in QPC2.

Can someone confirm this?

Help is welcome.

François Van Emelen


___
QL-Users Mailing List

Re: [Ql-Users] SMSQmulator

2021-11-01 Thread Wolfgang Lenerz via Ql-Users

Hi,

HDD stands for Highly Defective Device.

Don't use...
:-)

Wolfgang
> hello
> Wolfgang and Marcel
> 
> thanks for the updates
> 
> Wolfgang
> can you please shed some light on the new HDD device
> 
> Greetings from Switzerland
> 
>     Markus
> ___
> QL-Users Mailing List
> 
___
QL-Users Mailing List

Re: [Ql-Users] SMSQmulator

2021-11-01 Thread desin via Ql-Users

hello
Wolfgang and Marcel

thanks for the updates

Wolfgang
can you please shed some light on the new HDD device

Greetings from Switzerland

Markus
___
QL-Users Mailing List


Re: [Ql-Users] SMSQmulator

2021-11-01 Thread Wolfgang Lenerz via Ql-Users
Hi François,

thanks, hope you find it useful.

Wolfgang


> Op 31/10/2021 om 7:44 schreef Wolfgang Lenerz via Ql-Users:
>> Hi all,
>>
>> a new version of SMSQmulator is out, using the latest SMSQE and with
>> some bugfixes and improvements (CTRL key handling under windows, thanks
>> Per for pointing that out).
>>
>> wlenerz.com/smsqmulator
>>
>> Have fun
>>
>> Wolfgang
>> ___
>> QL-Users Mailing List
> 
> Hi Wolfgang,
> 
> Thank you for the new version.
> 
> François Van Emelen
> 
> 
> ___
> QL-Users Mailing List
___
QL-Users Mailing List

Re: [Ql-Users] SMSQmulator

2021-11-01 Thread François Van Emelen via Ql-Users

Op 31/10/2021 om 7:44 schreef Wolfgang Lenerz via Ql-Users:

Hi all,

a new version of SMSQmulator is out, using the latest SMSQE and with
some bugfixes and improvements (CTRL key handling under windows, thanks
Per for pointing that out).

wlenerz.com/smsqmulator

Have fun

Wolfgang
___
QL-Users Mailing List


Hi Wolfgang,

Thank you for the new version.

François Van Emelen


___
QL-Users Mailing List

[Ql-Users] SMSQmulator

2021-10-31 Thread Wolfgang Lenerz via Ql-Users
Hi all,

a new version of SMSQmulator is out, using the latest SMSQE and with
some bugfixes and improvements (CTRL key handling under windows, thanks
Per for pointing that out).

wlenerz.com/smsqmulator

Have fun

Wolfgang
___
QL-Users Mailing List


Re: [Ql-Users] SMSQmulator 2.31

2021-02-18 Thread pjwitte via Ql-Users

On 18/02/2021 08:35, Wolfgang Lenerz via Ql-Users wrote:

Hi all,


SMSQmulator 2.31 is out (wlenerz.com/smsqmulator).

This is a pure bugfix release, to get rid of the syncscrap bug evoked
here, as well as some others found notably by Fabrizio  Diversi and Bob
Spelten.

Thank you, Wolfgang!

This version does NOT fix the problem with ALT+CTRL hotkeys under
Windows - this requires some more investigation.


That would be great! One gets so used to one's Hotkeys after all.

Per

___
QL-Users Mailing List


Re: [Ql-Users] SMSQmulator 2.31

2021-02-18 Thread François Van Emelen via Ql-Users

Op 18/02/2021 om 8:35 schreef Wolfgang Lenerz via Ql-Users:

Hi all,


SMSQmulator 2.31 is out (wlenerz.com/smsqmulator).

This is a pure bugfix release, to get rid of the syncscrap bug evoked
here, as well as some others found notably by Fabrizio  Diversi and Bob
Spelten.


This version does NOT fix the problem with ALT+CTRL hotkeys under
Windows - this requires some more investigation.

Have fun!

Wolfgang
___
QL-Users Mailing List


Thanks for the fix.

François Van Emelen


___
QL-Users Mailing List

[Ql-Users] SMSQmulator 2.31

2021-02-17 Thread Wolfgang Lenerz via Ql-Users
Hi all,


SMSQmulator 2.31 is out (wlenerz.com/smsqmulator).

This is a pure bugfix release, to get rid of the syncscrap bug evoked
here, as well as some others found notably by Fabrizio  Diversi and Bob
Spelten.


This version does NOT fix the problem with ALT+CTRL hotkeys under
Windows - this requires some more investigation.

Have fun!

Wolfgang
___
QL-Users Mailing List


Re: [Ql-Users] SMSQmulator 2.30

2021-02-13 Thread François Van Emelen via Ql-Users

Op 13/02/2021 om 11:24 schreef pjwitte via Ql-Users:
There appears to be a problem with the JVA_SYNCSCRAP job in Windows 
(10). I find it impossible to use the scrap, both internally (eg QD 
<-> QD) or from Windows (eg Notepad <-> QD). It always contains the 
same random text that never gets updated.


Stopping the SYNCSCRAP job cures the problem internally, but then the 
Windows <-> SMSQmulator facility also doesnt work, unless 
JVA_SGET/SPUT is used first.


The syncscrap job did work at some point, but doesnt now, and didnt in 
V2.29 either.


Apparently, in Windows, dont know about Linux, CTRL doesnt work as 
part of any Hotkey sequence; ALT + CTRL + x doest do anything although 
defined. Is this fixable?


Per

___
QL-Users Mailing List


Hi,

Same here with Windows 7.

François Van Emelen



___
QL-Users Mailing List

Re: [Ql-Users] SMSQmulator 2.30

2021-02-13 Thread François Van Emelen via Ql-Users

Op 13/02/2021 om 11:24 schreef pjwitte via Ql-Users:
There appears to be a problem with the JVA_SYNCSCRAP job in Windows 
(10). I find it impossible to use the scrap, both internally (eg QD 
<-> QD) or from Windows (eg Notepad <-> QD). It always contains the 
same random text that never gets updated.


Stopping the SYNCSCRAP job cures the problem internally, but then the 
Windows <-> SMSQmulator facility also doesnt work, unless 
JVA_SGET/SPUT is used first.


The syncscrap job did work at some point, but doesnt now, and didnt in 
V2.29 either.


Apparently, in Windows, dont know about Linux, CTRL doesnt work as 
part of any Hotkey sequence; ALT + CTRL + x doest do anything although 
defined. Is this fixable?


Per

___
QL-Users Mailing List


Hi,

I thought I was the only one having problems with it.

François Van Emelen

___
QL-Users Mailing List

Re: [Ql-Users] SMSQmulator 2.30

2021-02-13 Thread pjwitte via Ql-Users
There appears to be a problem with the JVA_SYNCSCRAP job in Windows 
(10). I find it impossible to use the scrap, both internally (eg QD 
<-> QD) or from Windows (eg Notepad <-> QD). It always contains the 
same random text that never gets updated.


Stopping the SYNCSCRAP job cures the problem internally, but then the 
Windows <-> SMSQmulator facility also doesnt work, unless 
JVA_SGET/SPUT is used first.


The syncscrap job did work at some point, but doesnt now, and didnt in 
V2.29 either.


Apparently, in Windows, dont know about Linux, CTRL doesnt work as 
part of any Hotkey sequence; ALT + CTRL + x doest do anything although 
defined. Is this fixable?


Per

___
QL-Users Mailing List


[Ql-Users] SMSQmulator 2.30

2021-01-31 Thread Wolfgang Lenerz via Ql-Users
Hi,

the TCP problem is now fixed and the versions for java 11 and 8 have
been (re-)re-upped. This being such a small change, I didn't change
version number.

Thanks to Jan and also Fabrizio Diversi, for pointing this out.

Have fun!

Wolfgang
___
QL-Users Mailing List


Re: [Ql-Users] SMSQmulator 2.30

2021-01-31 Thread Wolfgang Lenerz via Ql-Users
Hi Peter,

yes, same here...
I re-upped the version with an intact lib directory

Have fun!

Wolfgang

>> It appears that most of the library files are missing in the Java 8 .zip 
>> file. SMSQmulator refused to start and gave an 'INI file error' on the 
>> Java 8 version. I could fix this by copying the files in the lib 
>> directory from the Java 11 version.
> 
> For me, the JAVA 8 version appeared to work immediately, but it could be
> that the lib directory still existed from the previous version.
> 
> ___
> QL-Users Mailing List
> 
___
QL-Users Mailing List


Re: [Ql-Users] SMSQmulator 2.30

2021-01-31 Thread Wolfgang Lenerz via Ql-Users
Hi Jan,


> It appears that most of the library files are missing in the Java 8 .zip
> file. 


Thanks for pointing this out. Indeed, for reasons unknown, the content
of the lib directory seems to have been deleted. I re-upped the correct
version of SMSQmulator 8 and 11


> A more serious bug is that the tcp device now doesn't appear to work.

Thnaks I'll check this.

Regards

Wolfgang
___
QL-Users Mailing List


Re: [Ql-Users] SMSQmulator 2.30

2021-01-31 Thread Peter Graf via Ql-Users
Jan Bredenbeek via Ql-Users wrote:

> It appears that most of the library files are missing in the Java 8 .zip 
> file. SMSQmulator refused to start and gave an 'INI file error' on the 
> Java 8 version. I could fix this by copying the files in the lib 
> directory from the Java 11 version.

For me, the JAVA 8 version appeared to work immediately, but it could be
that the lib directory still existed from the previous version.

___
QL-Users Mailing List


Re: [Ql-Users] SMSQmulator 2.30

2021-01-31 Thread Jan Bredenbeek via Ql-Users

Hi Wolfgang,

It appears that most of the library files are missing in the Java 8 .zip 
file. SMSQmulator refused to start and gave an 'INI file error' on the 
Java 8 version. I could fix this by copying the files in the lib 
directory from the Java 11 version.


A more serious bug is that the tcp device now doesn't appear to work. 
When I tried to start QBOX as telnet server it failed to open the tcp 
channel with a 'not found' message. Using tcp as client also failed.

Could it be that implementing udp support has broken the tcp device?

Regards, Jan.

On 24-01-2021 08:57, Wolfgang Lenerz via Ql-Users wrote:

Hi all,

Hot on the heels of SMSQE 3.37, SMSQmulator 2.30 is out now.

Mainly for UDP support, and also the ROXL instruction is corrected
(thanks to David Westbury for pointing that out).

wlenerz.com/smsqmulator



--

Jan Bredenbeek | Hilversum, NL | j...@bredenbeek.net







___
QL-Users Mailing List


Re: [Ql-Users] SMSQmulator 2.30

2021-01-24 Thread Urs Koenig (QL) via Ql-Users
What a QL weekend!

In sequence, that's was highlight number three...

Wolfgang wrote:
> Hot on the heels of SMSQE 3.37, SMSQmulator 2.30 is out now.

Great news! Thank you for making it possible to run QL software almost
everywhere thanks to the Java implementation of a virtual QL machine.

Can't wait to explore the diffs and try it out with QL/E under Windows and
Linux (Intel and Raspi).

And not a bad timing to integrate it into the next version QL/E which is
planned to happen before Easter.

___
QL-Users Mailing List


[Ql-Users] SMSQmulator 2.30

2021-01-23 Thread Wolfgang Lenerz via Ql-Users
Hi all,

Hot on the heels of SMSQE 3.37, SMSQmulator 2.30 is out now.

Mainly for UDP support, and also the ROXL instruction is corrected
(thanks to David Westbury for pointing that out).

wlenerz.com/smsqmulator


Have fun

Wolfgang
___
QL-Users Mailing List


Re: [Ql-Users] SMSQmulator 2.29

2020-04-20 Thread Wolfgang Lenerz via Ql-Users
Hi,

> Trying "java -version" on my W$7(1), I get:
> "java.lang.ExeptionInInitializerError" and a whole page of other messages.

OK, so java itself is shot to death...

> I probably need to uninstall it and try again.

Yes, that's what I'd do. It might be difficult to get ahold of a java 8
nowadays.


Wolfgang
___
QL-Users Mailing List


Re: [Ql-Users] SMSQmulator 2.29

2020-04-20 Thread Bob Spelten via Ql-Users
Op Sun, 19 Apr 2020 18:04:04 +0200 schreef Wolfgang Lenerz via Ql-Users  
:



Hi,


Thanks again. I reloaded the re-upped version.

But under W$7 with most recent Java 8.251 (updated today) nothing
happens, not even the black screen or an error message.



Strange. Just to be sure, I downloaded the file and used it under win7
in a VM where it runs OK with java 8.



Under an old Lubuntu and likely an old Java8 it will start.
Also under W$10 with Java 8.241 there seems to be no problem.


Using a commad line,

java --version
will tell you what java you're running .


The Lubutu reports 1.8.0_66, running SQm8229 OK.
On my Pi3 it's even 1.8.0_65, still running SQm8224 OK.

Trying "java -version" on my W$7(1), I get:  
"java.lang.ExeptionInInitializerError" and a whole page of other messages.


Then I unzipped the same file on another W$7 machine (2), also having Java  
1.8.0_251. There it runs as expected.


So SQm8229 seems OK while there is something wrong with the Java on  
machine (1) since the last update. Also a cold reset did not cure that.

I probably need to uninstall it and try again.

BTW, -showversion works too but also shows a list of command options.

Thanks,
Bob

--
The BSJR QL software site at: "http://home.hccnet.nl/b.spelten/ql/;

--
Deze e-mail is gecontroleerd op virussen door AVG.
http://www.avg.com

___
QL-Users Mailing List


Re: [Ql-Users] SMSQmulator 2.29

2020-04-19 Thread Graeme Gregory via Ql-Users
On Sun, 2020-04-19 at 18:04 +0200, Wolfgang Lenerz via Ql-Users wrote:
> Hi,
> 
> > Thanks again. I reloaded the re-upped version.
> > 
> > But under W$7 with most recent Java 8.251 (updated today) nothing
> > happens, not even the black screen or an error message.
> 
> 
> Strange. Just to be sure, I downloaded the file and used it under
> win7
> in a VM where it runs OK with java 8.
> 
> 
> > Under an old Lubuntu and likely an old Java8 it will start.
> > Also under W$10 with Java 8.241 there seems to be no problem.
> 
> Using a commad line,
> 
> java --version
> 
> will tell you what java you're running .
> 

Not in v8, that needs java -showversion

Graeme


___
QL-Users Mailing List


Re: [Ql-Users] SMSQmulator 2.29

2020-04-19 Thread Wolfgang Lenerz via Ql-Users
Hi,

> Thanks again. I reloaded the re-upped version.
> 
> But under W$7 with most recent Java 8.251 (updated today) nothing
> happens, not even the black screen or an error message.


Strange. Just to be sure, I downloaded the file and used it under win7
in a VM where it runs OK with java 8.


> Under an old Lubuntu and likely an old Java8 it will start.
> Also under W$10 with Java 8.241 there seems to be no problem.

Using a commad line,

java --version

will tell you what java you're running .

> What's happening here?

Perhaps, to find out, you could  start it from a command line?

java -jar 

That should spew out some error messages...

HTH



Wolfgang
___
QL-Users Mailing List


Re: [Ql-Users] SMSQmulator 2.29

2020-04-19 Thread Bob Spelten via Ql-Users
Op Sun, 19 Apr 2020 15:38:27 +0200 schreef Wolfgang Lenerz via Ql-Users  
:



Hi Bob, Per, François, Derek,

thanks for letting me know.

It seems the version for java 11 is ok, not the one for java 8, though
both work ok here.

I re-upped the version for java 8 (also changing the version number).


Thanks again. I reloaded the re-upped version.

But under W$7 with most recent Java 8.251 (updated today) nothing happens,  
not even the black screen or an error message.


Under an old Lubuntu and likely an old Java8 it will start.
Also under W$10 with Java 8.241 there seems to be no problem.

What's happening here?
Bob

--
The BSJR QL software site at: "http://home.hccnet.nl/b.spelten/ql/;

--
Deze e-mail is gecontroleerd op virussen door AVG.
http://www.avg.com

___
QL-Users Mailing List


Re: [Ql-Users] SMSQmulator 2.29

2020-04-19 Thread François Van Emelen via Ql-Users

Op 19/04/2020 om 14:57 schreef François Van Emelen via Ql-Users:

Op 19/04/2020 om 7:56 schreef Wolfgang Lenerz via Ql-Users:

Hi all,

hot on the heels of SMSQE 3.36 comes SMSQmulator 2.29.

Win drives can be made removable.
NFA drives can handle (exec, save and load) files with an XTcc footer,
so that QL files can be  EXEC'd directly from a native drive.

wlenerz.com/smsqmulator.

Have fun


Wolfgang
___
QL-Users Mailing List


Hi Wolfgang,

There seems to be a problem with 2.29.
Launching it displays a black screen.

About says: v 2.29 for Java 8.

François Van Emelen


___
QL-Users Mailing List


Seems to be OK now. Thanks.

Francçois Van Emelen



___
QL-Users Mailing List

Re: [Ql-Users] SMSQmulator 2.29

2020-04-19 Thread pjwitte via Ql-Users

Hi Wolfgang,
Gremlins have dissipated.
Thank you SMSQmulator!
Per

19/04/2020 15:38, Wolfgang Lenerz via Ql-Users wrote:

Hi Bob, Per, François, Derek,

thanks for letting me know.

It seems the version for java 11 is ok, not the one for java 8, though
both work ok here.

I re-upped the version for java 8 (also changing the version number).

HTH

Wolfgang



I updated the Java 11 version all is working okay on Linux.

Maybe it's a Windows problem.

Regards,
Derek

On 19 April 2020 13:57:29 BST, "François Van Emelen via Ql-Users" 
 wrote:

Op 19/04/2020 om 7:56 schreef Wolfgang Lenerz via Ql-Users:

Hi all,

hot on the heels of SMSQE 3.36 comes SMSQmulator 2.29.

Win drives can be made removable.
NFA drives can handle (exec, save and load) files with an XTcc

footer,

so that QL files can be  EXEC'd directly from a native drive.

wlenerz.com/smsqmulator.

Have fun


Wolfgang
___
QL-Users Mailing List


Hi Wolfgang,

There seems to be a problem with 2.29.
Launching it displays a black screen.

About says: v 2.29 for Java 8.

François Van Emelen


___
QL-Users Mailing List

---
Regards,

Derek
___
QL-Users Mailing List


___
QL-Users Mailing List



___
QL-Users Mailing List

Re: [Ql-Users] SMSQmulator 2.29

2020-04-19 Thread Wolfgang Lenerz via Ql-Users
Hi Bob, Per, François, Derek,

thanks for letting me know.

It seems the version for java 11 is ok, not the one for java 8, though
both work ok here.

I re-upped the version for java 8 (also changing the version number).

HTH

Wolfgang


> 
> I updated the Java 11 version all is working okay on Linux.
> 
> Maybe it's a Windows problem.
> 
> Regards,
> Derek
> 
> On 19 April 2020 13:57:29 BST, "François Van Emelen via Ql-Users" 
>  wrote:
>> Op 19/04/2020 om 7:56 schreef Wolfgang Lenerz via Ql-Users:
>>> Hi all,
>>>
>>> hot on the heels of SMSQE 3.36 comes SMSQmulator 2.29.
>>>
>>> Win drives can be made removable.
>>> NFA drives can handle (exec, save and load) files with an XTcc
>> footer,
>>> so that QL files can be  EXEC'd directly from a native drive.
>>>
>>> wlenerz.com/smsqmulator.
>>>
>>> Have fun
>>>
>>>
>>> Wolfgang
>>> ___
>>> QL-Users Mailing List
>>>
>> Hi Wolfgang,
>>
>> There seems to be a problem with 2.29.
>> Launching it displays a black screen.
>>
>> About says: v 2.29 for Java 8.
>>
>> François Van Emelen
>>
>>
>> ___
>> QL-Users Mailing List
> 
> ---
> Regards,
> 
> Derek
> ___
> QL-Users Mailing List
> 
___
QL-Users Mailing List

Re: [Ql-Users] SMSQmulator 2.29

2020-04-19 Thread Fabrizio Diversi via Ql-Users

Hi,

doesn't work here: black screen and 2B29.

I am using a Mac Osx

Fabrizio

On 19/04/2020 15:23, Derek via Ql-Users wrote:

Hi,

I updated the Java 11 version all is working okay on Linux.

Maybe it's a Windows problem.

Regards,
Derek

On 19 April 2020 13:57:29 BST, "François Van Emelen via Ql-Users" 
 wrote:

Op 19/04/2020 om 7:56 schreef Wolfgang Lenerz via Ql-Users:

Hi all,

hot on the heels of SMSQE 3.36 comes SMSQmulator 2.29.

Win drives can be made removable.
NFA drives can handle (exec, save and load) files with an XTcc

footer,

so that QL files can be  EXEC'd directly from a native drive.

wlenerz.com/smsqmulator.

Have fun


Wolfgang
___
QL-Users Mailing List


Hi Wolfgang,

There seems to be a problem with 2.29.
Launching it displays a black screen.

About says: v 2.29 for Java 8.

François Van Emelen


___
QL-Users Mailing List

---
Regards,

Derek
___
QL-Users Mailing List

___
QL-Users Mailing List

Re: [Ql-Users] SMSQmulator 2.29

2020-04-19 Thread Derek via Ql-Users
Hi,

I updated the Java 11 version all is working okay on Linux.

Maybe it's a Windows problem.

Regards,
Derek

On 19 April 2020 13:57:29 BST, "François Van Emelen via Ql-Users" 
 wrote:
>Op 19/04/2020 om 7:56 schreef Wolfgang Lenerz via Ql-Users:
>> Hi all,
>>
>> hot on the heels of SMSQE 3.36 comes SMSQmulator 2.29.
>>
>> Win drives can be made removable.
>> NFA drives can handle (exec, save and load) files with an XTcc
>footer,
>> so that QL files can be  EXEC'd directly from a native drive.
>>
>> wlenerz.com/smsqmulator.
>>
>> Have fun
>>
>>
>> Wolfgang
>> ___
>> QL-Users Mailing List
>>
>Hi Wolfgang,
>
>There seems to be a problem with 2.29.
>Launching it displays a black screen.
>
>About says: v 2.29 for Java 8.
>
>François Van Emelen
>
>
>___
>QL-Users Mailing List

---
Regards,

Derek
___
QL-Users Mailing List

Re: [Ql-Users] SMSQmulator 2.29

2020-04-19 Thread François Van Emelen via Ql-Users

Op 19/04/2020 om 7:56 schreef Wolfgang Lenerz via Ql-Users:

Hi all,

hot on the heels of SMSQE 3.36 comes SMSQmulator 2.29.

Win drives can be made removable.
NFA drives can handle (exec, save and load) files with an XTcc footer,
so that QL files can be  EXEC'd directly from a native drive.

wlenerz.com/smsqmulator.

Have fun


Wolfgang
___
QL-Users Mailing List


Hi Wolfgang,

There seems to be a problem with 2.29.
Launching it displays a black screen.

About says: v 2.29 for Java 8.

François Van Emelen


___
QL-Users Mailing List

Re: [Ql-Users] SMSQmulator 2.29

2020-04-19 Thread pjwitte via Ql-Users

Same here. And the version is marked 2B29 in the About.
Per
On 19/04/2020 13:22, Bob Spelten via Ql-Users wrote:
Op Sun, 19 Apr 2020 07:56:30 +0200 schreef Wolfgang Lenerz via 
Ql-Users :



Hi all,

hot on the heels of SMSQE 3.36 comes SMSQmulator 2.29.

Win drives can be made removable.
NFA drives can handle (exec, save and load) files with an XTcc footer,
so that QL files can be  EXEC'd directly from a native drive.

wlenerz.com/smsqmulator.


Thanks Wolfgang for the final 2.29.
But it seems something has gone wrong when making the zip.
The unpacked SMSQm8229 only opens it's W$ window, the content is 
black, no QL windows.

When viewing the supplied SMSQE bin file I see sections of SBasic(?).

Then I copied SMSQE (also 308.5K) from the 3.36 binaries, which 
looked alright although it said there @h01E0: 
"<>SMSQXq3.350002..".

The result was the same, no booting into my usual .WIN.
BTW The SMSQE 3.36 announcement was too hot for me and never reached 
my mailbox.


Bob




___
QL-Users Mailing List

Re: [Ql-Users] SMSQmulator 2.29

2020-04-19 Thread Bob Spelten via Ql-Users
Op Sun, 19 Apr 2020 07:56:30 +0200 schreef Wolfgang Lenerz via Ql-Users  
:



Hi all,

hot on the heels of SMSQE 3.36 comes SMSQmulator 2.29.

Win drives can be made removable.
NFA drives can handle (exec, save and load) files with an XTcc footer,
so that QL files can be  EXEC'd directly from a native drive.

wlenerz.com/smsqmulator.


Thanks Wolfgang for the final 2.29.
But it seems something has gone wrong when making the zip.
The unpacked SMSQm8229 only opens it's W$ window, the content is black, no  
QL windows.

When viewing the supplied SMSQE bin file I see sections of SBasic(?).

Then I copied SMSQE (also 308.5K) from the 3.36 binaries, which looked  
alright although it said there @h01E0: "<>SMSQXq3.350002..".

The result was the same, no booting into my usual .WIN.
BTW The SMSQE 3.36 announcement was too hot for me and never reached my  
mailbox.


Bob

--
The BSJR QL software site at: "http://home.hccnet.nl/b.spelten/ql/;

--
Deze e-mail is gecontroleerd op virussen door AVG.
http://www.avg.com

___
QL-Users Mailing List


[Ql-Users] SMSQmulator 2.29

2020-04-18 Thread Wolfgang Lenerz via Ql-Users
Hi all,

hot on the heels of SMSQE 3.36 comes SMSQmulator 2.29.

Win drives can be made removable.
NFA drives can handle (exec, save and load) files with an XTcc footer,
so that QL files can be  EXEC'd directly from a native drive.

wlenerz.com/smsqmulator.

Have fun


Wolfgang
___
QL-Users Mailing List


Re: [Ql-Users] SMSQmulator 2.28

2020-03-04 Thread Kjartan Geble Olsen via Ql-Users

Hi,

With help from Wolfgang and some googling on my own there are now two
different solutions to this problem.
Wolfgang supplied me with a new smsqmulator which was able to keep up, and  
I found
the programming manual to the scanner family on the net which enabled me  
to reduce

its typing speed.

Kjartan


On Sun, 01 Mar 2020 17:50:29 +0100, Kjartan via Ql-Users  
 wrote:



On 2020-03-01 16:39, Wolfgang Lenerz via Ql-Users wrote:

Hi,
 does the scanner send ENTER at the end of the scan process?


Yes.
It's read like an ordinary keyboard, input"Scan item ",a$
This works fine in uqlx and qpc under wine.
I assume that it types too fast for SMSQmulator to keep up.

Kjartan





 uQlx makes no attempt to emulate a keyboard. It just directly fills
the QDOS input buffers.
 Graeme

 And that's fine - SMSQmulator on the other hand doesn't keep up..

 I'm curious, how does uqlx handle multiple keystrokes such as
CTRL+ALT+Shift + left?
 WOlfgang


Kjartan




Kjartan
  On 2020-02-29 18:44, Wolf via Ql-Users wrote:
> Hi,
>
> The scanner emulates a keyboard?
>
> Does it input anything other than normal keystrokes (i.e. no shift,
> ctrl, alt, no home/end etc, cursor keys etc?)
>
> Wolfgang
>
> Le 29/02/2020 à 11:41, Kjartan Geble Olsen via Ql-Users a écrit :
>> Would it be possible to speed up the keyboard handling?
>> It fails to correctly read a barcode scanner.
>> Random characters lost on each scan.
>>
>> Kjartan
>>
>> On Fri, 07 Feb 2020 11:34:02 +0100, Wolfgang Lenerz via Ql-Users
>>  wrote:
>>
>>> Hi all,
>>>
>>> SMSQmulator 2.28 is out now.
>>>
>>> (www.wlenerz.com/smsqmulator)
>>>
>>> Have fun!
>>>
>>> Wolfgang
>>>
>>> NB Sorry if this gets double-posted, I haven't had a return  
yet...

>>> ___
>>> QL-Users Mailing List
>>
>>
> ___
> QL-Users Mailing List
 -- Roundcube Webmail
___
QL-Users Mailing List

___
QL-Users Mailing List



___
QL-Users Mailing List





--
Using Opera's revolutionary e-mail client: http://www.opera.com/mail/
___
QL-Users Mailing List

Re: [Ql-Users] SMSQmulator 2.28

2020-03-01 Thread Kjartan via Ql-Users

On 2020-03-01 16:39, Wolfgang Lenerz via Ql-Users wrote:

Hi,

does the scanner send ENTER at the end of the scan process?



Yes.
It's read like an ordinary keyboard, input"Scan item ",a$
This works fine in uqlx and qpc under wine.
I assume that it types too fast for SMSQmulator to keep up.

Kjartan






uQlx makes no attempt to emulate a keyboard. It just directly fills
the QDOS input buffers.

Graeme


And that's fine - SMSQmulator on the other hand doesn't keep up..


I'm curious, how does uqlx handle multiple keystrokes such as
CTRL+ALT+Shift + left?

WOlfgang


Kjartan





Kjartan


On 2020-02-29 18:44, Wolf via Ql-Users wrote:
> Hi,
>
> The scanner emulates a keyboard?
>
> Does it input anything other than normal keystrokes (i.e. no shift,
> ctrl, alt, no home/end etc, cursor keys etc?)
>
> Wolfgang
>
> Le 29/02/2020 à 11:41, Kjartan Geble Olsen via Ql-Users a écrit :
>> Would it be possible to speed up the keyboard handling?
>> It fails to correctly read a barcode scanner.
>> Random characters lost on each scan.
>>
>> Kjartan
>>
>> On Fri, 07 Feb 2020 11:34:02 +0100, Wolfgang Lenerz via Ql-Users
>>  wrote:
>>
>>> Hi all,
>>>
>>> SMSQmulator 2.28 is out now.
>>>
>>> (www.wlenerz.com/smsqmulator)
>>>
>>> Have fun!
>>>
>>> Wolfgang
>>>
>>> NB Sorry if this gets double-posted, I haven't had a return yet...
>>> ___
>>> QL-Users Mailing List
>>
>>
> ___
> QL-Users Mailing List

-- Roundcube Webmail
___
QL-Users Mailing List

___
QL-Users Mailing List



___
QL-Users Mailing List


--
Roundcube Webmail
___
QL-Users Mailing List

Re: [Ql-Users] SMSQmulator 2.28

2020-03-01 Thread Wolfgang Lenerz via Ql-Users

Hi,

does the scanner send ENTER at the end of the scan process?




uQlx makes no attempt to emulate a keyboard. It just directly fills
the QDOS input buffers.

Graeme


And that's fine - SMSQmulator on the other hand doesn't keep up..


I'm curious, how does uqlx handle multiple keystrokes such as 
CTRL+ALT+Shift + left?


WOlfgang


Kjartan





Kjartan


On 2020-02-29 18:44, Wolf via Ql-Users wrote:
> Hi,
>
> The scanner emulates a keyboard?
>
> Does it input anything other than normal keystrokes (i.e. no shift,
> ctrl, alt, no home/end etc, cursor keys etc?)
>
> Wolfgang
>
> Le 29/02/2020 à 11:41, Kjartan Geble Olsen via Ql-Users a écrit :
>> Would it be possible to speed up the keyboard handling?
>> It fails to correctly read a barcode scanner.
>> Random characters lost on each scan.
>>
>> Kjartan
>>
>> On Fri, 07 Feb 2020 11:34:02 +0100, Wolfgang Lenerz via Ql-Users
>>  wrote:
>>
>>> Hi all,
>>>
>>> SMSQmulator 2.28 is out now.
>>>
>>> (www.wlenerz.com/smsqmulator)
>>>
>>> Have fun!
>>>
>>> Wolfgang
>>>
>>> NB Sorry if this gets double-posted, I haven't had a return yet...
>>> ___
>>> QL-Users Mailing List
>>
>>
> ___
> QL-Users Mailing List

--
Roundcube Webmail
___
QL-Users Mailing List

___
QL-Users Mailing List



___
QL-Users Mailing List

Re: [Ql-Users] SMSQmulator 2.28

2020-03-01 Thread Kjartan via Ql-Users

On 2020-03-01 12:03, Graeme Gregory via Ql-Users wrote:

On Sat, 29 Feb 2020, at 11:22 PM, Kjartan via Ql-Users wrote:

Hi,

The scanner behaves as a keyboard, ascii only.
Result from a Samsung hd: S13PJ1LS710098

It works fine in uqlx.



uQlx makes no attempt to emulate a keyboard. It just directly fills
the QDOS input buffers.

Graeme


And that's fine - SMSQmulator on the other hand doesn't keep up..

Kjartan





Kjartan


On 2020-02-29 18:44, Wolf via Ql-Users wrote:
> Hi,
>
> The scanner emulates a keyboard?
>
> Does it input anything other than normal keystrokes (i.e. no shift,
> ctrl, alt, no home/end etc, cursor keys etc?)
>
> Wolfgang
>
> Le 29/02/2020 à 11:41, Kjartan Geble Olsen via Ql-Users a écrit :
>> Would it be possible to speed up the keyboard handling?
>> It fails to correctly read a barcode scanner.
>> Random characters lost on each scan.
>>
>> Kjartan
>>
>> On Fri, 07 Feb 2020 11:34:02 +0100, Wolfgang Lenerz via Ql-Users
>>  wrote:
>>
>>> Hi all,
>>>
>>> SMSQmulator 2.28 is out now.
>>>
>>> (www.wlenerz.com/smsqmulator)
>>>
>>> Have fun!
>>>
>>> Wolfgang
>>>
>>> NB Sorry if this gets double-posted, I haven't had a return yet...
>>> ___
>>> QL-Users Mailing List
>>
>>
> ___
> QL-Users Mailing List

--
Roundcube Webmail
___
QL-Users Mailing List

___
QL-Users Mailing List


--
Roundcube Webmail
___
QL-Users Mailing List

Re: [Ql-Users] SMSQmulator 2.28

2020-03-01 Thread Graeme Gregory via Ql-Users


On Sat, 29 Feb 2020, at 11:22 PM, Kjartan via Ql-Users wrote:
> Hi,
> 
> The scanner behaves as a keyboard, ascii only.
> Result from a Samsung hd: S13PJ1LS710098
> 
> It works fine in uqlx.
> 

uQlx makes no attempt to emulate a keyboard. It just directly fills the QDOS 
input buffers.

Graeme

> Kjartan
> 
> 
> On 2020-02-29 18:44, Wolf via Ql-Users wrote:
> > Hi,
> > 
> > The scanner emulates a keyboard?
> > 
> > Does it input anything other than normal keystrokes (i.e. no shift,
> > ctrl, alt, no home/end etc, cursor keys etc?)
> > 
> > Wolfgang
> > 
> > Le 29/02/2020 à 11:41, Kjartan Geble Olsen via Ql-Users a écrit :
> >> Would it be possible to speed up the keyboard handling?
> >> It fails to correctly read a barcode scanner.
> >> Random characters lost on each scan.
> >> 
> >> Kjartan
> >> 
> >> On Fri, 07 Feb 2020 11:34:02 +0100, Wolfgang Lenerz via Ql-Users 
> >>  wrote:
> >> 
> >>> Hi all,
> >>> 
> >>> SMSQmulator 2.28 is out now.
> >>> 
> >>> (www.wlenerz.com/smsqmulator)
> >>> 
> >>> Have fun!
> >>> 
> >>> Wolfgang
> >>> 
> >>> NB Sorry if this gets double-posted, I haven't had a return yet...
> >>> ___
> >>> QL-Users Mailing List
> >> 
> >> 
> > ___
> > QL-Users Mailing List
> 
> -- 
> Roundcube Webmail
> ___
> QL-Users Mailing List
___
QL-Users Mailing List

Re: [Ql-Users] SMSQmulator 2.28

2020-02-29 Thread Kjartan via Ql-Users

Hi,

The scanner behaves as a keyboard, ascii only.
Result from a Samsung hd: S13PJ1LS710098

It works fine in uqlx.

Kjartan


On 2020-02-29 18:44, Wolf via Ql-Users wrote:

Hi,

The scanner emulates a keyboard?

Does it input anything other than normal keystrokes (i.e. no shift,
ctrl, alt, no home/end etc, cursor keys etc?)

Wolfgang

Le 29/02/2020 à 11:41, Kjartan Geble Olsen via Ql-Users a écrit :

Would it be possible to speed up the keyboard handling?
It fails to correctly read a barcode scanner.
Random characters lost on each scan.

Kjartan

On Fri, 07 Feb 2020 11:34:02 +0100, Wolfgang Lenerz via Ql-Users 
 wrote:



Hi all,

SMSQmulator 2.28 is out now.

(www.wlenerz.com/smsqmulator)

Have fun!

Wolfgang

NB Sorry if this gets double-posted, I haven't had a return yet...
___
QL-Users Mailing List




___
QL-Users Mailing List


--
Roundcube Webmail
___
QL-Users Mailing List

Re: [Ql-Users] SMSQmulator 2.28

2020-02-29 Thread Wolf via Ql-Users

Hi,

The scanner emulates a keyboard?

Does it input anything other than normal keystrokes (i.e. no shift, 
ctrl, alt, no home/end etc, cursor keys etc?)


Wolfgang

Le 29/02/2020 à 11:41, Kjartan Geble Olsen via Ql-Users a écrit :

Would it be possible to speed up the keyboard handling?
It fails to correctly read a barcode scanner.
Random characters lost on each scan.

Kjartan

On Fri, 07 Feb 2020 11:34:02 +0100, Wolfgang Lenerz via Ql-Users 
 wrote:



Hi all,

SMSQmulator 2.28 is out now.

(www.wlenerz.com/smsqmulator)

Have fun!

Wolfgang

NB Sorry if this gets double-posted, I haven't had a return yet...
___
QL-Users Mailing List




___
QL-Users Mailing List

Re: [Ql-Users] SMSQmulator 2.28

2020-02-29 Thread Kjartan Geble Olsen via Ql-Users

Would it be possible to speed up the keyboard handling?
It fails to correctly read a barcode scanner.
Random characters lost on each scan.

Kjartan

On Fri, 07 Feb 2020 11:34:02 +0100, Wolfgang Lenerz via Ql-Users  
 wrote:



Hi all,

SMSQmulator 2.28 is out now.

(www.wlenerz.com/smsqmulator)

Have fun!

Wolfgang

NB Sorry if this gets double-posted, I haven't had a return yet...
___
QL-Users Mailing List



--
Using Opera's revolutionary e-mail client: http://www.opera.com/mail/
___
QL-Users Mailing List


Re: [Ql-Users] SMSQmulator 2.28

2020-02-08 Thread Badaman - sinclairql.es via Ql-Users
Hola!

El 8/2/20 a las 7:15, Wolfgang Lenerz via Ql-Users escribió:
>
>
> ¡Hola!
>
>>
>> This corrects a problem of loading images on the screen using lbytes.
> ...
>
> This must have been in there for quite some time, I wish somebody had
> told me about it earlier.
>
> ...


I've discovered it days ago, when I tried the new game P.I. Cole. I was
doing tests and just came to communicate the problem when I found this
good news.


>
>
>> I have seen that an entry called "JmenuItem1" appears in the File menu.
>
> Ooops. That's for something I may introduce in a future version.
>
>
>> Tell you that I tried the emulator in Haiku (BeOS) and it works
>> correctly in OpenJDK, but some characters are not shown in the menus.
>> for example, special characters such as the opening of interrogation or
>> exclamation, the letter ñ or the ellipses (...) that indicate that this
>> menu option will open another menu.
>>
>
> You're the first person I know that uses BeOS or it's descendants. Nice!


It is a system that I have always liked a lot and I need to spend more
time to get to know it better.


>
> I'm afraid that there's not much I can do about the characters not
> showing. Normally Java should use standard unicode (if there is such a
> thing).
>
> Can you normally display these characters on your system?
>
> It's not the fault of OpenJDK, as that's what I use here.


I have not tested with other java applications in BeOS yet, but the rest
of the applications installed in the system show these characters properly.

I also use OpenJDK on Linux and I don't detect that problem.


It may be something related to the configuration of the hpkg package or
to the configuration of my Haiku system.


>
> Wolfgang
>
>> Thank you for your work.
>>
>>
>> El 7/2/20 a las 11:34, Wolfgang Lenerz via Ql-Users escribió:
>>> Hi all,
>>>
>>> SMSQmulator 2.28 is out now.
>>>
>>> (www.wlenerz.com/smsqmulator)
>>>
>>> Have fun!
>>>
>>> Wolfgang
>>>
>>> NB Sorry if this gets double-posted, I haven't had a return yet...
>>> ___
>>> QL-Users Mailing List
>>
>>
>> ___
>> QL-Users Mailing List
>>
> ___
> QL-Users Mailing List


___
QL-Users Mailing List

[Ql-Users] SMSQmulator 2.28

2020-02-07 Thread Wolfgang Lenerz via Ql-Users



¡Hola!



This corrects a problem of loading images on the screen using lbytes.


Yeah, amongst others... I discovered that by pure accident, when I was 
trying out the (very nice) adventure game written by P. van Peebles.


This must have been in there for quite some time, I wish somebody had 
told me about it earlier.


Speaking of great adventure games, even the Pawn now works great with 
SMSQmulator, Tobias Fröschle kindly saw to that.




I have seen that an entry called "JmenuItem1" appears in the File menu.


Ooops. That's for something I may introduce in a future version.



Tell you that I tried the emulator in Haiku (BeOS) and it works
correctly in OpenJDK, but some characters are not shown in the menus.
for example, special characters such as the opening of interrogation or
exclamation, the letter ñ or the ellipses (...) that indicate that this
menu option will open another menu.



You're the first person I know that uses BeOS or it's descendants. Nice!

I'm afraid that there's not much I can do about the characters not 
showing. Normally Java should use standard unicode (if there is such a 
thing).


Can you normally display these characters on your system?

It's not the fault of OpenJDK, as that's what I use here.

Wolfgang


Thank you for your work.


El 7/2/20 a las 11:34, Wolfgang Lenerz via Ql-Users escribió:

Hi all,

SMSQmulator 2.28 is out now.

(www.wlenerz.com/smsqmulator)

Have fun!

Wolfgang

NB Sorry if this gets double-posted, I haven't had a return yet...
___
QL-Users Mailing List



___
QL-Users Mailing List


___
QL-Users Mailing List

Re: [Ql-Users] SMSQmulator 2.28

2020-02-07 Thread Wolfgang Lenerz via Ql-Users

Hi Dilwyn,

thanks a lot for that. I know that I should be on the forum, but I don't 
agree with their terms of use.


(which is also why I'm not on any social media)


Wolfgang


Thanks Wolfgang. Have copied this and the SMSQ/E update announcement to 
QL Forum for information.


Dilwyn



___
QL-Users Mailing List


Re: [Ql-Users] SMSQmulator 2.28

2020-02-07 Thread Sinclair QL Recursos en Castellano via Ql-Users
Great!

This corrects a problem of loading images on the screen using lbytes.

I have seen that an entry called "JmenuItem1" appears in the File menu.

Tell you that I tried the emulator in Haiku (BeOS) and it works
correctly in OpenJDK, but some characters are not shown in the menus.
for example, special characters such as the opening of interrogation or
exclamation, the letter ñ or the ellipses (...) that indicate that this
menu option will open another menu.

Thank you for your work.


El 7/2/20 a las 11:34, Wolfgang Lenerz via Ql-Users escribió:
> Hi all,
>
> SMSQmulator 2.28 is out now.
>
> (www.wlenerz.com/smsqmulator)
>
> Have fun!
>
> Wolfgang
>
> NB Sorry if this gets double-posted, I haven't had a return yet...
> ___
> QL-Users Mailing List


___
QL-Users Mailing List

Re: [Ql-Users] SMSQmulator 2.28

2020-02-07 Thread Dilwyn (gmail) via Ql-Users
Thanks Wolfgang. Have copied this and the SMSQ/E update announcement to QL 
Forum for information.


Dilwyn



SMSQmulator 2.28 is out now.

(www.wlenerz.com/smsqmulator)



___
QL-Users Mailing List


[Ql-Users] SMSQmulator 2.28

2020-02-07 Thread Wolfgang Lenerz via Ql-Users

Hi all,

SMSQmulator 2.28 is out now.

(www.wlenerz.com/smsqmulator)

Have fun!

Wolfgang

NB Sorry if this gets double-posted, I haven't had a return yet...
___
QL-Users Mailing List


[Ql-Users] SMSQmulator 2.27

2018-10-30 Thread Wolfgang Lenerz via Ql-Users

Hi all,

there was a small bug in SMSQmulator 227 which could hinder IP access at 
times, due to some debug code.


I deleted that and re-released SMSQmulator, still as v. 2.27, you can 
get it from my site.


have fun!

Wolfgang
___
QL-Users Mailing List


[Ql-Users] SMSQmulator 2.27

2018-10-14 Thread Wolfgang Lenerz via Ql-Users

Hi all,

A new version of SMSQmulator is out.

There is now a version for Java 11.

Bugfixes : writing to a qxl.win disk increases the update check number, 
better handling of NFA write protection.


www.wlenerz.com/smsqmulator


Have fun!

Wolfgang
___
QL-Users Mailing List


[Ql-Users] SMSQmulator 2.26

2018-04-29 Thread Wolf via Ql-Users

Hi all,

a new SMSQ/E version often entails a new SMSQmulator version.

This is no exception, some bugfixes make it advisable to upgrade.

www.wlenerz.com/SMSQmulator

Have fun!

Wolfgang
___
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

Re: [Ql-Users] SMSQmulator 2.25

2017-11-06 Thread Per Witte via Ql-Users
Great!

Im particularly pleased that many of the differences in behaviour between
SMSQmulator and QPC2 have been ironed out! That means that programmers dont
have to write separate versions, or include fiddly workarounds, in their
programs. They run identically on both platforms. Amazingly, this also
includes some lower-level stuff, such as accessing many host platform
facilities - at least where they both run under Windoze. Am I right in
thinking that ound has also improved?

The great thing about SMSQmulator is that we now have an SMSQ/E platform
that will run on just about any host that supports Java - both now and in
the foreseeable future. Many people, me included, didnt see the point, when
Wolfgang first suggested the idea, back in 2010, in Vienna. But he has
proved his point! This is now a very usable, stable, and mature product.

Thanks Wolfgang! Im sure having fun!

Per

On 5 November 2017 at 10:37, Wolf via Ql-Users 
wrote:

> Hi all,
>
> I just released SMSQmulator 2.25
>
> Have fun.
>
> Wolfgang
> ___
> QL-Users Mailing List
>
>
>
___
QL-Users Mailing List


  1   2   3   4   5   >