Seeking confirmation of a bug...

Klaus major-k klaus at major-k.de
Thu May 16 10:26:48 EDT 2019


Hi Paul,

> Am 16.05.2019 um 16:10 schrieb Paul Dupuis via use-livecode <use-livecode at lists.runrev.com>:
> 
> I just filed a serious bug for LC904 that is only under OSX. When using 'asnwer file <prompt> with type <typelist>' the selected type is supposed to be returned in 'the result'. This works as expected under Windows, but under OSX using LC904 STABLE, 'the result' is the same as the 'it', both contain the file path selected.
> 
> Please see https://quality.livecode.com/show_bug.cgi?id=22070
> If someone running LC904 STABLE under OSX could confirm this? I tested under El Capatan.

tested on macOS 10.14.5 with LC 9.04:

on mouseUp
  answer file "sdsdds" with type "PNG, JPEG|png,jpg|"
  put it & CR & the result
end mouseUp

IT = the filename, but the result = EMPTY!

However I am not sure this is really a bug!?
From the dictionary about "anser file ... with type..."
...
If more than one type is specified, a drop-down list containing the tags will be displayed allowing the user to select which types of files to display. (This list is always displayed on Windows systems).
...
This mentioned drop-down list does not appear on macOS!
I never saw it on macOS, only on Windows. 

> Thank you in advance.

Best

Klaus

--
Klaus Major
http://www.major-k.de
klaus at major-k.de





More information about the use-livecode mailing list