Zum Inhalt springen
View in the app

A better way to browse. Learn more.

Fachinformatiker.de

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.

RadC++

Empfohlene Antworten

Veröffentlicht

hallo zusammen,

kann man die Quelltexte von RadC++ weiter verarbeiten (hinzufügen usw.)

Hier ein Beispiel:

hier würde ich gerne bei den Menüpunkten Open, Save soll abgeändert werden in Umrechnung für cm in Zoll; Euro in Dollar usw.

wenn man darauf klickt soll man seine Zahl eingeben können.

Der Quelltext für die Funktion ist klar, nur wie hier einfügen???

BITTE UM HILFE !!

#include <radc++.h>

Form form1("Menu - RAD C++ Example");

Menu menu(form1);

MenuItem __File,__Exit,__Help,__About;

FormProcedure form1Proc(FormProcArgs) {

ON_CLOSE() Application.close();

ON_COMMAND_BY(__Exit) Application.close();

ON_COMMAND_BY(__About)

form1.infoBox("Menu Example - RAD C++ 1.2\r\n\r\nby www.radcpp.com");

return 0;

}

rad_main()

form1.procedure = form1Proc;

//main menus

__File = menu.add("&File");

__Help = menu.add("&Help");

//sub-menus not tracked

__File.add("&New");

__File.add("&Open");

__File.add("&Save");

__File.addSeparator();

//sub-menus tracked

__Exit = __File.add("E&xit",AUTO_ID);

__About = __Help.add("&About",AUTO_ID);

rad_end()

Archiv

Dieses Thema wurde archiviert und kann nicht mehr beantwortet werden.

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.