Re: Edita and Win8

new topic     » goto parent     » topic index » view thread      » older message » newer message

Hallo

Thanks for you reply

I tried your testprogram (with phix and eu4.0.4) with the same result. The program returns the fullname including the extension. But there is one thing, i had to change the empty Sequence for the "None files". I choose "*.". See Code sippet below. If i use the empty Sequence, all the filters after "None files" disappear. The same happens in Edita.

include arwen/arwen.ew 
include builtins/ppp.e 
constant filter= 
{"All Files", "*.*", "None files", {}, "bat files (*.bat)", "*.bat",  
... 

changed to ...

{"All Files", "*.*", "None files", "*.", "bat files (*.bat)", "*.bat",  
petelomax said...

The question is whether the returned string ends with .exw or whatever, with & without hidden extensions.

Pete

Yes, your Code returns the full name including the extension.No difference with or without hidden extensions. Also, i still use a Preview release of Win8. Maybe someone with a final release can tell if this is still an issue.

Thanks Andreas

new topic     » goto parent     » topic index » view thread      » older message » newer message

Search



Quick Links

User menu

Not signed in.

Misc Menu