[Hbasic-userinfo] problem with db widget properties
Status: Beta
Brought to you by:
mengels
From: Kim L. <ki...@ki...> - 2003-08-08 21:59:02
|
1. OS: RH 9.0 qt-3.1.2 and KDE 3.1.2 compiled from source configure line: ./configure --with-compiler --with-kdeui --with-x \ --with-qt-libraries=/opt/kde/lib -with-qt-includes=/opt/kde/include \ --with-kde-includes=/opt/kde/include --with-kde-libraries=/opt/kde/lib This resulted in some minor complitation buggs in: ./lib_calc_sheet/sheet_editor.cpp ./src/global_commands.cpp ./src/main.cpp Where is hadd to insert a #include <kapplication.h> After that everyting compiled smothly and starts up ok but: there is a problem with property handling in the db widgets that leads to a segfault: 1. Use database conections to add a mysql database to the project, this works ok and i can open tables etc. 2. Use Package manager to add the hbasic_dbaccess package, the widgets are added to the "components window" 3. Add a Db_Form widget 4. Add a ColEdit widget. 5. Try to set the th DB_COLUMN property of the ColEdit -> crash! Now The crash only manifests if there is a Db_Form widget already present. Kim Lilliestierna |