*** johannesV has joined #gnuenterprise good morning *** btami has joined #gnuenterprise good morning *** reinhard has joined #gnuenterprise good morning all *** kilo has joined #gnuenterprise good morning *** johannesV_ has joined #gnuenterprise *** johannesV has quit IRC *** johannesV_ has quit IRC *** johannesV has joined #gnuenterprise btami, have you noticed the reason for the up- and down-keys beeing blocked in win32-dropdowns ? *** yure has joined #gnuenterprise *** lekma has joined #gnuenterprise hello everybody llo lekma kilo: :) i seem to recall having read somewhere that there was a way to get all attributes of a given property (like type, length,...), but i can't find it anymore someone knows? or is it an invention of my imagination? call load() with an empty list of gnue_id's or with an empty gnue_id not sure johannesV: yes, noticed, but can't you define a "temporary" eventhandler for dropdown, like i did in win32 ? and ther was another bug: johannesV: if you click on a tab in a multi-page form, it loses the focus hmm, i don't like to see changing up/down functionality my customers use it from ages in my old app what i want to change to gnue when time comes bbl *** btami has quit IRC *** kilo has left #gnuenterprise *** sjc has joined #gnuenterprise *** sjc has quit IRC *** jamest has joined #gnuenterprise btami, the pb is, that the wx.combobox control does *not* get that up/down keypress - instead it is caught by the menuhandler first - so i cannot create a temp. eventhandler for that so i think best way to avoid such a pb at all would be to define another binding for previous-record or next-record (as suggested by reinhard a few days ago) the alt-cursor keys *** yure has quit IRC *** derek has quit IRC *** zgooly has joined #gnuenterprise hello. i need some advice about running gnue-forms In Windows: if I try to call gnue-forms from the command line and i am not in c:\program files\gnue\bin, it complaints that "ImportError: No module named gnue.forms". Is it possible to set some environments variables perhaps, to avoid this error? zgooly: i didn't thing that was necessary at all think i need to hook up a windows box here in the office to verify, it'll take a bit ok... you running the latest windows release? possibly not. let me check i have gnue-forms 0.5.13 , gnue-common 0.6.1 apparently i have the latest versions you're doing better than me i just updated to 5.13 and 6.1 and it tracebacks is it possible that my problem be caused by WinXP's cmd.exe ? i have been able to successfully run gnue-forms from bash ( msys ) i just tried to run forms from the command line forms in c:\program files\gnue\bin and a form in c:\cygwin\home\owner\forms while my current dir was the cygwin one and it worked ? and it loaded forms, let me login, then tracebacked did you install the lastest gnue runtime for windows? the 2005.10.13 one yes, i have that one i had to do that to get this far as my older one didn't work i'm 99% i didn't setup anything special on this box for gnue as it's one of our employee's home systems not a devel box i see. I'm curious to see whether this happens at home, too. (where i have win2000) this is XP home box here i see thanks for your time. I'll keep investigating this during the weekend .. *** klasstek has joined #gnuenterprise sorry i couldn't help more, i'm not a windows user if btami stops by I believe he maintains the windows port *** zgooly has quit IRC *** yure has joined #gnuenterprise *** jcater has joined #gnuenterprise *** derek has joined #gnuenterprise *** johannesV_ has joined #gnuenterprise *** btami has joined #gnuenterprise *** johannesV has quit IRC zgooly and jamest: All gnue tools (forsm/designer/navigator/reports/appserver) depends on gnue-common. If it was not installed, this exception generated. I have to enhance all gnue-*.exe to check not only the existence of runtime, but gnue-common too. he had 0.6.1 installed though [8:48:39] i have gnue-forms 0.5.13 , gnue-common 0.6.1 hmm i'v just tried it on an XP (not installed any Python/gnue stuff on it before) and got the same without installing gnue-common.exe it works for me with common, runtime, and forms installed though I get traceback with latest runtime ? in GDebug.py line 163 IOError: [Errno 9] Bad file descriptor but i've got to get a tax report finished up before I can look at it and I have to look at it as we're moving our A/R to gnue based forms and this has to run remote from one of our accountants homes as she works from home hmm, after installing gnue-common.exe, it was ok for me maybe he forgot? i think so back toup/down arrow handling issue i hope you (or yohannes/reinhard) will change it's behavior to configurable, koz i have more than 100 old customers using my old foxpro based app from 1992 using up/down arrows to change next/prev record they will kill me, if i ever chage it to shift/ctrl/alt +up/down we (kilo and me) started to rewrite it in gnue fortunately we have no deadlines in stone btami: so you say cursor up/down should be prev/next record? and not scrolling up/down in the dropdown? or it should change its behaviour depending on if i'm on a dropdown or not? the latest hmm, the first is acceptable too :) btami, i think i cannot do very much about that, as i don't get that event at all (at control-level) yes, i know *** klasstek has quit IRC johannesV_: maybe it would be an idea to *not* assign cursor up/down as a menu hotkey reinhard, that would help ... but we still have to assign them to the record-movement-commands wouldn't the form do that if the keypress event gets through and nobody else handles it? from where should the form know what to do with that keypress ? as there's no longer a binding of up to NEXTRECORD ah, well, maybe from the keymapper directly but the we have to tell the keymapper not to return this binding on query for hotkeys I just don't find it but I think there was a point where it handled the keypresses you mean the GFForm ? let me search ok, if we skipp up/down in the keymappers getEventKeyStroke .. it still works (as the keymapper can still associate the event) but it is not bound in the menu have to run for dinner, but will be back in about half an hour ok this is exactly what I meant (at least I can claim it) ;-) *** klasstek has joined #gnuenterprise back *** yure has quit IRC btami, reinhard ... got it working still navigate using up/down but also having up/down available in dropdowns great but i'm still trying to find a solution which is not bound to the NEXT-/PREVRECORD events but which is trying to skip up/down-keys in a menu-item without modifier keys ok, now i think it's fine ... drawback is, that the menu items have no hotkey displayed (for previous/next record) ok, will commit it btami, please svn-up and double-check ... it should work fine now *** psu has joined #gnuenterprise btami, that focus-pb when changing pages is reproducable; and it's there for old wx-driver too johannesV_: the up/down keys are ok, but enter doesn't select from the dropdown will inverstigate hm, it does for me or what do you mean with "select" ? if i press enter on an item in the dropdown (from the popup) it selects that value and jumps to the next entry doesn't work here what happens ? does enter moves on to the next entry for other fields ? no hm, it does for me ... (on win xp) so it looks like Enter does *not* map to NEXTENTRY for you is there a setting in gnue.conf for that ? actually pressing the enter key in an entry should generate an ENTER command nothing had changed in gnue.conf i'm trying XP in vmware player with wxpython 2.6.2.1 unicode *** klasstek has quit IRC hm, i can add some gDebugs ... just a sec hm, that's strange ... it jumps to the next entry on win, but it does not on gtk2 ... i think i'm overlooking something quite simple now ... to much trees to see the forrest ... hmm, seems as if there's a keymapper event not beeing replaced ah, ok ... i've just found another one ... hm, that's a pitty quite simple too ... btami, please svn-up and try that enter-pb again (if you've got some time left) meanwhile i'll have a look at that tabbing thingy ah, the focus is correct if the page has been changed using the keyboard (Ctrl-PgUp/Down) johannesV_: after pressing the enter key the focus is going to the next entry now, but the selected value from the dropdown is not ok what's wrong with it ? Selecting a country in appserver's sample.gfd works as intended ok, will test again with that form *** lekma has quit IRC hmm, strange first time i open the droopdown with mouse then press down arrow, but the popup next to it doesn't fallows the left popup *** psu has quit IRC after pressing enter, the focus goes to the netx popup, but doesn't shows what i selected then i open again the first popup with mouse it opens with empty, but pressing a down arrow, it goes to the country code what i'v selected before ??? then pressing down arrow again and again, the next popup doesn't fallows the selection have to go to help to my wife bbl after opening the popup with the mouse, the selection is placed on the empty one, moving down using the down-key automatically selects the currently highlighted country-code into the dropdown (*and* the other control aside with the corresponding country-name). on pressing enter, the country-code-popup disapears, cursor is in the next control with the proper country selected I'm using wx 2.6.1.0 unicode will go and get wx 2.6.2.1 unicode version and try it again ... wow; that's a bug introduced with wx 2.6.2.1 i'm shocked it worked well with 2.6.1.0 I will investigate this tomorrow have a nice evening *** johannesV_ has quit IRC *** johannesV has joined #gnuenterprise can't go to sleep before i know why wx2.6.2.1 breaks dropdowns on msw :( why? cause WX is evil to it's twisted, black core yeah, looks like damn, wx.Choice and wx.ComboBox are both broken in 2.6.2.1 (on wx.MSW only) the wx.EVT_COMBOBOX is fired at a wrong time, transporting horribly wrong values same applies to wx.EVT_CHOICE btami, (for the logs) selecting an item with the mouse works fine ... *** sjc has joined #gnuenterprise *** btami has quit IRC according to the mailinglist this bug should be fixed with 2.7 that's why i'll stick with 2.6.1.0 unicode on wx.MSW sigh isn't 2.7 a devel version? yeah they did this during the last cycle too and as it looks like it isn't available as binary package anyway (or i've not found it till now) ok, I've dropped another mail to the wx mailing list ... but now i'm really off for today ... have a nice day/evening *** johannesV has quit IRC *** kilo has joined #gnuenterprise *** jamest has quit IRC good night all *** reinhard has quit IRC *** ajmitch has joined #gnuenterprise *** kilo has left #gnuenterprise *** ajmitch_ has quit IRC *** derek has quit IRC *** jcater has quit IRC *** jcater has joined #gnuenterprise *** sjc has quit IRC *** spack_ has quit IRC *** jcater_ has joined #gnuenterprise *** jcater has quit IRC *** jcater_ is now known as jcater *** jcater_ has joined #gnuenterprise * chillywilly tugs on jcater_'s tail yoink! *** derek has joined #gnuenterprise *** sacha has joined #gnuenterprise