Re: [Amsn-devel] snap preview anywhere to our website ?

2007-02-19 Thread Sander Hoentjen
On Mon, 2007-02-19 at 01:37 -0500, Youness Alaoui wrote: > Hello... > a question.. I don't know if some of you know of this service, but Snap > Preview Anywhere is a service that > allows for a little popup with a preview to other websites whenever you hover > on a link.. do you think it would

Re: [Amsn-devel] New Default skin (based on Emerald2.0)

2007-02-19 Thread Philippe Valembois - Phil
Hi, management of topbar colors is a little more complex than changing of image... In fact, you only have one topbar that should be in neutral color : reference color should be #7f7f7f but that's only to make things easier... Now you have this pixmap you can affect its color using these parameters

Re: [Amsn-devel] snap preview anywhere to our website ?

2007-02-19 Thread Philippe Valembois - Phil
That shouldn't use any external service and should be implemented in our website... Feel free to implement it ;) Phil Le Monday 19 February 2007 09:38:49 Sander Hoentjen, vous avez écrit : > On Mon, 2007-02-19 at 01:37 -0500, Youness Alaoui wrote: > > Hello... > > a question.. I don't know if som

Re: [Amsn-devel] 0.97 TODO

2007-02-19 Thread Arieh Schneier
> Comments : > - Find a way to really have the 'buttonrelease' behavior on buttons > Currently, in the buttonbar of a CW, when we ButtonPress on a button but move the mouse outside of the > button before releasing it, it still activates the button, the normal behavior would be to cancel the click

Re: [Amsn-devel] 0.97 TODO

2007-02-19 Thread Youness Alaoui
button.tcl doesn't have anything to do with %X %Y... I just looked and it seems the ::tk::ButtonUp { w } doesn't check for mouse position... instead it only checks if %W is equal to $priv(window) which is a global vars where it stores the last entered button.. in other words, on FocusOut it un

Re: [Amsn-devel] snap preview anywhere to our website ?

2007-02-19 Thread Youness Alaoui
lol.. ok :p but you know, it's easy, we just need to go grab their code, it's all javascript, so we can have it.. then modify the code to have the popup and instead of code fetching the preview image, we put static links to thumbnails that we pre-built... easy.. right ? ;) KKRT On Mon, Feb 19

Re: [Amsn-devel] [Amsn-commits] SF.net SVN: amsn: [7987] trunk/amsn

2007-02-19 Thread Sander Hoentjen
On Mon, 2007-02-19 at 04:08 -0500, Youness Alaoui wrote: > no I don't.. I didn't test, I don't have any taskbar :p I just looked at the > manual and it didn't appear in : > http://www.tcl.tk/man/tcl8.4/TkCmd/wm.htm > but appeared in : > http://www.tcl.tk/man/tcl8.5/TkCmd/wm.htm > > so I thought..

Re: [Amsn-devel] 0.97 TODO

2007-02-19 Thread Arieh Schneier
My point is that we can treat these labels as buttons and use the same global vars as they do. They will still work as long as we use them the same way they do. So this new global variable you are talking about already exists. - Original Message - From: "Youness Alaoui" <[EMAIL PROTECTED]

Re: [Amsn-devel] 0.97 TODO

2007-02-19 Thread Sander Hoentjen
On Mon, 2007-02-19 at 04:56 -0500, Youness Alaoui wrote: > button.tcl doesn't have anything to do with %X %Y... I just looked and it > seems the ::tk::ButtonUp { w } > doesn't check for mouse position... instead it only checks if %W is equal to > $priv(window) which is a global > vars where it

Re: [Amsn-devel] 0.97 TODO

2007-02-19 Thread Youness Alaoui
depends on the tcl/tk version you're using I suppose and even if we test it with 8.4/8.5 who knows if we can always be forward compatible, it's a though call and I wouldn't make it... about button with -relief flat, I agree, but they were already with a -relief flat so I suppose it has some di

Re: [Amsn-devel] 0.97 TODO

2007-02-19 Thread Sander Hoentjen
On Mon, 2007-02-19 at 05:35 -0500, Youness Alaoui wrote: > depends on the tcl/tk version you're using I suppose and even if we test it > with 8.4/8.5 who knows if we can > always be forward compatible, it's a though call and I wouldn't make it... > > about button with -relief flat, I agree, but

[Amsn-devel] *** glibc detected *** /usr/bin/wish: double free or corruption (!prev): 0x0000000001edf250 ***

2007-02-19 Thread André Lemos
This happens after logging in. I get the message: *** glibc detected *** /usr/bin/wish: double free or corruption (!prev): 0x01edf250 *** and bt gives me the attached file. The version is revision 7992. Thanks #0 0x2b81f069a458 in ?? () from /lib/libc.so.6 #1 0x2b81f063

Re: [Amsn-devel] *** glibc detected *** /usr/bin/wish: double free or corruption (!prev): 0x0000000001edf250 ***

2007-02-19 Thread André Lemos
I know I know... too many omit-frame-pointers André Lemos wrote: > This happens after logging in. > > I get the message: *** glibc detected *** /usr/bin/wish: double free > or corruption (!prev): 0x01edf250 *** > > and bt gives me the attached file. > > The version is revision 7992. > >

Re: [Amsn-devel] *** glibc detected *** /usr/bin/wish: double free or corruption (!prev): 0x0000000001edf250 ***

2007-02-19 Thread André Lemos
it's definetly something with: int ObjRead (Tcl_Interp *interp, Tcl_Obj *data, Tcl_Obj *format, Tk_PhotoHandle imageHandle, int destX, int destY, int width, int height, int srcX, int srcY) André Lemos wrote: > I know I know... > > too many omit-frame-pointers > > > André Lem

Re: [Amsn-devel] *** glibc detected *** /usr/bin/wish: double free or corruption (!prev): 0x0000000001edf250 ***

2007-02-19 Thread André Lemos
when: image.Decode(FileData, length, CXIMAGE_FORMAT_PNG) (only happens with PNG) is called inside ObjRead() inside of utils/TkCximage/src/PhotoFormat.cpp. I get the error *** glibc detected *** wish: double free or corruption (!prev): 0x01d9bef0 *** and this happens when the contact li

Re: [Amsn-devel] *** glibc detected *** /usr/bin/wish: double free or corruption (!prev): 0x0000000001edf250 ***

2007-02-19 Thread André Lemos
the problem is with png_read_end() under utils/TkCximage/src/CxImage/ximapng.cpp don't have the time to further investigate it right now. André Lemos wrote: > when: > > image.Decode(FileData, length, CXIMAGE_FORMAT_PNG) (only happens with PNG) > > is called inside ObjRead() inside of utils/TkC

[Amsn-devel] Forums offline

2007-02-19 Thread Bruno Costa
There is any reason for it? I'm getting an 404 error since 3 hours ago! If it was expected feel free to ignore this email :) -- Bruno Costa - Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsa

Re: [Amsn-devel] Forums offline

2007-02-19 Thread Philippe Valembois - Phil
Everything works perfectly here : I did some modifications but that's fixed now Maybe you are behind a cache ? Phil Le Monday 19 February 2007 15:37:50 Bruno Costa, vous avez écrit : > There is any reason for it? > I'm getting an 404 error since 3 hours ago! > > If it was expected feel free to ign

Re: [Amsn-devel] Forums offline

2007-02-19 Thread Sander Hoentjen
On Mon, 2007-02-19 at 11:37 -0300, Bruno Costa wrote: > There is any reason for it? > I'm getting an 404 error since 3 hours ago! WORKSFORME - Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsa

Re: [Amsn-devel] Forums offline

2007-02-19 Thread Bruno Costa
On 2/19/07, Philippe Valembois - Phil <[EMAIL PROTECTED]> wrote: Everything works perfectly here : I did some modifications but that's fixed now Maybe you are behind a cache ? Yep, everything working here now... sorry for the false alarm ;) Phil Le Monday 19 February 2007 15:37:50 Bruno Co

Re: [Amsn-devel] Some fixes for OIM log system, for amsn r7961

2007-02-19 Thread square87
@@ -6990,7 +6990,7 @@ You have added a third parameter but ::amsn::WinWriteFail accept only two parameters, please fix. for the rest... up! Please reproduce this: *write an oim to an offline user! *open log conversation You'll see that oim is logged twice, first time with your nick and second tim

Re: [Amsn-devel] 0.97 TODO

2007-02-19 Thread Tom Hennigan
I'll check it out now. On 19 Feb 2007, at 10:57, Sander Hoentjen wrote: > On Mon, 2007-02-19 at 05:35 -0500, Youness Alaoui wrote: >> depends on the tcl/tk version you're using I suppose and even if >> we test it with 8.4/8.5 who knows if we can >> always be forward compatible, it's a though ca

Re: [Amsn-devel] 0.97 TODO

2007-02-19 Thread capricious . falcon
IIRC, it was to get rid of extra padding that buttons had which couldn't be removed... On 19/02/07, Tom Hennigan <[EMAIL PROTECTED]> wrote: I'll check it out now. On 19 Feb 2007, at 10:57, Sander Hoentjen wrote: > On Mon, 2007-02-19 at 05:35 -0500, Youness Alaoui wrote: >> depends on the tcl/

Re: [Amsn-devel] *** glibc detected *** /usr/bin/wish: double free or corruption (!prev): 0x0000000001edf250 ***

2007-02-19 Thread Youness Alaoui
Does this look like a patch ? how many times should we say this politely and how many times should we yell before everyone understands.. for user support USE THE FORUMS!! and this is now getting frustrating especially because this issue has been answered thou

Re: [Amsn-devel] 0.97 TODO

2007-02-19 Thread Tom Hennigan
Weird because with button I get this (the winks plugin uses label):On 19 Feb 2007, at 17:33, [EMAIL PROTECTED] wrote:IIRC, it was to get rid of extra padding that buttons had which couldn't be removed...On 19/02/07, Tom Hennigan < [EMAIL PROTECTED]> wrote:I'll check it out now.On 19 Feb 2007, at 10

Re: [Amsn-devel] *** glibc detected *** /usr/bin/wish: double free or corruption (!prev): 0x0000000001edf250 ***

2007-02-19 Thread André Lemos
*Q: How do I capture bug report information from a segmentation fault? (LINUX)* *A:* Make sure amsn was compiled with debugging symbols, if you installed it using a binary package, you should probably download from source and recompile it. To enable debugging symbols, configure it with : ./confi

[Amsn-devel] Problems Recieving OIM From Yahoo?

2007-02-19 Thread Tom Hennigan
Hey, Has anyone seen this/knows about this?? Seems like the user couldn't download an OIM from a yahoo contact. http://forums.cocoaforge.com/viewtopic.php?t=12013 - Tom - Take Surveys. Earn Cash. Influence the Future of I

Re: [Amsn-devel] *** glibc detected *** /usr/bin/wish: double free or corruption (!prev): 0x0000000001edf250 ***

2007-02-19 Thread Vivia Nikolaidou
First I thought that Youness yelled at you before I did, so no need for me to yell again. But your answer made me even angrier than I was when I saw your message. HAVE YOU SEARCHED THE DAMN FORUM?... You know the word FORUM, right? I suppose it's different from FAQ! That FAQ entry is about bu

Re: [Amsn-devel] *** glibc detected *** /usr/bin/wish: double free or corruption (!prev): 0x0000000001edf250 ***

2007-02-19 Thread André Lemos
I've already admitted that it was my mistake not to look on the forums (I thought it was out of the scope), so no need for this much fuss. have fun Vivia Nikolaidou wrote: > First I thought that Youness yelled at you before I did, so no need for me > to yell again. But your answer made me even

Re: [Amsn-devel] 0.97 TODO

2007-02-19 Thread Youness Alaoui
Obviously it's not working, lol :p maybe you did something wrong... can we see the diff ? thx On Mon, Feb 19, 2007 at 05:40:03PM +, Tom Hennigan wrote: > Weird because with button I get this (the winks plugin uses label): > >  > On 19 Feb 2007, at 17:33, [EMAIL PROTECTED] wrote: > > >IIRC

Re: [Amsn-devel] *** glibc detected *** /usr/bin/wish: double free or corruption (!prev): 0x0000000001edf250 ***

2007-02-19 Thread Youness Alaoui
Vivia : I think you were wrong in yelling at him, he took the time to read the FAQ (wich is already rare) and followed the FAQ's instructions, it's our fault for not saying to look in the forums and report if it's unreported. Andre : You're right, and sorry, it's our fault for giving that mail

Re: [Amsn-devel] Problems Recieving OIM From Yahoo?

2007-02-19 Thread Youness Alaoui
wow! that would explain why some people have issues when they receive OIMs.. if the user is not in your list (because we use msnp12 and we don't have yahoo contacts) it might be the reason why people get an empty blank window.. worth investigating! thanks KKRT On Mon, Feb 19, 2007 at 06:38:3

Re: [Amsn-devel] [Amsn-commits] SF.net SVN: amsn: [7987] trunk/amsn

2007-02-19 Thread Youness Alaoui
On Mon, Feb 19, 2007 at 11:27:11AM +0100, Sander Hoentjen wrote: > On Mon, 2007-02-19 at 04:08 -0500, Youness Alaoui wrote: > > no I don't.. I didn't test, I don't have any taskbar :p I just looked at > > the manual and it didn't appear in : > > http://www.tcl.tk/man/tcl8.4/TkCmd/wm.htm > > but ap

Re: [Amsn-devel] 0.97 TODO

2007-02-19 Thread Tom Hennigan
Lol :-P I just changed the label to button in the statements below that comment. Here's the diff: Index: chatwindow.tcl === --- chatwindow.tcl (revision 7978) +++ chatwindow.tcl (working copy) @@ -2149,41 +2149,41 @@

Re: [Amsn-devel] [Amsn-commits] SF.net SVN: amsn: [7987] trunk/amsn

2007-02-19 Thread Sander Hoentjen
On Mon, 2007-02-19 at 14:49 -0500, Youness Alaoui wrote: > On Mon, Feb 19, 2007 at 11:27:11AM +0100, Sander Hoentjen wrote: > > On Mon, 2007-02-19 at 04:08 -0500, Youness Alaoui wrote: > > > no I don't.. I didn't test, I don't have any taskbar :p I just looked at > > > the manual and it didn't app

Re: [Amsn-devel] [Amsn-commits] SF.net SVN: amsn: [7987] trunk/amsn

2007-02-19 Thread Youness Alaoui
lol, ok, that's why he said "someone asked recently..today".. so it was you :p KKRT On Mon, Feb 19, 2007 at 09:08:57PM +0100, Sander Hoentjen wrote: > On Mon, 2007-02-19 at 14:49 -0500, Youness Alaoui wrote: > > On Mon, Feb 19, 2007 at 11:27:11AM +0100, Sander Hoentjen wrote: > > > On Mon, 2007-0

Re: [Amsn-devel] *** glibc detected *** /usr/bin/wish: double free or corruption (!prev): 0x0000000001edf250 ***

2007-02-19 Thread Vivia Nikolaidou
Andre: sorry! :( I just didn't read your mail until the end :( really, really sorry about this :( In short: there is one corrupted cached display picture that makes your libpng crash. Open your cache folder with any program (it is libpng after all), find the image that makes it bug and delete

Re: [Amsn-devel] *** glibc detected *** /usr/bin/wish: double free or corruption (!prev): 0x0000000001edf250 ***

2007-02-19 Thread Youness Alaoui
better solution, upgrade your libpng to the latest version On Mon, Feb 19, 2007 at 11:32:00PM +0200, Vivia Nikolaidou wrote: > > Andre: sorry! :( I just didn't read your mail until the end :( really, > really sorry about this :( > > In short: there is one corrupted cached display picture that m