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.

Featured Replies

You wrote this... I was wondering if you can lend a little insight.

RightWords( MiddleValues( GetAsText(container); 2; 1 ); 1 )

The GetAsText() thing only works with image references, while you have the images stored in the database. I suspect Fenton's AppleScripting ability is what is needed to fix this.

Hi Lee,

You can always copy the picture into the clibpoard (it will convert into a PICT resource), and then write out a PICT file with this litte script:

on error -- must be an embedded image

set theImageName to "Pasted PICT"

end try

set thePICTdata to (copy cell "image" as picture

set thePICTfile to (choose file name default name theImageName)

set theFileReference to open for access thePICTfile with write permission

set eof theFileReference to 512 -- 512 bytes for Data Fork PICTs, usually MacDraw info etc

write thePICTdata starting at 513 to theFileReference as picture

close access theFileReference

tell application "Graphic Converter"

open thePICTfile ...

...

here comes the conversion code

Hi Christian,

Good to see you back, where have you been for so long?

Thanks for the AS, I tried it out just now, but i'm getting some errors. I see you are using OSX, so I thought I had better make sure it is for OS 9.x before going any further. confused.gif

Thanks again,

Lee

cool.gif

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.