*** llp has quit IRC *** meandtheshell has joined #gnuenterprise someone around? I'm new to GNUe. AFAICS the tools are quite finished but the applications not - is that right? ok never mind - I'll beter spend another hour or so to read about the GNUe software architecture etc. *** reinhard has joined #gnuenterprise *** SachaS has quit IRC *** kilo has joined #gnuenterprise good morning hi *** yoderm has quit IRC *** bigbrother_ has quit IRC *** bigbrother has joined #gnuenterprise *** yoderm has joined #gnuenterprise good morning how are you, reinhard ? *** SachaS has joined #gnuenterprise *** btami has joined #gnuenterprise good morning ajmitch: thanks, I'm fine back from holiday how are you? I'm good thanks you seem to be busy lately? fairly busy, yes any chance you can look into debs sometime? I've done local updates of all the gnue packages, but need to work out what to do for the new python policy <3 reinhard: i get this error with a form worked ok with letset release File "/adat/svn/gnue/.cvsdevelbase/gnue/common/definitions/GObjects.py", line 335, in _phaseInit inits [phase] () File "/adat/svn/gnue/.cvsdevelbase/gnue/forms/uidrivers/_base/widgets/_base.py", line 129, in __primary_init widget = self.create_widget(self._creationEvent, spacer) File "/adat/svn/gnue/.cvsdevelbase/gnue/forms/uidrivers/wx26/widgets/_base.py", line 118, in create_widget return self._create_widget_(event, spacer) File "/adat/svn/gnue/.cvsdevelbase/gnue/forms/uidrivers/wx26/widgets/entry.py", line 63, in _create_widget_ (self.label, self.widget) = func(parent) File "/adat/svn/gnue/.cvsdevelbase/gnue/forms/uidrivers/wx26/widgets/entry.py", line 153, in __build_dropdown self.update_choices(result) File "/adat/svn/gnue/.cvsdevelbase/gnue/forms/uidrivers/wx26/widgets/_base.py", line 445, in update_choices choices = self._gfObject._field._allowedValuesReverse.keys() AttributeError: GFField instance has no attribute '_allowedValuesReverse' can you please svn up and try again? yep it's ok now,thx here comes the next: Traceback (most recent call last): File "/adat/svn/gnue/gnue-forms/scripts/gnue-forms", line 34, in ? client.run () File "/adat/svn/gnue/.cvsdevelbase/gnue/forms/GFClient.py", line 201, in run instance.activate () File "/adat/svn/gnue/.cvsdevelbase/gnue/forms/GFInstance.py", line 356, in activate self.activateForm ('__main__', self._parameters) File "/adat/svn/gnue/.cvsdevelbase/gnue/forms/GFInstance.py", line 383, in activateForm form.processTrigger ('On-Activation') File "/adat/svn/gnue/.cvsdevelbase/gnue/common/logic/GTrigger.py", line 230, in processTrigger return function(self = self.get_namespace_object()) File "/adat/svn/gnue/.cvsdevelbase/gnue/common/logic/GTrigger.py", line 123, in __call__ __self._root._triggerDictionary[__self.src](*args, **params) KeyError: u'startupSearch' we have aninclude in our forms include instead
the content of util.gfd is: match = getParameter('id') if match: dts.simpleQuery({'gnue_id': match}) this worked with latest release too *** meandtheshell has quit IRC ok, this might take a bit longer... np *** johannesV has joined #gnuenterprise *** jamest has joined #gnuenterprise *** kilo has left #gnuenterprise *** derek has quit IRC *** llp has joined #gnuenterprise *** derek has joined #gnuenterprise *** meandtheshell has joined #gnuenterprise *** klasstek has joined #gnuenterprise *** SachaS has quit IRC *** jcater has joined #gnuenterprise btami: meanwhile, can you please test something for me? I've got a bug report from a windows user that trying to paste something into a form inserts the text "NONE" instead of what you actually wanted to paste *** SachaS has joined #gnuenterprise *** meandtheshell has left #gnuenterprise reinhard: yes, what to test? whether he tells the truth ;-) can you try to paste something in gnue-forms with ctrl-v ? he is using wx26 UI but last release (not SVN) ah actually I can even reproduce it with SVN under GTK (using wx26 UI) trying... so no need to test for you, I can reproduce here thanks anyway :) ok :9 :) I like days like this as the first day after my holidays... bbl *** btami has quit IRC doh clipboard handling was simply not implemented in wx26 *** btami has joined #gnuenterprise *** btami has quit IRC most things seem to work better on my debian box with gtk2 I had to substitute the actual trigger in util.gfd into all the form that wanted to import it s// match = getParameter('id') if match: dts.simpleQuery({'gnue_id': match}) / seems like import-trigger is broken still debugging clipboard routines, will look into import-trigger after that GNUe Forms Version 0.5.99 .. gnue.conf - DefaultUI = gtk2 .. copy paste seems to work fine (debian testing) yes, it is a wx26 problem I'm currently fighting with the effect that the display isn't updated after pasting so after pressing ctrl-v the new text is not visible, you have to move the cursor first in QT, there was a separate on-paste event (forget the exact name, could've been on text change) that I had to capture and emulate the text being pasted I wonder if it is similar in wx otherwise the paste would never register for me of course, I could be remembering that wrong, since it has been a few years *sigh* we are just capturing the ctrl-v keypress pasting with middle mouse button is something completely different (and doesn't work at all currently AFAICT) at least for wx26 ah yeah interesting - I get the 'none' with ctrl-v using wx26 but if I middle click (paste selected text) it appears for a second then disappears.. that is what I was thinking of in qt I had to go out of my way to capture the middle-click paste curt: yes curt: after svn up, the "None" should go away but you don't see the None immediately, do you? not until i move focus.. ok that's exactly the problem I'm trying to solve no now if you need something tested .. I am just killing time here today (on and off) curt: are you working in btami's company? no .. i am looking at using GNUe for my own use .. I have been piddling around testing his 'contrib' trying to get an idea what can/can't be done with GNUe ah *** johannesV has quit IRC curt: latest svn should fix copy&paste problems I'll up it and take a look. thanks ctrl-v appears right away and stays .. middle-click still appears and the goes away .. probably what you expected... yes middle click is not yet implemented my priority was to fix ctrl-v because that's what my windows user uses ctrl-v seems to work normally now. thanks *drum roll* imported triggers should be back to work that was quick .. wxTheClipboard.UsePrimarySelection(1) handles the middle-click from X clipboard, I'm looking at that now. maybe I'll save that one for another day .. going home. *** kilo has joined #gnuenterprise *** reinhard has quit IRC *** jamest has left #gnuenterprise *** jcater has quit IRC *** klasstek has quit IRC *** kilo has quit IRC *** derek has quit IRC *** jamest has joined #gnuenterprise *** jamest has quit IRC *** llp has quit IRC *** llp has joined #gnuenterprise