Ruedi Heimlicher | 2 Jun 2007 17:26
Picon
Favicon

USB on 10.4.9

I have an app that controls external Hardware via USB using the  
IOWarrior controller of codemercenaries. This worked well until I  
upgraded from 10.4.8 to 4.9. There was an error generated while  
accessing the Controller via a USB-function of the USB-API.
Downgrading to 4.8 solved the problem.
Are there changes in the USB software in this release?
Ruedi Heimlicher
Wolfgang Reminder | 3 Jun 2007 07:33

OpenGL Fullscreen Problems

Hi,
i have play around with  the GD-2001 Example (Omnigroup OpenGL)  
http://www.omnigroup.com/ftp/pub/software/Source/MacOSX/Games/

when i switch to Fullscreen 640x480 (for Example)

and read the Screencoordinates with this
[[NSScreen mainScreen] frame]
i get
x:0.000000 y:0.000000 w:1680.000000 h:1050.000000

anyone knows whats wrong,
How i can say Cocoa, that i have change the Screenmode

...
kind regards
Christiaan Hofman | 3 Jun 2007 20:14
Picon

CFNetDiagnostic bug with dial-up connection?

We are using CFNetDiagnosticCopyNetworkStatusPassively to check for network
availability in update checkers for our apps, before downloading the update
info or the update itself. However a user reported a problem with a dial-up
connection: it always seems to give the message " This computer's Internet
connection appears to be offline.", while the dial-up connection is OK. BTW,
this is the message returned in CFNetDiagnosticCopyNetworkStatusPassively
for status kCFNetDiagnosticConnectionDown. Strangely, the Network
Diagnostics app report no problem.

So this seems to be a problem, because the
CFNetDiagnosticCopyNetworkStatusPassively function and Network
Diagnostics.app are giving conflicting status.

Would anyone on this list know more about this problem?

Thank,
Christiaan
Alex v. Below | 4 Jun 2007 14:14
Favicon

Re: USB on 10.4.9

I assume this is a question for the CodeMercs, because I have not  
noted any change from 10.4.9 to 10.4.8

Alex

Am 02.06.2007 um 17:26 schrieb Ruedi Heimlicher:

> I have an app that controls external Hardware via USB using the  
> IOWarrior controller of codemercenaries. This worked well until I  
> upgraded from 10.4.8 to 4.9. There was an error generated while  
> accessing the Controller via a USB-function of the USB-API.
> Downgrading to 4.8 solved the problem.
> Are there changes in the USB software in this release?
> Ruedi Heimlicher
> _______________________________________________
> MacOSX-dev mailing list
> MacOSX-dev@...
> http://www.omnigroup.com/mailman/listinfo/macosx-dev
Andrew Theken | 4 Jun 2007 17:56
Picon
Gravatar

How do we use OmniInspector?

Hello All,

Can anyone explain the process of using the OmniInspector?

I THINK that one has to do the following:

0) Subclass OIInspector
1) Implement the OIConcreteInspector protocol on the subclass.
2) Add an array of dictionaries describing the the subclassed Inspector(s)
to the Info.plist
3)...Insert Magic Here...
4) Profit!

Can anybody help to clarify what I might be missing, or better yet, do a
basic xcode project and post it somewhere?

--

-- 
Respectfully,
Andrew Theken
David Dunham | 4 Jun 2007 21:51
Picon

Re: OpenGL Fullscreen Problems


On 2 Jun 2007, at 22:33, Wolfgang Reminder wrote:

> How i can say Cocoa, that i have change the Screenmode

How are you switching? CGDisplaySwitchToMode?

------------
David Dunham   dunham@...   http://www.pensee.com/dunham/
"No matter how far you have gone on a wrong road, turn back." -  
Turkish proverb
SD | 4 Jun 2007 23:33

Re: Syncrospector questions

______________________________________________________________________
Previous message from Jacob Wallström on 6/4/07 at 11:28 PM +0200
**********************************************************************
>Another question I have about Syncrospector is 
>the following: Should an application be able to 
>correctly handle all sync modes that can be set 
>in Syncrospector? Because my app doesn't, I get 
>duplicate calendars if I choose "refresh sync" 
>or "push the truth"

Yes.  There are cases where other apps or OS 
updates can cause these cases to happen.  If you 
don't handle them properly, you'll have some 
annoyed users, to say the least.  Welcome to the 
pain that is Sync Services.

>Best regards,
>Jacob Wallström
>http://ghostparksoftware.com
>
>
>_______________________________________________
>Do not post admin requests to the list. They will be ignored.
>Syncservices-dev mailing list      (Syncservices-dev@...)
>Help/Unsubscribe/Update your Subscription:
>%(user_optionsurl)s
>
>This email sent to %(user_address)s

--

-- 
(Continue reading)

SD | 4 Jun 2007 23:43

Re: Syncrospector questions

Opps, sorry wrong list to reply to.  Disregard please.

______________________________________________________________________
Previous message on 6/4/07 at 2:33 PM -0700
**********************************************************************
>______________________________________________________________________
>Previous message from Jacob Wallström on 6/4/07 at 11:28 PM +0200
>**********************************************************************
>>Another question I have about Syncrospector is 
>>the following: Should an application be able to 
>>correctly handle all sync modes that can be set 
>>in Syncrospector? Because my app doesn't, I get 
>>duplicate calendars if I choose "refresh sync" 
>>or "push the truth"
>
>
>Yes.  There are cases where other apps or OS 
>updates can cause these cases to happen.  If you 
>don't handle them properly, you'll have some 
>annoyed users, to say the least.  Welcome to the 
>pain that is Sync Services.
>
>>Best regards,
>>Jacob Wallström
>>http://ghostparksoftware.com
>>
>>
>>_______________________________________________
>>Do not post admin requests to the list. They will be ignored.
>>Syncservices-dev mailing list      (Syncservices-dev@...)
(Continue reading)

Wolfgang Reminder | 6 Jun 2007 06:23

OpenGL Fullscreen Problems


I switch witch

CGDisplaySwitchToMode(kCGDirectMainDisplay, (CFDictionaryRef) 
originalDisplayMode);
Timothy J. Wood | 8 Jun 2007 09:37
Gravatar

Re: How do we use OmniInspector?


On Jun 4, 2007, at 8:56 AM, Andrew Theken wrote:

> Hello All,
>
> Can anyone explain the process of using the OmniInspector?
>
> I THINK that one has to do the following:
>
> 0) Subclass OIInspector
> 1) Implement the OIConcreteInspector protocol on the subclass.
> 2) Add an array of dictionaries describing the the subclassed  
> Inspector(s)
> to the Info.plist

   Yup.

> 3)...Insert Magic Here...

   - Add a nib and hook it up; making sure that the view is the width  
specified in your plist.
   - Add an image for the inspector, as specified in the plist
   - Implement OIInspectableController on one or more of the objects  
in your responder chain (see the code starting in - 
[OIInspectorRegistry _getInspectedObjects]).

   It's also pretty easy to have your inspector use bindings.  If you  
add an array controller to your subclass, you can then do something  
like:

(Continue reading)


Gmane