Discussion:
[Tn5250j-scripting] Trigger.py
tn5250j
2003-04-02 14:47:23 UTC
Permalink
Pete

The trigger script is not using the signon verification. This should
work with anybody willing to change the script but is still not 100%
correct. Patrick and I had this discussion already and thought he
changed it.

Anyway to make a long story short we can use the SignOff Verification
functionality that is in pre5 and will be available in the upcoming,
hopefully soon, 0.5.6 release. This does all the checking automatically
and you can even specify the rectangle to check against, the last
enhancement that was made.

What do you guys think? This would be a better solution IMHO.

Regards

Kenneth
jorjun
2003-04-02 15:23:51 UTC
Permalink
Hi Kenneth

Yeah, sounds good. Didn't know about the discussion.
You can customise the SignOff verification, right? There arre
customised signon displays out there.
Post by tn5250j
Pete
The trigger script is not using the signon verification. This should
work with anybody willing to change the script but is still not 100%
correct. Patrick and I had this discussion already and thought he
changed it.
Anyway to make a long story short we can use the SignOff Verification
functionality that is in pre5 and will be available in the upcoming,
hopefully soon, 0.5.6 release. This does all the checking
automatically and you can even specify the rectangle to check against,
the last enhancement that was made.
What do you guys think? This would be a better solution IMHO.
Regards
Kenneth
-------------------------------------------------------
This SF.net email is sponsored by: ValueWeb: Dedicated Hosting for
just $79/mo with 500 GB of bandwidth! No other company gives more
support or power for your dedicated server
http://click.atdmt.com/AFF/go/sdnxxaff00300020aff/direct/01/
_______________________________________________
Tn5250j-scripting mailing list
https://lists.sourceforge.net/lists/listinfo/tn5250j-scripting
jorjun
2003-04-02 15:52:55 UTC
Permalink
Kenneth

Boolean Session.isOnScreen(int x ,int y, String str)

I meant to say that rather than the Trigger script, it would be nice to
have a method like the above - keeping it simple for now and avoiding
rectangular areas.
Post by jorjun
Hi Kenneth
Yeah, sounds good. Didn't know about the discussion.
You can customise the SignOff verification, right? There arre
customised signon displays out there.
Post by tn5250j
Pete
The trigger script is not using the signon verification. This should
work with anybody willing to change the script but is still not 100%
correct. Patrick and I had this discussion already and thought he
changed it.
Anyway to make a long story short we can use the SignOff Verification
functionality that is in pre5 and will be available in the upcoming,
hopefully soon, 0.5.6 release. This does all the checking
automatically and you can even specify the rectangle to check
against, the last enhancement that was made.
What do you guys think? This would be a better solution IMHO.
Regards
Kenneth
-------------------------------------------------------
This SF.net email is sponsored by: ValueWeb: Dedicated Hosting for
just $79/mo with 500 GB of bandwidth! No other company gives more
support or power for your dedicated server
http://click.atdmt.com/AFF/go/sdnxxaff00300020aff/direct/01/
_______________________________________________
Tn5250j-scripting mailing list
https://lists.sourceforge.net/lists/listinfo/tn5250j-scripting
-------------------------------------------------------
This SF.net email is sponsored by: ValueWeb: Dedicated Hosting for
just $79/mo with 500 GB of bandwidth! No other company gives more
support or power for your dedicated server
http://click.atdmt.com/AFF/go/sdnxxaff00300020aff/direct/01/
_______________________________________________
Tn5250j-scripting mailing list
https://lists.sourceforge.net/lists/listinfo/tn5250j-scripting
tn5250j
2003-04-02 16:00:55 UTC
Permalink
Pete
Post by tn5250j
Kenneth
Boolean Session.isOnScreen(int x ,int y, String str)
Been wanting to add some of that kind of functionality. Will do in the
next version am thinking.

Kenneth
Post by tn5250j
I meant to say that rather than the Trigger script, it would be nice
to have a method like the above - keeping it simple for now and
avoiding rectangular areas.
Post by jorjun
Hi Kenneth
Yeah, sounds good. Didn't know about the discussion.
You can customise the SignOff verification, right? There arre
customised signon displays out there.
Post by tn5250j
Pete
The trigger script is not using the signon verification. This
should work with anybody willing to change the script but is still
not 100% correct. Patrick and I had this discussion already and
thought he changed it.
Anyway to make a long story short we can use the SignOff
Verification functionality that is in pre5 and will be available in
the upcoming, hopefully soon, 0.5.6 release. This does all the
checking automatically and you can even specify the rectangle to
check against, the last enhancement that was made.
What do you guys think? This would be a better solution IMHO.
Regards
Kenneth
-------------------------------------------------------
This SF.net email is sponsored by: ValueWeb: Dedicated Hosting for
just $79/mo with 500 GB of bandwidth! No other company gives more
support or power for your dedicated server
http://click.atdmt.com/AFF/go/sdnxxaff00300020aff/direct/01/
_______________________________________________
Tn5250j-scripting mailing list
https://lists.sourceforge.net/lists/listinfo/tn5250j-scripting
-------------------------------------------------------
This SF.net email is sponsored by: ValueWeb: Dedicated Hosting for
just $79/mo with 500 GB of bandwidth! No other company gives more
support or power for your dedicated server
http://click.atdmt.com/AFF/go/sdnxxaff00300020aff/direct/01/
_______________________________________________
Tn5250j-scripting mailing list
https://lists.sourceforge.net/lists/listinfo/tn5250j-scripting
-------------------------------------------------------
This SF.net email is sponsored by: ValueWeb: Dedicated Hosting for
just $79/mo with 500 GB of bandwidth! No other company gives more
support or power for your dedicated server
http://click.atdmt.com/AFF/go/sdnxxaff00300020aff/direct/01/
_______________________________________________
Tn5250j-scripting mailing list
https://lists.sourceforge.net/lists/listinfo/tn5250j-scripting
.
G***@pixelio.ch
2003-04-02 16:05:11 UTC
Permalink
Hi Kenneth,

Good idea!

Regards

Gilles
tn5250j
2003-04-02 16:03:27 UTC
Permalink
Gilles
Post by G***@pixelio.ch
Hi Kenneth,
Good idea!
Sorry but which idea? The one about the Signon Verification or checking
for a string on the screen like what Pete had mentioned.

Regards

Kenneth
Post by G***@pixelio.ch
Regards
Gilles
-------------------------------------------------------
Dedicated Hosting for just $79/mo with 500 GB of bandwidth!
No other company gives more support or power for your dedicated server
http://click.atdmt.com/AFF/go/sdnxxaff00300020aff/direct/01/
_______________________________________________
Tn5250j-scripting mailing list
https://lists.sourceforge.net/lists/listinfo/tn5250j-scripting
.
G***@pixelio.ch
2003-04-02 16:16:05 UTC
Permalink
If find the Signoff Verification and good idea!
Even if I'm not yet planning to use it,... other priorities :--)
tn5250j
2003-04-02 16:20:25 UTC
Permalink
Gilles
Post by G***@pixelio.ch
If find the Signoff Verification and good idea!
When you are ready let me know and when can test it. Have not heard if
anybody is using it yet or not. Patrick suggested that we add some
parameters to define a region to verify.

What it does is if it is turned on it will save the text of the first
screen after connection is made. When the session is being closed it
will then check the region supplied in the parameters against the save
text information for verification of the signon screen.

Regards

Kenneth
Post by G***@pixelio.ch
Even if I'm not yet planning to use it,... other priorities :--)
-------------------------------------------------------
Dedicated Hosting for just $79/mo with 500 GB of bandwidth!
No other company gives more support or power for your dedicated server
http://click.atdmt.com/AFF/go/sdnxxaff00300020aff/direct/01/
_______________________________________________
Tn5250j-scripting mailing list
https://lists.sourceforge.net/lists/listinfo/tn5250j-scripting
.
Christian Geisert
2003-04-03 16:08:58 UTC
Permalink
Post by G***@pixelio.ch
Gilles
Post by G***@pixelio.ch
If find the Signoff Verification and good idea!
When you are ready let me know and when can test it. Have not heard if
anybody is using it yet or not. Patrick suggested that we add some
parameters to define a region to verify.
What it does is if it is turned on it will save the text of the first
screen after connection is made. When the session is being closed it
will then check the region supplied in the parameters against the save
text information for verification of the signon screen.
Ah that's funny .. I was just going to ask what this option is about.
I guessed it is about confirmation but tested it only at the signon
screen ;-)

But shouldn't it be called 'Confirm SigOFF screen before close' ?

(doing german translation right now..)

Christian
tn5250j
2003-04-04 04:31:03 UTC
Permalink
Post by Christian Geisert
Post by G***@pixelio.ch
Gilles
Post by G***@pixelio.ch
If find the Signoff Verification and good idea!
When you are ready let me know and when can test it. Have not heard
if anybody is using it yet or not. Patrick suggested that we add
some parameters to define a region to verify.
What it does is if it is turned on it will save the text of the first
screen after connection is made. When the session is being closed it
will then check the region supplied in the parameters against the
save text information for verification of the signon screen.
Ah that's funny .. I was just going to ask what this option is about.
I guessed it is about confirmation but tested it only at the signon
screen ;-)
But shouldn't it be called 'Confirm SigOFF screen before close' ?
:-)) When I called it SignOFF I received a message about it being
confusing because the screen really checked against was "Sign On" so
changed it.

What do the rest of you all think?

Regards

Kenneth
Post by Christian Geisert
(doing german translation right now..)
Great as still have not been able to get that release out. Found out
yesterday that will be having to go out of town today so this weekend
will be shot for it as well.

Patrick are you going to update your translations as well? If so then
we will shoot for Monday as a release date.
Post by Christian Geisert
Christian
Regards

Kenneth
Post by Christian Geisert
-------------------------------------------------------
This SF.net email is sponsored by: ValueWeb: Dedicated Hosting for
just $79/mo with 500 GB of bandwidth! No other company gives more
support or power for your dedicated server
http://click.atdmt.com/AFF/go/sdnxxaff00300020aff/direct/01/
_______________________________________________
Tn5250j-scripting mailing list
https://lists.sourceforge.net/lists/listinfo/tn5250j-scripting
Loading...