New topic: Exporter.SavePicture and file names over 31 characters
<http://forums.realsoftware.com/viewtopic.php?t=25167> Page 1 of 1 [ 1 post ] Previous topic | Next topic Author Message DevMix Post subject: Exporter.SavePicture and file names over 31 charactersPosted: Mon Nov 10, 2008 2:09 pm Joined: Mon Oct 09, 2006 9:05 am Posts: 55 The code below creates a pic with the file name fileout. When the file name is bigger than 31 characters, the file name will be cut off. Code:mybool=exporter.SavePicture(fileout,p) The code below makes it possible to have file names over 31 character. But it works only, when you compile it with RB 2007. Code:encodeMe = GetFolderItem(fileout.AbsolutePath) encodeMe.name = DefineEncoding(fileout.Name,Encodings.UTF8) I compiled the code above with the latest version of RB (2008r4.2) and the file name will be cut off. Any idea, why and how I can get it work with RB 2008r4.2? Working system: Mac OS X 10.5.5 _________________ _________________ Top Display posts from previous: All posts1 day7 days2 weeks1 month3 months6 months1 year Sort by AuthorPost timeSubject AscendingDescending Page 1 of 1 [ 1 post ] -- Over 900 classes with 18000 functions in one REALbasic plug-in. The Monkeybread Software Realbasic Plugin v8.1. <http://www.monkeybreadsoftware.de/realbasic/plugins.shtml> [email protected]
