Jump to content
View in the app

A better way to browse. Learn more.

FMForums.com

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.

Open A Real Basic APP

Featured Replies

I'm looking for a way to open a Real Basic application on a mac

If I use AppleScript

tell application "OpenOS X"

activate

end tell

I get an error " Can't get the application's event dictionary"

If I use send apple event

I get an error "<unknown>" could not be found and is required to complete this operation.

I think the problem is in the Real Basic App because I was able to make both apple script and apple event to work with other app's

Any thoughts.

Ron Bascom

PS I the one that worte the Real Basic app in question.

Did you give your RealBasic application a unique Creator code? It likely requires this in order for Apple Events to locate the application.

You need to have a section in your RealBasic application to handle the received apple events. Create a new sub-class that has Application as its Super property value. Then in the Events handlers section of this subclass, edit the Activate handler, and add code to do what ever must happen when the application is activated.

Example:


Sub Activate()

MyMainWindow.show

end sub


You should be able to open the application just using the Finder and the path to the application...

Tell app "Finder" to open file theAppPath

  • Author

Thanks guy's I think I'm going to use launch It

Ron Bascom

Create an account or sign in to comment

Important Information

By using this site, you agree to our Terms of Use.

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.