On 3/6/06, Bruno Costa <[EMAIL PROTECTED]> wrote: > I don't use the desktop integration menu, but I can change DP and send > files... maybe it is a tcl8.4 problem? * Desktop integration plugin, sorry ;) > > By the way, Tom, can you make ALT focus the menu only on key up? I'm > having problems with ALT+TAB selecting the first menu entry! > Thanks :) > > On 3/6/06, Youness Alaoui <[EMAIL PROTECTED]> wrote: > > I though the same, but this error message "$path config is not defined" is > > weird, it should have been "config : unknown > > command/option" > > or somehting.. > > anyways, I disabled pixmapmenu until it's fixed (I think most people use > > desktop integration so they never got that bug, but I > > have no gnome, no kde :D) > > > > KaKaRoTo > > > > On Mon, Mar 06, 2006 at 08:51:35AM +0100, Sander Hoentjen wrote: > > > 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 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.menu config" is not defined > > > > while executing > > > > "$f1.menu config -takefocus 1 -highlightthickness 2" > > > > (procedure "::tk:ialog::file::Create" line 31) > > > > invoked from within > > > > "::tk:ialog::file::Create $w TkFDialog" > > > > (procedure "::tk:ialog::file::" line 17) > > > > invoked from within > > > > "::tk:ialog::file:: open -filetypes {{ "All Files" {*} }} -parent > > > > .container_0.msg_0 -initialdir /home/kakaroto/msn -initialfile > > > > {} -title {Send file..." > > > > ("eval" body line 1) > > > > invoked from within > > > > "eval ::tk:ialog::file:: open $args" > > > > (procedure "tk_getOpenFile" line 5) > > > > invoked from within > > > > "tk_getOpenFile -filetypes $types -parent $parent -initialdir > > > > $starting_dir -initialfile $initialfile -title $title" > > > > (procedure "chooseFileDialog" line 18) > > > > invoked from within > > > > "chooseFileDialog "" [trans sendfile] $win_name" > > > > (procedure "::amsn::FileTransferSend" line 6) > > > > invoked from within > > > > "::amsn::FileTransferSend .container_0.msg_0" > > > > (command bound to event) > > > > >>> Code: NONE > > > > > > > > [20:51:21] <snifikino> 20:47:38] > > > > ----------------------------------------- > > > > [20:47:38] >>> GOT TCL/TK ERROR : > > > > {{".picbrowser.__tk_filedialog.f1.menu config" is not defined}} > > > > >>> Stack: > > > > ".picbrowser.__tk_filedialog.f1.menu config" is not defined > > > > while executing > > > > "$f1.menu config -takefocus 1 -highlightthickness 2" > > > > (procedure "::tk:ialog::file::Create" line 31) > > > > invoked from within > > > > "::tk:ialog::file::Create $w TkFDialog" > > > > (procedure "::tk:ialog::file::" line 17) > > > > invoked from within > > > > "::tk:ialog::file:: open -filetypes {{{Image Files} {*.gif *.GIF *.jpg > > > > *.JPG *.bmp *.BMP *.png *.PNG}} {{All Files} *}} -parent > > > > .picbrowser -initiald..." > > > > ("eval" body line 1) > > > > invoked from within > > > > "eval ::tk:ialog::file:: open $args" > > > > (procedure "tk_getOpenFile" line 5) > > > > invoked from within > > > > "tk_getOpenFile -filetypes $types -parent $parent -initialdir > > > > $starting_dir -initialfile $initialfile -title $title" > > > > (procedure "chooseFileDialog" line 18) > > > > invoked from within > > > > "chooseFileDialog "" "" "" "" open [list [list [trans imagefiles] [list > > > > *.gif *.GIF *.jpg *.JPG *.bmp *.BMP *.png *.PNG]] [list > > > > [trans allfiles] *]]" > > > > (procedure "pictureChooseFile" line 4) > > > > invoked from within > > > > "pictureChooseFile" > > > > invoked from within > > > > ".picbrowser.browse invoke" > > > > ("uplevel" body line 1) > > > > invoked from within > > > > "uplevel #0 [list $w invoke]" > > > > (procedure "tk::ButtonUp" line 22) > > > > invoked from within > > > > "tk::ButtonUp .picbrowser.browse" > > > > (command bound to event) > > > > >>> Code: NONE > > > > > > > > > > > > > > > > > > > > On Fri, Mar 03, 2006 at 10:41:57AM -0300, Bruno Costa wrote: > > > > > Works like a charm! :) > > > > > Maybe you could make it lose focus when ALT is pressed and the menubar > > > > > already have focus, it is the default behavior of gtk and qt :) > > > > > > > > > > Could this problem be fixed to TCL 8.5?: > > > > > (copy and paste from a previous email) > > > > > Try click on a menuitem that have a submenu attached to it (before the > > > > > 500ms), the submenu doesn't post if I do it (only works correctly if I > > > > > wait for the 500ms). > > > > > > > > > > > > > > > On 3/3/06, Tom Jenkins <[EMAIL PROTECTED]> wrote: > > > > > > Tom Jenkins wrote: > > > > > > > > > > > > > Bruno Costa wrote: > > > > > > > > > > > > > >> On 3/1/06, Youness Alaoui <[EMAIL PROTECTED]> wrote: > > > > > > >> > > > > > > >> > > > > > > >>> Not sure, Tom will be able to tell you, but I don't know why > > > > > > >>> you get > > > > > > >>> the 'getenv TZ' bug, could you try > > > > > > >>> launching amsn with the TZ variable set to something... or > > > > > > >>> google to > > > > > > >>> find out how to avoid that, I'm sure we can > > > > > > >>> have a workaround to get the real full stack trace.. > > > > > > >>> > > > > > > >> > > > > > > >> > > > > > > >> I googled for it but without success... how can I set TZ? Is it > > > > > > >> an > > > > > > >> enviroment variable? (export TZ=1 && wish8.5 ./amsn doesn't > > > > > > >> seems to > > > > > > >> work). > > > > > > >> > > > > > > >> And Tom, can you add a binding to focus the main menu with ALT? > > > > > > >> > > > > > > > Possibly, tk does something similar using the -underline options, > > > > > > > if > > > > > > > you do Alt+F for file for example.. I'll try and work something > > > > > > > out so > > > > > > > just pressing Alt selects the first entry on the menubar. > > > > > > > > > > > > Done, please test Bruno :) > > > > > > > > > > > > > > > > > > > > > > > > ___________________________________________________________ > > > > > > Yahoo! Photos ? NEW, now offering a quality print service from just > > > > > > 8p a photo http://uk.photos.yahoo.com > > > > > > > > > > > > > > > > > > > > > > > > ------------------------------------------------------- > > > > > > This SF.Net email is sponsored by xPML, a groundbreaking scripting > > > > > > language > > > > > > that extends applications into web and mobile media. Attend the > > > > > > live webcast > > > > > > and join the prime developer group breaking into this new coding > > > > > > territory! > > > > > > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642 > > > > > > _______________________________________________ > > > > > > Amsn-devel mailing list > > > > > > Amsn-devel@lists.sourceforge.net > > > > > > https://lists.sourceforge.net/lists/listinfo/amsn-devel > > > > > > > > > > > > > > > > > > > > > -- > > > > > Bruno Costa > > > > > :wq > > > > > > > > > > > > > > > ------------------------------------------------------- > > > > > This SF.Net email is sponsored by xPML, a groundbreaking scripting > > > > > language > > > > > that extends applications into web and mobile media. Attend the live > > > > > webcast > > > > > and join the prime developer group breaking into this new coding > > > > > territory! > > > > > http://sel.as-us.falkag.net/sel?cmd=lnk&kid0944&bid$1720&dat1642 > > > > > _______________________________________________ > > > > > Amsn-devel mailing list > > > > > Amsn-devel@lists.sourceforge.net > > > > > https://lists.sourceforge.net/lists/listinfo/amsn-devel > > > > > > > > > > > > ------------------------------------------------------- > > > > This SF.Net email is sponsored by xPML, a groundbreaking scripting > > > > language > > > > that extends applications into web and mobile media. Attend the live > > > > webcast > > > > and join the prime developer group breaking into this new coding > > > > territory! > > > > http://sel.as-us.falkag.net/sel?cmd_______________________________________________ > > > > Amsn-devel mailing list > > > > Amsn-devel@lists.sourceforge.net > > > > https://lists.sourceforge.net/lists/listinfo/amsn-devel > > > > > > > > > > > > > > > > > > > > ------------------------------------------------------- > > > This SF.Net email is sponsored by xPML, a groundbreaking scripting > > > language > > > that extends applications into web and mobile media. Attend the live > > > webcast > > > and join the prime developer group breaking into this new coding > > > territory! > > > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642 > > > _______________________________________________ > > > Amsn-devel mailing list > > > Amsn-devel@lists.sourceforge.net > > > https://lists.sourceforge.net/lists/listinfo/amsn-devel > > > > > > ------------------------------------------------------- > > This SF.Net email is sponsored by xPML, a groundbreaking scripting language > > that extends applications into web and mobile media. Attend the live webcast > > and join the prime developer group breaking into this new coding territory! > > http://sel.as-us.falkag.net/sel?cmdlnk&kid0944&bid$1720&dat1642 > > _______________________________________________ > > Amsn-devel mailing list > > Amsn-devel@lists.sourceforge.net > > https://lists.sourceforge.net/lists/listinfo/amsn-devel > > > > > -- > Bruno Costa > :wq >
-- Bruno Costa :wq ------------------------------------------------------- This SF.Net email is sponsored by xPML, a groundbreaking scripting language that extends applications into web and mobile media. Attend the live webcast and join the prime developer group breaking into this new coding territory! http://sel.as-us.falkag.net/sel?cmd=lnk&kid0944&bid$1720&dat1642 _______________________________________________ Amsn-devel mailing list Amsn-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/amsn-devel