5/1/2013 8:58:43 AM
Hi Anabel,
please don't use punctuated characters in filenames, especially when they're submitted for inclusion in the gallery, since when they are accessed online from a URL those characters get HTML encoded, similar to how the space char (which should also be avoided) gets converted to %20
regarding the problem with the activity, I have to look into why the original windowing library out of which I have made our ZUI (Zoomable User Interface) allows you to drag outside of the borders of the container. Maybe it's some issue related to the zooming support I've added or a bug in the original library. I'd wish to make it an autoexpandable container that gives you more space as you drag stuff outside of its current bounds and automatically shrinks its virtual area to just contain all windows it has in it (so that it doesn't show scrollbars when all child windows are visible on the display as it does now (we use a fixed 5000x5000 virtual container area now)
for fixing the issue you could open the .clipflair.zip file of the activity with an archiver that supports Unicode filenames (like WinRAR - Windows Explorer also can open .zip files, but I've found it has issues when you edit .clipflair.zip files with it, seems to replace the Unicode filenames with other encoding and then ClipFlair can't open the archives). Inside the .clipflair.zip of the activity you'll find one .clipflair.zip file for each child window - for filename they currently have the title of the respective window and a statistically unique number (GUID - Globally Unique Identifier). You can open the respective clipflair zip for the text component and then in it you can open with a texteditor the .xml file that has the options of the component. There you can edit the Position property and save the .xml (text) file. Then the archiver (WinRAR) will ask you to include the saved file into the archive and you reply Yes. Then you close the archive (of the text component) and WinRAR will ask you if you want to included that archive inside the activity archive you had opened (and not yet closed). You reply Yes again. Then you close the activity archive you had originally opened with WinRAR (can also use 7-zip or similar).
This content has not been rated yet.