Re: [Amsn-devel] Pixmap menu

2006-03-05 Thread Sander Hoentjen
hmm i don't have time now but i know config is an alias for configure normally, so if the error is in a custom widget it is probably because it only handles configure, not config On Sun, 2006-03-05 at 21:12 -0500, Youness Alaoui wrote: > Changing DP, or sending file fails.. anyways, anything that

Re: [Amsn-devel] Crashing problem-TCL TK

2006-03-05 Thread Jérôme Gagnon-Voyer
Well it's totally random...I was just playing with something else on my mac...BOUM crashed... So you say it's in the TK core, well now at least I can ask on TCL-TK Aqua mailling list thx Le 6 mars 2006 à 00:40, Youness Alaoui a écrit : No idea sorry, maybe ask the tcl-tk aqua team... btw, w

Re: [Amsn-devel] Crashing problem-TCL TK

2006-03-05 Thread Youness Alaoui
No idea sorry, maybe ask the tcl-tk aqua team... btw, what makes it crash exactly ? I don't think you'll be able to understand the error since it's something in the core of tk.. KKRT On Mon, Mar 06, 2006 at 12:23:39AM -0500, J?r?me Gagnon-Voyer wrote: > This message is not directly about aMSN,

Re: [Amsn-devel] Help me in compilation of TkCximage

2006-03-05 Thread Youness Alaoui
Yeah, I saw that just after I sent my msg KKRT On Sun, Mar 05, 2006 at 10:38:16PM -0500, J?r?me Gagnon-Voyer wrote: > Forget it, I made a commit and I fixed it...(read amsn-commits) > Le 5 mars 2006 ? 20:56, Youness Alaoui a ?crit : > > >I think you need XLib headers.. > > > >KKRT > > > > > >On

Re: [Amsn-devel] Problematic Debian Package?

2006-03-05 Thread Youness Alaoui
Looks like he doesn't have tcl/tk installed, or more accuratly, it's not properly installed... but amsn .deb should have the dependency... BUT the debian repositories only have tcl/tk 8.4, and his error states tcl8.5.so which means he had built tcl/tk 8.5 from source, probably uninstalled it, b

[Amsn-devel] Crashing problem-TCL TK

2006-03-05 Thread Jérôme Gagnon-Voyer
This message is not directly about aMSN, this is about TCL-Tk. I sometimes get this crash with the new Universal version (Intel + PPC) version of TCL-TK Aqua on Mac OS X, I compiled it myself. I send the crash log here. I just want to know if someone understands something from the crash log

[Amsn-devel] Problematic Debian Package?

2006-03-05 Thread Karol Krizka
This just from the IRC channel: [18:54] ok, i tried manually downloading the deb file and dpkging it, when i run amsn from terminal i get this error : "wish: error while loading shared libraries: libtcl8.5.so: cannot open shared object file: No such file or directory" [18:54] saif: where did y

Re: [Amsn-devel] Help me in compilation of TkCximage

2006-03-05 Thread Jérôme Gagnon-Voyer
Forget it, I made a commit and I fixed it...(read amsn-commits) Le 5 mars 2006 à 20:56, Youness Alaoui a écrit : I think you need XLib headers.. KKRT On Sun, Mar 05, 2006 at 12:41:05AM -0500, J?r?me Gagnon-Voyer wrote: I'm unable to compile TkCximage...can someone help me? Thanks! Ordinate

Re: [Amsn-devel] Pixmap menu

2006-03-05 Thread Youness Alaoui
Changing DP, or sending file fails.. anyways, anything that opens the "file chooser" (no desktop integration plugin loaded...) : I get this : [20:48:20] >>> GOT TCL/TK ERROR : {{".container_0.msg_0.__tk_filedialog.f1.menu config" is not defined}} >>> Stack: ".container_0.msg_0.__tk_filedialog.f1.

Re: [Amsn-devel] Windows + backspace not working?

2006-03-05 Thread Youness Alaoui
Tcl/Tk bug, noone ever knew why it happens.. maybe the guy uses another interpreter, cause the default one should work ok... KaKaRoTo On Mon, Mar 06, 2006 at 02:47:24AM +0200, Vivia Nikolaidou wrote: > > http://amsn.sourceforge.net/forums/viewtopic.php?t=501&highlight= > > Can anyone reproduc

Re: [Amsn-devel] Help me in compilation of TkCximage

2006-03-05 Thread Youness Alaoui
I think you need XLib headers.. KKRT On Sun, Mar 05, 2006 at 12:41:05AM -0500, J?r?me Gagnon-Voyer wrote: > I'm unable to compile TkCximage...can someone help me? Thanks! > > > Ordinateur-de-J-r-me-Gagnon-Voyer:~/aMSN-build.app/Contents/Resources/ > Scripts gagnonje$ make > g++ -g -O2 -O2 -w

Re: [Amsn-devel] pixmap menu as optional?

2006-03-05 Thread Bruno Costa
What I did was: Scroll contactlist up and down fast during ~20 seconds (2mb mb taken) Collapse/open a small group (7contacts) during ~20 seconds (5mb taken) Open the popup menu of various contacts in the contact list (1mb taken after some time)... (memory usage measured with top) Maybe I'm doing

[Amsn-devel] Windows + backspace not working?

2006-03-05 Thread Vivia Nikolaidou
http://amsn.sourceforge.net/forums/viewtopic.php?t=501&highlight= Can anyone reproduce this? --- This SF.Net email is sponsored by xPML, a groundbreaking scripting language that extends applications into web and mobile media. Attend the live

[Amsn-devel] drag 'n drop as core extension ?

2006-03-05 Thread Karel Demeyer
I'd like to have a poll whether or not the drag 'n drop extension should be in the core. In my opinion, it should so the GUI and all plugins can use it. the drag 'n drop plugin should be tcl-only imo. I think the drag 'n drop tcl binds should be in the gui code too though, so an eventual drag 'n

[Amsn-devel] Help me in compilation of TkCximage

2006-03-05 Thread Jérôme Gagnon-Voyer
I'm unable to compile TkCximage...can someone help me? Thanks! Ordinateur-de-J-r-me-Gagnon-Voyer:~/aMSN-build.app/Contents/Resources/ Scripts gagnonje$ make g++ -g -O2 -O2 -w -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE - D_FILE_OFFSET_BITS=64 -I../../Frameworks/Tcl.framework/Headers - I../../Fr

[Amsn-devel] Help me in compilation of TkCximage

2006-03-05 Thread Jérôme Gagnon-Voyer
I'm unable to compile TkCximage...can someone help me? Thanks! Ordinateur-de-J-r-me-Gagnon-Voyer:~/aMSN-build.app/Contents/Resources/ Scripts gagnonje$ make g++ -g -O2 -O2 -w -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE - D_FILE_OFFSET_BITS=64 -I../../Frameworks/Tcl.framework/Headers - I../../Fr

Re: [Amsn-devel] Pixmap menu

2006-03-05 Thread Arieh Schneier
> - Menus don't unpost correctly (as mentioned by others) Oh, I forgot to mention, this now is working for normal menus, but not for popup menus. The popup menus never unpost. (ie right click on a user in contact list, the menu that shows will never unpost). Lio. --

Re: [Amsn-devel] Pixmap menu

2006-03-05 Thread Arieh Schneier
> - when selecting in the menus the main amsn program 'loses focus' Ok, I fixed this problem by making the menu a 'transient'. > - For starters, why is it using so much ram? While looking at the code, I also noticed that you actually create all the windows at create time, then when posting/unposti

Re: [Amsn-devel] pixmap menu as optional?

2006-03-05 Thread Vivia Nikolaidou
Thanx Arieh, performed this double check on FT on receiving end. I sent a 15MB file, mem usage jumped from 28428 to 104260 during the first minutes of the transfer. Send another 35MB file, mem usage remained the same. Restarted amsn, sent a 10K file, mem usage went to 37020 on receiving end.

Re: [Amsn-devel] Re: [Amsn-commits] msn gui.tcl,1.1230,1.1231 protocol.tcl,1.783,1.784

2006-03-05 Thread Vivia Nikolaidou
> ie at run time, if this occurs: > if { 0 && anything } > the anything wont even get checked because the computer already knows the > test will fail... Thanx, I didn't know this :) thought that they'd both be checked! Anyway, this piece of code is out now, just two catch {image delete} and del

Re: [Amsn-devel] can't start amsn.. :\

2006-03-05 Thread Karol Krizka
On Saturday 04 March 2006 13:54, Rafael Rodríguez wrote: > any hints? > What version of amsn and tcl/tk? > [EMAIL PROTECTED]:~/msn$ ./amsn > attempt to provide package tls 1.5 failed: package tls 1.50 provided > instead Error in startup script: unknown option "#@" > while e

Re: [Amsn-devel] pixmap menu as optional?

2006-03-05 Thread Arieh Schneier
I haven't followed this thread exactly just skimmed it. But with memory usage being stolen, people need to realise that with a lot of the images we load them first time and don't unload them. So when testing these memory leaks you need to do everything twice. The first time you open somethin

Re: [Amsn-devel] Re: [Amsn-commits] msn gui.tcl,1.1230,1.1231 protocol.tcl,1.783,1.784

2006-03-05 Thread Arieh Schneier
Now that I look at it I see that the whole section was the force bit. Normally when someone does a force the code looks like: if {normalcase || force} So not looking carefully I thought there was a typo. But just a separate point maybe you should change it to: if {$force && [lsearch [image names]

Re: [Amsn-devel] can't start amsn.. :\

2006-03-05 Thread Karol Krizka
On Saturday 04 March 2006 13:54, Rafael Rodríguez wrote: > any hints? > Has been fixed in the lastest cvs. > [EMAIL PROTECTED]:~/msn$ ./amsn > attempt to provide package tls 1.5 failed: package tls 1.50 provided > instead Error in startup script: unknown option "#@" > while

[Amsn-devel] can't start amsn.. :\

2006-03-05 Thread Rafael Rodríguez
any hints? [EMAIL PROTECTED]:~/msn$ ./amsn attempt to provide package tls 1.5 failed: package tls 1.50 provided instead Error in startup script: unknown option "#@" while executing "::snit::RT.method.configurelist ::menu_radiobutton ::menu_radiobutton::Snit_inst2 ::.order_

Re: [Amsn-devel] Re: OT: xgl and rgb.txt

2006-03-05 Thread Boris Faure (aka billiob)
Done 2006/3/4, Vivia Nikolaidou <[EMAIL PROTECTED]>: > > FAQ updated. Now the rgb.txt file needs to be placed in > http://amsn.sf.net/ for download. I need to go NOW so someone else please > do it ;) > > Vivia -- Boris FAURE (aka billiob) mail, msn : [EMAIL PROTECTED] No trees were killed in the s