-
1. Re: About cursor resource in illustrator CS4 SDK
A. Patterson Jun 1, 2009 11:05 AM (in response to starnight1981)Yikes, I wouldn't modify the hex directly. Maybe someone better versed in Mac resources can suggest something, but I believe we convert the .r file into an .rsrc (I may have the backwards, I don't remember exactly) and then edit it in Resourcerer, then convert back. That's probably a lot easier than making your cursor and converting into a hex string properly formatted
Any Mac users out there got a better way?
-
2. Re: About cursor resource in illustrator CS4 SDK
JLGJeanLouis Jun 2, 2009 8:40 AM (in response to A. Patterson)Error
-
3. Re: About cursor resource in illustrator CS4 SDK
JLGJeanLouis Jun 2, 2009 8:40 AM (in response to A. Patterson)Hi,
I also had this problem on a Mac and I found the following solution.
1. I draw my cursor with Resorcerer.
2. In Resorcerer, I select my CURS resource then I click the Hex button. In the window, I select and copy the column named Hex Data.
3. I past the result in TextEdit.
4. I launch a little application I did with AppleScript to convert the text in the good format to b used with XCode and Illustrator CS4
Here is my little application to convert a text in TextEdit to the gool format.
Maybe, this will be useful…
If there is a better solution, I am intersted.
JLG.
-
ConvertirCurseur.zip 20.2 K
-
-
4. Re: About cursor resource in illustrator CS4 SDK
vincentdoan Mar 17, 2014 11:40 AM (in response to JLGJeanLouis)Thank you for reply, but I have about 100 cursor to convert. They are all in .cur, I did convert them to .png.
Drawing them again with Resorcerer would take century to complete.
I am thinking about using Qt to do this. Is it simple using Qt to do this kind of stuff?
-
5. Re: About cursor resource in illustrator CS4 SDK
BrendonAtHotDoor Mar 18, 2014 11:23 AM (in response to vincentdoan)I'm confused. Why are you still trying to use resources? PNG files with platform code is much easier.
-
6. Re: About cursor resource in illustrator CS4 SDK
vincentdoan Mar 18, 2014 8:36 PM (in response to BrendonAtHotDoor)I thought the dead was not buried. Let it rest then. I need to get CS4 and CS5 out the door. If MAC resource is not the way to go then I will try the platform approach. Thanks for rely.
I am still waiting for next CORE release. Will that happen soon?
Tried to call you couple times, must be very busy?
Vincent


