Hi Paul,

> Am 16.05.2019 um 16:10 schrieb Paul Dupuis via use-livecode 
> <use-livecode@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
kl...@major-k.de


_______________________________________________
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode

Reply via email to