Hello Amiga!
I use a DELL USB Keyboard - multi-classe
Model SK-8115
On my SAM440ep with FEu0 rollover works good that is pushing rapidly/simultaneous three keys of the keyboard on the Shell, for instance : "UYT" , and release them displays "uyt" logically.
But on my A1222+ with FEa1222 without ...
Search found 112 matches
- Wed Nov 19, 2025 3:13 pm
- Forum: Platform: A1222
- Topic: Rollover Keyboard Faulty: only with A1222+ ? Bounty
- Replies: 0
- Views: 120
- Tue Nov 18, 2025 8:06 pm
- Forum: Platform: A1222
- Topic: A1222+ and keyboard
- Replies: 0
- Views: 57
A1222+ and keyboard
Hello,
How to set keyboard when booting on VGAproductivity mode : without the graphics card ?
The input prefs with input item is impossible to quit !
DGILLES
How to set keyboard when booting on VGAproductivity mode : without the graphics card ?
The input prefs with input item is impossible to quit !
DGILLES
- Tue Nov 18, 2025 8:03 pm
- Forum: Platform: A1222
- Topic: WinFrame trouble
- Replies: 1
- Views: 2544
Re: WinFrame trouble
It seems the EnhancerPack was in trouble.
- Tue Nov 18, 2025 7:59 pm
- Forum: General Developer Support
- Topic: WinFrame / ACTION_CHANGE_SIGNAL
- Replies: 4
- Views: 2746
Re: WinFrame / ACTION_CHANGE_SIGNAL
With FEa1222 no FEupdate3 and no EnhancerPack,
It didn’t bug (no Grim reaper).
Also,
I boot on VGAproductivity on A1222+
It didn’t bug (no Grim reaper).
Also,
I boot on VGAproductivity on A1222+
- Tue Nov 18, 2025 7:54 pm
- Forum: General Developer Support
- Topic: Rollover keyboard faulty
- Replies: 0
- Views: 62
Rollover keyboard faulty
Rollover keyboard faulty
Post Wed Jul 31, 2024 11:54 am
Hello!
I use a DELL - DELL USB Keyboard - multi-classe
Model SK-8115
On my SAM440ep with FEu0 rollover works good that is pushing rapidly three keys of the keyboard on the Shell for instance : UYT and release them displays uyt.
But on my ...
Post Wed Jul 31, 2024 11:54 am
Hello!
I use a DELL - DELL USB Keyboard - multi-classe
Model SK-8115
On my SAM440ep with FEu0 rollover works good that is pushing rapidly three keys of the keyboard on the Shell for instance : UYT and release them displays uyt.
But on my ...
- Sat Nov 08, 2025 6:29 pm
- Forum: General Developer Support
- Topic: WinFrame / ACTION_CHANGE_SIGNAL
- Replies: 4
- Views: 2746
Re: WinFrame / ACTION_CHANGE_SIGNAL
Hello,
It seems the bug is the same with :
https://forum.hyperion-entertainment.com/viewtopic.php?t=4743&start=10
FEupdate0 is ok (from iso CD)
Console.device was it already replaced with a C version?
What is "WinFrame X Process" is it console or graphics ?
It seems to be parallel operatings ...
It seems the bug is the same with :
https://forum.hyperion-entertainment.com/viewtopic.php?t=4743&start=10
FEupdate0 is ok (from iso CD)
Console.device was it already replaced with a C version?
What is "WinFrame X Process" is it console or graphics ?
It seems to be parallel operatings ...
- Fri Oct 31, 2025 8:42 pm
- Forum: General Developer Support
- Topic: WinFrame / ACTION_CHANGE_SIGNAL
- Replies: 4
- Views: 2746
Re: WinFrame / ACTION_CHANGE_SIGNAL
I added TAG_DONE but it was in place in my code.
Sorry,
DGILLES
Post scriptum
My code is unstable with FEupdate2|3 , I think this is because of enhancer and run, dir commands from V54 installed in my A1222.
All is ok with my SAM440ep FEupdate0
Sorry,
DGILLES
Post scriptum
My code is unstable with FEupdate2|3 , I think this is because of enhancer and run, dir commands from V54 installed in my A1222.
All is ok with my SAM440ep FEupdate0
- Thu Oct 30, 2025 2:57 pm
- Forum: General Developer Support
- Topic: WinFrame / ACTION_CHANGE_SIGNAL
- Replies: 4
- Views: 2746
WinFrame / ACTION_CHANGE_SIGNAL
Hello!
I have a crash on my A1222FEupdate3 when using piped command like:
"run dir | dir" from a script file say co and
Protect co +s
Then
SystemTags("co", TAG_DONE); // my console
Here are The grim reaper images :
http://www.orthorythme.fr/IMG_0702.jpeg
http://www.orthorythme.fr/IMG_0703 ...
I have a crash on my A1222FEupdate3 when using piped command like:
"run dir | dir" from a script file say co and
Protect co +s
Then
SystemTags("co", TAG_DONE); // my console
Here are The grim reaper images :
http://www.orthorythme.fr/IMG_0702.jpeg
http://www.orthorythme.fr/IMG_0703 ...
- Tue Oct 28, 2025 9:08 pm
- Forum: Platform: A1222
- Topic: WinFrame trouble
- Replies: 1
- Views: 2544
WinFrame trouble
Hello!
When I update on FEupdate3 I have a crash on my A1222 when I launch the command piped:
"run dir | dir" from a script file say co and
Protect co +s
Then
SystemTags("co");
Here are The grimripper images :
http://www.orthorythme.fr/IMG_0702.jpeg
http://www.orthorythme.fr/IMG_0703.jpeg ...
When I update on FEupdate3 I have a crash on my A1222 when I launch the command piped:
"run dir | dir" from a script file say co and
Protect co +s
Then
SystemTags("co");
Here are The grimripper images :
http://www.orthorythme.fr/IMG_0702.jpeg
http://www.orthorythme.fr/IMG_0703.jpeg ...
- Sat Oct 18, 2025 2:59 pm
- Forum: General Developer Support
- Topic: Asynchronous err = SystemTags() and error return
- Replies: 3
- Views: 2078
Re: Asynchronous err = SystemTags() and error return
Hello!
. . .
RESULT
error -- 0 for success.
Depending on the mode used, the result value returned can mean
different things;
SYS_Asynch,TRUE:
-1 = indicates System() failure.
0 = indicates System() success,
SYS_Asynch,FALSE:
-1 = indicates System() failure.
n = non-zero program error.
0 ...
. . .
RESULT
error -- 0 for success.
Depending on the mode used, the result value returned can mean
different things;
SYS_Asynch,TRUE:
-1 = indicates System() failure.
0 = indicates System() success,
SYS_Asynch,FALSE:
-1 = indicates System() failure.
n = non-zero program error.
0 ...