humm.. ok, if you say so, anyways, important thing is that it works (yay, I also got my karma++ back :P lol).. anyways, I moved it to another proc because the inlined fileevent proc is usually executed in the global namespace... and I wanted it to access the variable so I made it into the desktop_integration namespace.. anyways, thx for the fix...
now.. vivia.. why didn`t you find the bug ??? :@

KKRT


On Tue, 20 Dec 2005 13:50:18 -0500, Sander Hoentjen <[EMAIL PROTECTED]> wrote:

On Tue, 2005-12-20 at 13:32 -0500, Youness Alaoui wrote:
Hey, you say Bad Youness!! you even did a karma--
but I don't get the problem, apart from the --text "$.." becoming --text
$...
why wasn't it working ? vivia tried it and she said everything worked...
anyways, your modifs were to add the ::desktop_integration and remove the
'variable' things...
I don't know why you did that because all those procs are inside the
desktop_integration namespace already... (notice my mail where I explained
my modifs), because the ::tk_getSaveFile proc (for example) is :
proc tk_getSaveFile { args } {
return [eval ::desktop_intergation::KgetSaveFile $args]
}

anyways, tell me what went wrong..
also, don't forget something, I did all the modifs and did zero testing, I
can't even load the plugin since I have no kde and no gnome...

KaKaRoTo

Hehe I was just kidding.
Well the problem was that 'tkwait variable answer' didn't work since the
variable was changed from a different proc (you moved it from the same
proc to a new proc)
So it never got past that point.
Now it works perfectly again



-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
_______________________________________________
Amsn-devel mailing list
Amsn-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/amsn-devel



--
KaKaRoTo


-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
_______________________________________________
Amsn-devel mailing list
Amsn-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/amsn-devel

Reply via email to