Herzlich Willkommen, lieber Gast!
  Sie befinden sich hier:

  Forum » KDevelop / Qt / wxWidget » Qt

Forum | Hilfe | Team | Links | Impressum | > Suche < | Mitglieder | Registrieren | Einloggen
  Quicklinks: MSDN-Online || STL || clib Reference Grundlagen || Literatur || E-Books || Zubehör || > F.A.Q. < || Downloads   

Autor Thread - Seiten: > 1 <
000
06.08.2003, 16:06 Uhr
~Gast
Gast


Hi Leute,
ich hab ein gleines Problem mit QWizard. Wenn ich die funktion showPage aufrufe, wird die Seite nicht sofort gezeigt sondern es wir erst das was im Quelcode danach kommt ausgeführt!! Wie kann ich das verhindern?

C++:
TW_UINT32 twu;
        GetCapability(CAP_NEEDSCALIBRATION,twu);
        //QMessageBox::information( this, tr("twu"), QString::number(twu) );
        if(twu)
        {
            showPage( m_pCalibrate );
    
        }
        while(twu)
        {
            //showPage( m_pCalibrate );
            //QMessageBox::information( this, tr("twu"), QString::number(twu) );        
            SetCapability(CAP_INDICATORS,FALSE);
            SetCapability(CAP_FEEDERENABLED,TRUE);
            TW_UINT32 twu2;
            GetCapability(CAP_FEEDERLOADED,twu2);
            //QMessageBox::information( this, tr("twu2"), QString::number(twu2) );
            while(!twu2)
            {
                QMessageBox::information( this, tr("Fehler"), tr("Bitte legen Sie das Kalibrationspapier richtig ein.") );
                SetCapability(CAP_PREFEEDPAPER,TRUE);
                GetCapability(CAP_FEEDERLOADED,twu2);
            }
                

 
Profil || Private Message || Suche Download || Zitatantwort || Editieren || Löschen || IP
001
06.08.2003, 16:17 Uhr
typecast
aka loddab
(Operator)


->
--
All parts should go together without forcing. ... By all means, do not use a hammer. (IBM maintenance manual, 1925)
 
Profil || Private Message || Suche Download || Zitatantwort || Editieren || Löschen || IP
002
20.08.2003, 10:58 Uhr
~Frank
Gast


Spät, vielleicht nicht zu spät...

Schreib doch anstatt while(two)
while (currentPage() == m_pCalibrate)

mfg
 
Profil || Private Message || Suche Download || Zitatantwort || Editieren || Löschen || IP
Seiten: > 1 <     [ KDevelop / Qt / wxWidget ]  


ThWBoard 2.73 FloSoft-Edition
© by Paul Baecher & Felix Gonschorek (www.thwboard.de)

Anpassungen des Forums
© by Flo-Soft (www.flo-soft.de)

Sie sind Besucher: