Youâll need to be more detailed in what youâre doing, what you expect to happen, and what actually happens. If we donât know how youâre attempting to add and link to the frameworks, as well as how youâre attempting to use the functionality provided by them, we canât help you.
Edit: We also donât know what frameworks youâre trying to use. Might help.
NSWindow is perfectly capable of this already. Search the cocoa-dev archives for this, as itâs a common question.
Ok
I downloaded the Shiiraâs HUD framework âHMBlkAppKitâ (http://shiira.jp/hmblkappkit/en.html). I installed the framework in my HD/Library/Frameworks, in my ASStudio application i right clicked the folder name âFrameworksâ then from the contexual menu i selected Add/existing framework/ and browsed to HD/Library/Frameworks and selected the Shiira framework named âHMBlkAppKitâ. After doing that i should be able to go into Interface builder then select my window go Custom Class (from the inspector), NSwindow will be selected and there should have also been another one (forgotten the name ) then, i should have just been able to select that class and then POOF! i have a HUD window :lol:
:mad: But, unfortunately that didnt work.
Hope you can help me now!
Did you read the appropriate header files into the nib? If IB doesnât know about the custom classes, it isnât going to give you the option of using them. If the kit ships with an IBPalette, that should also be added.