*** johannesV has joined #gnuenterprise *** ayers has joined #gnuenterprise Hello * can anyone point me to the correct documentation on how to "hook" into the authorization mechanisms of the gnue-appserver? I do get a login panel, and the user I enter is being uses for the gnue createtion/modification stamps. but the gnue_useraccess table is empty and I can't seem to generate a form for it. Well actually I merely tried a *gld so far... still need to try a form... *** jcater has quit IRC *** jcater has joined #gnuenterprise *** johannesV has quit IRC *** jamest has joined #gnuenterprise *** reinhard has joined #gnuenterprise jamest and/or jcater: it seems like my @gnue.org email address doesn't work any more test *** jamest has left #gnuenterprise *** jamest has joined #gnuenterprise test jamest: both tests seen :) it's on my end this channel is always empty but i had an alert that my name was mentioned and it was still empty * jamest kick colloquy jamest and/or jcater: it seems like my @gnue.org email address doesn't work any more that's what I wrote right before ah that domain is controled by derek and the dns server is in AZ last I knew he was asking about it not working a while back and traced it back there deke_: ? IIRC i moved gnue.org mail to gmail because no one seemed to recall where it was at i had stopped recieving mail (its a primary account for me) dns was pointing to something not on the network that could not be identified and it was not responding, in order to get mail i moved it when asking if anyone was using @gnue.org accounts the general consensus was no :( let me see what i can do argh I must have missed when you asked that as i piggy backed off another domain on google rather than creating yet another google apps account i have no problem setting up so email service continues reinhard at gnue dot org was just a forwarding to reinhard dot mueller at bytewise dot at i just needed my mail :) if there is any chance to set that up again that would be great trying to see how to forward email via google apps *** ncjp_ has quit IRC *** ncjp has joined #gnuenterprise reinhard: i just sent something to reinhard@gnue.org it should forward to your bytewise.at account please let me know if it shows up *** deke_ is now known as derek positive thanks for fixing!! np sorry for disruption *** derek has quit IRC I'm currently trying a Windows client setup Are there any other ports than 8765 that need to be openend (possibly on the client side)? My client seems to be connecting but i get an exception on the server: Exception happened during processing of request from ('10.1.1.30', 54196) Traceback (most recent call last): File "/usr/lib/python2.4/SocketServer.py", line 440, in process_request .... File "/usr/local/src/svn/gnue/gnue/.svndevelbase/gnue/common/rpc/drivers/xmlrpc/ServerAdapter.py", line 378, in close_request self.serverAdapter._clearClientObjects (request.getpeername ()) File "", line 1, in getpeername error: (107, 'Der Socket ist nicht verbunden') I don't think you need additional ports I did port forwarding through SSH for an appserver connection and it worked Hmm OK... however your exception does look like a weird network problem not that the client has the release windows packages and my server is running svn ... but I believe you already checked that there were no significant changes. I'm looking into the source code now. that should work ok Deaktivating the Windows firewall seems to do the trick. well at least until after the login panel.. now I've got an exception on the windows side... some KeyError with the key 'form' in ...base/UIdrivers.py 233 buildForm you installed exe, right? can you check your gnue.conf for a line DefaultUI = wx26 ? 'exe' yes I edited that line I also remove the ';'IIRC I'm installing pidgin on the windows VM so I can copy and past (and not switch from one side of the room to another) just to avoid misunderstandings: you have to check the gnue.conf on the windows side yes... that's one I edited. Wait No I edited to win32! is that bogus? please try wx26 OK Ahh! Super! Thanks! :) forms are working.. now to navigator! I checked meanwhile I don't think navigator will work from .exe but what you can maybe do is install the .exe find where the .py files are stored and exchange them by what you get from SVN the .exe is 2,5 years old OK... indeed what I get is a text UI (without updating to SVN py files) So let me try that! Wow.. it (almost) work... works need to find a way to deal with the differing paths to the forms. yes! Got it... with bugs and all! Cool! * ayers is happy camper! *** derek has joined #gnuenterprise reinhard: IIRC you mentioned an example where a button with a trigger caused the current form to save and create a new record... was that in one of the gnue-contrib examples? the hotline? acutally that was the example the the prerest values... *** david-ayers has joined #gnuenterprise Ok now I can c/p from windows also... hmm ok I reactivated the firewall and was able to restart the application... time to reboot with active firewall and try again. *** david-ayers has left #gnuenterprise OK.. I don't know what the issue was before... but now I get the connection without an issue with the windows firewall turned on. ..Cool! the button to save and create a new record is in hotline/forms/hotline.gfd if not blkLeistung.isPending (): showMessage ('Leistung ist bereits gespeichert oder nicht geaendert!?') else: form.commit () form.rollback () blkAuswahl.fldMitarbeiter.set (getParameter ('mitarbeiter')) setFocus (blkAuswahl.fldKunde) Ahh! Great! You where to send the invoice! lol You 'know' where... hehe bbl *** reinhard has quit IRC *** jamest has quit IRC *** jamest has joined #gnuenterprise *** sjc has joined #gnuenterprise ugh! gnue_accesslist is quite short... the few modules I have do not fit. Should probably define it really really long...or create a real detail table. *** reinhard has joined #gnuenterprise *** derek has quit IRC *** derek has joined #gnuenterprise Im searching the documentation on how to format the output of numbers in forms. I've defined a classs property as number(5,0) and I'd like the form to display the number without the first decimal digit currently it's displying "0,0" ah just a second should do the trick unfortunately older versions of gnue-forms didn't know the "scale" attribute so to stay compatible with older forms versions, appserver generated forms don't include that attribute Indeed ... that seems to be true for the current windows packages also. Let me see if I can replace them as easily as I did the navigator.... erm stop it I think I was not clear enough even current SVN appserver generates forms from .gld that do not include the scale= but if you write a hand-crafted .gfd you can add the scale= gnue-appserver 0.5.x was created while gnue-forms 0.5.x was current and gnue-appserver 0.5.x will remain compatible with gnue-forms 0.5.x only gnue-appserver 0.6.x (way ahead) will make incompatible changes again OK I wasn't clear.. I already have a hand crafted form. I've manually added the length and scale attribute settings. Now when I try to display the form on Windows I get parse error. argh my fault sorry not but *** david-ayers has joined #gnuenterprise it's about time I go to bed... ACK to be precise please let me know if that works Actually I had a typecast="number" generated. yes but that works! Thanks and good night! datatype="number" is an alias for typecast="number" typecast is gnue-forms 0.6 err 0.5 in 0.6 we added datatype as the preferred way of expressing it to fix some design bugs in 0.5 e.g. in 0.5 there only was typecast="date" OK will fix that up! in 0.6 there is datatype="date|time|datetime" and to make things worse in 0.5 typecast="date" actually behaved like datetime so it was necessary to have a new name for the attribute but anyway glad to see it works I wish you all the best and in spite of that tough project have a nice weekend :) cu on monday *** reinhard has quit IRC *** jcater has quit IRC *** jamest has quit IRC *** david-ayers has left #gnuenterprise *** ayers has left #gnuenterprise *** jamest has joined #gnuenterprise *** derek has quit IRC *** sjc has quit IRC *** derek has joined #gnuenterprise *** lupo__ has quit IRC *** lupo__ has joined #gnuenterprise *** jamest has quit IRC