Jump to content
View in the app

A better way to browse. Learn more.

FGX Native

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.

Dialogs

  1. Started by Edrick,

    I'm seeking guidance on how to create custom dialogs like in the image below. Could someone kindly provide some insights or direct me to relevant resources in this regard?

  2. Через inputquery спрашываю у пользователя вводные даные. Например имя и возраст. Как сделать, чтоб в поле, где спрашываю возраст, пользователь мог ввести только цыфры.

  3. Как перемистить окно ввода inputbox или inputquery, чтоб оно было не по середине, а например сверху.

  4. На форме три чекбокса и кнопка. На тап по кнопке повесил вот такой код: procedure TFormMain.fgButton1Tap(Sender: TObject); var SetButtons : TMsgDlgButtons; begin SetButtons := []; if fgCheckBox1.IsChecked then SetButtons := SetButtons + [TMsgDlgBtn.mbYes]; if fgCheckBox2.IsChecked then SetButtons := SetButtons + [TMsgDlgBtn.mbNo]; if fgCheckBox3.IsChecked then SetButtons := SetButtons + [TMsgDlgBtn.mbCancel]; TfgDialogs.MessageDialog('Choose button:',SetButtons, procedure (const AResult: TModalResult) begin TfgDialogs.ShowMessage(TfgDialogButton.DefaultButtonNames[TMsgDlgBtn(Integer(AResult))]); end); end; Результаты д…

Recently Browsing 0

  • No registered users viewing this page.

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.