Re: Re: [Tlf-devel] Xtlf-1.0.1beta is avalable

2006-05-24 Thread rein
Hi Joop, tnx...

I will have a look when I am back home after the WPX...

73 Rein

DL/PA0R/P - via PSKmail -

Changes needed in xtlf.pl:
Line added with: use lib $Bin;, otherwise it can't find tlf_lib.pm
I have used my $contestinfo = `cat /usr/share/xtlf/scoring/rules.pm`;
also: my $g = Gtk2::GladeXML-new(/usr/share/xtlf/xtlf-1.0.0.glade);

TODO:
See if we really need to copy the scoring directory to $HOME

 


___
Tlf-devel mailing list
Tlf-devel@nongnu.org
http://lists.nongnu.org/mailman/listinfo/tlf-devel


Re: [Tlf-devel] Xtlf-1.0.1beta is avalable

2006-05-23 Thread Ed

Joop Stakenborg wrote:

On Sat, 20 May 2006 18:02:10 +0200
Rein Couperus PA0R [EMAIL PROTECTED] wrote:



Get the bits at http://www.pskmail.org/Xtlf/




Preliminary Debian packages at:
http://www.xs4all.nl/~pa4tu/tmp/xtlf_0.0+1.01beta-1_all.deb



I have done some small changes to the GUI (it looks o.k. now also under
Dapper) and killed some error messages.




I have tried to create a multi-user package on Debian. Changes needed:
- config included in the package, directory: /usr/share/xtlf/config
- scoring directory is in /usr/share/xtlf/scoring
- xtlf.pl, glade file and libraries installed in /usr/share/xtlf
- /usr/bin/xtlf is a script which copies /usr/share/xtlf/scoring to 
$(HOME)/xtlf it also copies /usr/share/xtlf/scoring to $(HOME)/.xtlf and calls 
/usr/share/xtlf/xtlf.pl

Changes needed in xtlf.pl:
Line added with: use lib $Bin;, otherwise it can't find tlf_lib.pm
I have used my $contestinfo = `cat /usr/share/xtlf/scoring/rules.pm`;
also: my $g = Gtk2::GladeXML-new(/usr/share/xtlf/xtlf-1.0.0.glade);

TODO:
See if we really need to copy the scoring directory to $HOME

Feedback welcome!




Joop, this is what I get using the .deb pkg.


autek:/home/ed# exit
[EMAIL PROTECTED]:~$ xtlf
Initializing the libraries
Getting the GUI
Initializing
Filling hash table
Initializing countries
Show windows
Start cluster thread
Start gmfsk thread
Start main loop
Gdk-CRITICAL **: gdk_window_invalidate_rect: assertion `window != NULL' failed 
at /usr/share/xtlf/xtlf.pl line 1734.
Gdk-CRITICAL **: gdk_window_invalidate_rect: assertion `window != NULL' failed 
at /usr/share/xtlf/xtlf.pl line 1734.
Gtk-CRITICAL **: gtk_paint_box: assertion `style-depth == 
gdk_drawable_get_depth (window)' failed at /usr/share/xtlf/xtlf.pl line 1589.
[EMAIL PROTECTED]:~$


This is on an IBM A20M laptop with Debian testing. I plan on using xTLF 
for RTTY contesting. I notice the GUI and windows as well as the overall 
performance to be jerky for lack of a better word. There is a 
noticeable lag before a window opens or a function executes. Am I 
missing a needed package ??


Ed W3NR


___
Tlf-devel mailing list
Tlf-devel@nongnu.org
http://lists.nongnu.org/mailman/listinfo/tlf-devel


Re: [Tlf-devel] Xtlf-1.0.1beta is avalable

2006-05-23 Thread Joop Stakenborg
On Tue, 23 May 2006 16:52:07 -0400
Ed [EMAIL PROTECTED] wrote:

 
 
 Joop, this is what I get using the .deb pkg.
 
  autek:/home/ed# exit
  [EMAIL PROTECTED]:~$ xtlf
  Initializing the libraries
  Getting the GUI
  Initializing
  Filling hash table
  Initializing countries
  Show windows
  Start cluster thread
  Start gmfsk thread
  Start main loop
  Gdk-CRITICAL **: gdk_window_invalidate_rect: assertion `window != NULL' 
  failed at /usr/share/xtlf/xtlf.pl line 1734.
  Gdk-CRITICAL **: gdk_window_invalidate_rect: assertion `window != NULL' 
  failed at /usr/share/xtlf/xtlf.pl line 1734.
  Gtk-CRITICAL **: gtk_paint_box: assertion `style-depth == 
  gdk_drawable_get_depth (window)' failed at /usr/share/xtlf/xtlf.pl line 
  1589.
  [EMAIL PROTECTED]:~$

On Debian/Unstable I see:
Gtk-CRITICAL **: gtk_paint_box: assertion `style-depth == 
gdk_drawable_get_depth (window)' failed at /usr/share/xtlf/xtlf.pl line 1589.

 
 This is on an IBM A20M laptop with Debian testing. I plan on using xTLF 
 for RTTY contesting. I notice the GUI and windows as well as the overall 
 performance to be jerky for lack of a better word. There is a 
 noticeable lag before a window opens or a function executes. Am I 
 missing a needed package ??

No, you don't. As explained by Rein in an earlier message, xtlf takes about 10 
seconds to start on his machine. I think this is mainly caused by the use if 
Perl. Perl being an interpreted language, it just isn't very fast.

I am using a 700 MHz AMD, xtlf takes 15 seconds to load...

 
 Ed W3NR
 

Regards,
Joop PG4I


___
Tlf-devel mailing list
Tlf-devel@nongnu.org
http://lists.nongnu.org/mailman/listinfo/tlf-devel


Re: [Tlf-devel] Xtlf-1.0.1beta is avalable

2006-05-22 Thread Joop Stakenborg
On Sat, 20 May 2006 18:02:10 +0200
Rein Couperus PA0R [EMAIL PROTECTED] wrote:

 Get the bits at http://www.pskmail.org/Xtlf/
 

Preliminary Debian packages at:
http://www.xs4all.nl/~pa4tu/tmp/xtlf_0.0+1.01beta-1_all.deb

 I have done some small changes to the GUI (it looks o.k. now also under
 Dapper) and killed some error messages.
 

I have tried to create a multi-user package on Debian. Changes needed:
- config included in the package, directory: /usr/share/xtlf/config
- scoring directory is in /usr/share/xtlf/scoring
- xtlf.pl, glade file and libraries installed in /usr/share/xtlf
- /usr/bin/xtlf is a script which copies /usr/share/xtlf/scoring to 
$(HOME)/xtlf it also copies /usr/share/xtlf/scoring to $(HOME)/.xtlf and calls 
/usr/share/xtlf/xtlf.pl

Changes needed in xtlf.pl:
Line added with: use lib $Bin;, otherwise it can't find tlf_lib.pm
I have used my $contestinfo = `cat /usr/share/xtlf/scoring/rules.pm`;
also: my $g = Gtk2::GladeXML-new(/usr/share/xtlf/xtlf-1.0.0.glade);

TODO:
See if we really need to copy the scoring directory to $HOME

Feedback welcome!

 The WPX should be ok, single OP only...
 
 See you all in the WPX, I will be at DQ2006L.
 (
 http://www.l03.de/fotos/gahlen2004/index.html
 )
 
 CU next weekend!!
 
 73,
 
 Rein PA0R
 
 


Regards,
Joop PG4I


___
Tlf-devel mailing list
Tlf-devel@nongnu.org
http://lists.nongnu.org/mailman/listinfo/tlf-devel


[Tlf-devel] Xtlf-1.0.1beta is avalable

2006-05-20 Thread Rein Couperus PA0R
Get the bits at http://www.pskmail.org/Xtlf/

I have done some small changes to the GUI (it looks o.k. now also under
Dapper) and killed some error messages.

The WPX should be ok, single OP only...

See you all in the WPX, I will be at DQ2006L.
(
http://www.l03.de/fotos/gahlen2004/index.html
)

CU next weekend!!

73,

Rein PA0R



___
Tlf-devel mailing list
Tlf-devel@nongnu.org
http://lists.nongnu.org/mailman/listinfo/tlf-devel