 |
|
 |
|
Next: Distributed builds under XCode
|
| Author |
Message |
External

Since: Jan 17, 2007 Posts: 2
|
(Msg. 1) Posted: Wed Jan 17, 2007 8:33 pm
Post subject: Spy++ on mac. Archived from groups: comp>sys>mac>programmer>tools (more info?)
|
|
|
Hi All,
I am new to Mac programming. I want to know whether there is a
tool in Mac like Spy++ in windows. Spy++, given a window handle, shows
all the properties of that window. Also, it has a tool using which we
can select the window in UI.
Also, How do I make the UI controls of Mac Unicode enabled? That
means, If i change my UI input language to Japanese, my textbox, for
example, should take input in Japanese and display the characters.
Also, i must be able to get the text entered by the user in Japanese
only. How do i achieve that in Mac? Thanks for any help in advance.
Regards,
Gopala >> Stay informed about: Spy++ on mac. |
|
| Back to top |
|
 |  |
External

Since: Apr 25, 2004 Posts: 694
|
(Msg. 2) Posted: Wed Jan 17, 2007 9:57 pm
Post subject: Re: Spy++ on mac. [Login to view extended thread Info.] Archived from groups: per prev. post (more info?)
|
|
|
In article ,
"Gopala" wrote:
> I am new to Mac programming. I want to know whether there is a
> tool in Mac like Spy++ in windows. Spy++, given a window handle, shows
> all the properties of that window. Also, it has a tool using which we
> can select the window in UI.
Spy++-like tools aren't widely used on the Mac, because one program
manipulating another program's U.I. is a security hole, and because
unlike MS-Windows, Macintosh Controls are not sub-windows. See:
http://www.apple.com/applescript/uiscripting/
> Also, How do I make the UI controls of Mac Unicode enabled? That
> means, If i change my UI input language to Japanese, my textbox, for
> example, should take input in Japanese and display the characters.
> Also, i must be able to get the text entered by the user in Japanese
> only. How do i achieve that in Mac? Thanks for any help in advance.
If you are programming in Cocoa, all the text fields, both editable and
non-editable are already enabled for Unicode. You can open the unicode
table on the Input Menu panel of the International Panel of System
Preferences, and use the Palettes to enter any Unicode character to your
heart's content. >> Stay informed about: Spy++ on mac. |
|
| Back to top |
|
 |  |
External

Since: Jan 17, 2007 Posts: 2
|
(Msg. 3) Posted: Wed Jan 17, 2007 11:57 pm
Post subject: Re: Spy++ on mac. [Login to view extended thread Info.] Archived from groups: per prev. post (more info?)
|
|
|
Thanks,
I am not using CoCoa. I am using Carbon. The problem is that we are
not able to see the font in which we are inputting. For example, if i
change the language to Chinese and give some string to, for example, a
data browser control, it shows junk. What should i do here?
Thanks for any help.
Regards,
Gopala. >> Stay informed about: Spy++ on mac. |
|
| Back to top |
|
 |  |
External

Since: Apr 25, 2004 Posts: 694
|
(Msg. 4) Posted: Thu Jan 18, 2007 3:12 pm
Post subject: Re: Spy++ on mac. [Login to view extended thread Info.] Archived from groups: per prev. post (more info?)
|
|
|
In article ,
"Gopala" wrote:
> I am not using CoCoa. I am using Carbon. The problem is that we are
> not able to see the font in which we are inputting. For example, if i
> change the language to Chinese and give some string to, for example, a
> data browser control, it shows junk. What should i do here?
Look in ControlDefinitions.h Are you using
CreateEditUnicodeTextControl() and CFStringRef s?
And is you are still using Dialog Manager, you can put them in your
dialogs with CNTL resources, once you know that:
kControlEditUnicodeTextProc = 912,
kControlEditUnicodeTextPasswordProc = 914 >> Stay informed about: Spy++ on mac. |
|
| Back to top |
|
 |  |
| Related Topics: | help ! PEF Executable using XCODE ?? - ------------------------------------------------------------------------ A poll associated with this post was created, to vote and see the results, please visit http://www.codecomments.com/message235968.html..
Browser Controls... - Are there any browser controls which supports all the versions of MAC OS ? ie : MAC OS X and 8/9 ?? Will Opera Support ?!! rG -- macro ------------------------------------------------------------------------ Posted via http://www.codecomments.com..
Beginning for Beginning Beginners - I occasionally become motivated to dabble in programming, just to the point of getting a particular task done, and am wondering where I should start. I am generally more interested in the ends rather than the means. I want to work with what is availabl...
Gentoo for installing Unix programs on Mac OS - I have been slightly interested in some Unix applications, but haven't fallen into the mood to do the line command dance merely to open them, well build them that is (Although I think I remember using Fink in an earlier version of OS X) Anyone have any....
PackageMaker ignoring files - Please help - Hi Using PackageMaker, I have built an install package for a Unix utility which has files that go into /usr/sbin. PackageMaker inserts the files into the Archive.pax.gz archive, but it does not list them in the Archive.bom bills of materials file. As a.... |
|
You can post new topics in this forum You can reply to topics in this forum You can edit your posts in this forum You can delete your posts in this forum You can vote in polls in this forum
|
|
|
|
 |
|
|