Jump to content
View in the app

A better way to browse. Learn more.

Tinkerunity

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Featured Replies

Geschrieben

Hallo! Ich weiß nicht ob ich hier richtig bin aber ich brauche dringend Hilfe. Ich versuche einen Schrittmotor mit dem Stepper-Brick und einem Poti-Bricklet zu betreiben.

 

Hierfür möchte ich gerne eine VCL-Anwendung unter C++ Programmieren. Leider ist es mir nicht möglich eine Callbackfunktion zu verwenden. Kann mir hierfür jemand ein kurzes Beispiel geben wie so etwas richtig gemacht wird. Wenn ich eine void Funktion in die Unit schreibe, welche durch die Callback Funktion aufgerufen wird, kann ich in meiner eignen Void-Funktion leider keine VCL-Elemente im Formular manipulieren. ZB ein Label zum Anzeigen des Poti-Wertes.

 

Ich arbeite mit dem C++ Builder.

 

Grüße René

Geschrieben

Ich kenne mich mit VCL leider nicht aus, aber kannst du nicht einfach  eine Funktion wie "setLabelText" aus dem Callback heraus aufrufen?

 

Also sowas wie:

class Beispiel {
    public: 
        callback(int16_t position); // Ruft setLabelText(toStr(position)) auf
        setLabelText(string str) // Setzt Text in label

    private:
        VCLLabel label;
}

 

Die eigentliche Frage hier ist ob ein Label in VCL Thread safe ist, falls nicht musst du die Position zwischenspeichern und aus dem GUI Thread heraus den Wert setzen!

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Gast
Reply to this topic...

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.