*** johannesV has joined #gnuenterprise good morning *** rynik has joined #gnuenterprise good morning *** sjc has joined #gnuenterprise *** kilo has joined #gnuenterprise *** btami has joined #gnuenterprise good morning good morning *** holycow has joined #gnuenterprise good evening *** tiredbones has joined #gnuenterprise *** reinhard has joined #gnuenterprise *** reinhard has quit IRC *** btami has quit IRC *** reinhard has joined #gnuenterprise bbl *** reinhard has quit IRC *** kilo has quit IRC Hi. What is a valid property name? Underscores? numbers? dots?... Anyone. the length of this name plus the length of the module name should not exceed 30 characters. Thats all I know for sure. *** johannesV_ has joined #gnuenterprise *** johannesV has quit IRC *** reinhard has joined #gnuenterprise Hi reinhard. What is the restrictions on property names except the length of this name plus the length of the module name should not exceed 30 characters? they may only contain letters and numbers tnx and they must be unique (regardless case) br brb *** reinhard has quit IRC *** holycow has quit IRC *** jcater has joined #gnuenterprise *** titopbs has joined #gnuenterprise *** reinhard has joined #gnuenterprise *** jamest has joined #gnuenterprise *** rynik has left #gnuenterprise *** titopbs has quit IRC when will gnue support wx25? i can't get wxpython24 to build for gtk2 :( mnemoc: if you want to run gtk2 you could try the native gtk2 driver oh you want to use designer, i guess... *** yure has joined #gnuenterprise does navigator support native gtk2? yes so i should consider wxpy24/gtk2 "NP Hard" and simply use native driver? what is "NP Hard"? but anyway I see no reason not using native gtk2 for forms and navigator hehe... np hard is a term from logics http://www.nist.gov/dads/HTML/nphard.html *** rynik has joined #gnuenterprise *** johannesV_ has quit IRC A gnue-packages/supply-chain/inventory/invent.gcd svn: In directory 'gnue-packages/supply-chain/inventory' svn: Error processing command 'readonly' in 'gnue-packages/supply-chain/inventory' svn: Can't set file 'gnue-packages/supply-chain/inventory/.svn/props/invent.gcd.svn-work' read-only: No such file or directory should i do anything to fix that? for a vi lover, there is any nice GUI app to code python? (more python-aware than gvim?) something that convert my tabs into something that python likes? " Folgezeilen normalerweise gleich einrücken set autoindent " Wir haben immer schwarzen Hintergrund set background=dark " C-Einrückung gemäß GNU Coding Standards set cinoptions=>4,{2,^-2,e-2,n-2,=2,p4,t0,+2,(0 " Wir wollen keine Tabs! set expandtab " Einrückung praktisch immer 2 Stellen (Shellscript, Python, etc.) set shiftwidth=2 " Klammern zeigen set showmatch " Tabulator = Einrückung set smarttab " Text bei 79 Stellen umbrechen set textwidth=79 " Timeout für in Millisekunden set timeoutlen=300 " Einrückungs-Logik immer laden filetype plugin indent on ------- is my .vimrc (please ignore the german comments) nein! "set expandtab" is your friend chillywilly: lol :) how's it going mr. reinhard ? well hacking non-gnue stuff for a change is that good or bad? both good as it brings me money ok, I can accept that answer I suppose bad as it's not gnue :-) my head hurts *** kilo_ has joined #gnuenterprise reinhard: how can i make that python support only available when i'm editing .py? i work on some other projects where ident by tabs is part of the coding standard ah hmmm I think you can have your own ~/.vim/indent/python.vim or something like that but I don't remember, it's too long since I've played with it copy the /usr/local/vim/....../indent/python.vim and insert something like "setlocal expandtab" i'll try.... thanks :) au filetype python set expandtab au filetype python set tabstop=2 au filetype python set shiftwidth=2 that is nicer :) i like your configs *** dimas has quit IRC where is GDebug now? from gnue.common import GDebug ImportError: cannot import name GDebug gnue.common.apps iirc but you can just use the global gDebug now, i think thanks DevelopersGuide references it from gnue.common what library should i use to read .dbf on a GClientApp? gnue.common.datasources.drivers.dbf ... what happened on this?: If there is a 'real' interest in dBASE support, we could write a new dbdriver with all that features, but this would be a bit more work to do. Johannes the list server is unreachable so i'm reading google cache :\ mnemoc: it is now drivers.file.dbf *** kilo_ has quit IRC reinhard: on gnue-common 0.5.14? no sorry only in svn version in gnue-common 0.5.14 it should still be at drivers/dbf *** jamest has quit IRC night all *** reinhard has quit IRC *** tiredbones has quit IRC *** jamest has joined #gnuenterprise *** sjc has quit IRC *** yure has quit IRC good morning *** jamest has quit IRC *** jcater has quit IRC hi, there is any sample of how to use csv or dbf on gnue? is the dir the database and the file a table? *** cilkay has joined #gnuenterprise *** cilkay has left #gnuenterprise