Re: Alarm Silent/Loud on Treo650

2007-11-11 Thread Hynek Sladky

Thanks for all advices.
I tried changing volume in preferences and it works.

Hynek Saldky


Roger Stringer wrote:

The ringer switch is a hard switch and can't be overridden in software.

However you can change the volume of the alarm (I think) and that would 
give you the effect you want.


Roger Stringer


At 02:15 AM 11/10/2007, you wrote:


Subject: Re: Alarm Silent/Loud on Treo650
From: Hynek Sladky <[EMAIL PROTECTED]>
Date: Fri, 09 Nov 2007 14:01:36 +0100
X-Message-Number: 3

What I want is to programatically change between silent and loud mode.
There are regular appointments or occasions when I switch alarms off.
And because I often forget to switch it back on I want to do this
automatically...

Hynek Sladky


--
For information on using the ACCESS Developer Forums, or to unsubscribe, please 
see http://www.access-company.com/developers/forums/


Re: Alarm Silent/Loud on Treo650

2007-11-10 Thread Roger Stringer
The ringer switch is a hard switch and can't be overridden in software.

However you can change the volume of the alarm (I think) and that 
would give you the effect you want.

Roger Stringer


At 02:15 AM 11/10/2007, you wrote:
>Subject: Re: Alarm Silent/Loud on Treo650
>From: Hynek Sladky <[EMAIL PROTECTED]>
>Date: Fri, 09 Nov 2007 14:01:36 +0100
>X-Message-Number: 3
>
>What I want is to programatically change between silent and loud mode.
>There are regular appointments or occasions when I switch alarms off.
>And because I often forget to switch it back on I want to do this
>automatically...
>
>Hynek Sladky

-- 
For information on using the ACCESS Developer Forums, or to unsubscribe, please 
see http://www.access-company.com/developers/forums/

Re: Alarm Silent/Loud on Treo650

2007-11-10 Thread Christopher Stamper
...If all you want is to do this for your own use, Profiles is fine.

What you need to do is change the system volumes. If each app respects the
system volume settings, this would work fine. Not all apps do.

As far as how to do that, it involves setting a system preference. I won't
detail how to do it now, tell us if you want to know later...

On Nov 9, 2007 9:52 AM, Lionscribe <[EMAIL PROTECTED]> wrote:

> Just use a profile Manager like Profiles.
> It gives you the option to change settings for a period of time.
> And it's Free.
>
> --
> For information on using the ACCESS Developer Forums, or to unsubscribe,
> please see http://www.access-company.com/developers/forums/
>



-- 
Christopher Stamper
[EMAIL PROTECTED]
http://tinyurl.com/39h3eg

-- 
For information on using the ACCESS Developer Forums, or to unsubscribe, please 
see http://www.access-company.com/developers/forums/

Re: Alarm Silent/Loud on Treo650

2007-11-09 Thread Lionscribe
Just use a profile Manager like Profiles.
It gives you the option to change settings for a period of time.
And it's Free.

-- 
For information on using the ACCESS Developer Forums, or to unsubscribe, please 
see http://www.access-company.com/developers/forums/


Re: Alarm Silent/Loud on Treo650

2007-11-09 Thread Hynek Sladky
What I want is to programatically change between silent and loud mode. 
There are regular appointments or occasions when I switch alarms off. 
And because I often forget to switch it back on I want to do this 
automatically...


Hynek Sladky


Christopher Stamper wrote:
What are you trying to do? If you are just setting and responding to an 
alarm, it it quite simple.


However, if your doing something with ringtones, I've got no idea.

More info, please!

On Nov 6, 2007 4:19 AM, Hynek Sladky <[EMAIL PROTECTED] 
> wrote:


Hi,
nobody knows?


Hynek Sladky


Hynek Sladky wrote:
 > Is there any way how to programatically switch between silent/loud
 > alarm? I need it to my own application...
 >
 > I tried {UInt32 val=hsAttrRingSwitchMute; HsAttrSet
(hsAttrRingSwitch,
 > 0, &val);} but it doesn't work...
 >
 > Thanks in advance.
 >
 > Hynek Sladky
 >

--
For information on using the ACCESS Developer Forums, or to
unsubscribe, please see http://www.access-company.com/developers/forums/




--
Christopher Stamper
[EMAIL PROTECTED] 
http://tinyurl.com/39h3eg 

--
For information on using the ACCESS Developer Forums, or to unsubscribe, please 
see http://www.access-company.com/developers/forums/


--
For information on using the ACCESS Developer Forums, or to unsubscribe, please 
see http://www.access-company.com/developers/forums/


Re: Alarm Silent/Loud on Treo650

2007-11-09 Thread Christopher Stamper
What are you trying to do? If you are just setting and responding to an
alarm, it it quite simple.

However, if your doing something with ringtones, I've got no idea.

More info, please!

On Nov 6, 2007 4:19 AM, Hynek Sladky <[EMAIL PROTECTED]> wrote:

> Hi,
> nobody knows?
>
>
> Hynek Sladky
>
>
> Hynek Sladky wrote:
> > Is there any way how to programatically switch between silent/loud
> > alarm? I need it to my own application...
> >
> > I tried {UInt32 val=hsAttrRingSwitchMute; HsAttrSet (hsAttrRingSwitch,
> > 0, &val);} but it doesn't work...
> >
> > Thanks in advance.
> >
> > Hynek Sladky
> >
>
> --
> For information on using the ACCESS Developer Forums, or to unsubscribe,
> please see http://www.access-company.com/developers/forums/
>



-- 
Christopher Stamper
[EMAIL PROTECTED]
http://tinyurl.com/39h3eg

-- 
For information on using the ACCESS Developer Forums, or to unsubscribe, please 
see http://www.access-company.com/developers/forums/

Re: Alarm Silent/Loud on Treo650

2007-11-06 Thread Hynek Sladky

Hi,
nobody knows?


Hynek Sladky


Hynek Sladky wrote:
Is there any way how to programatically switch between silent/loud 
alarm? I need it to my own application...


I tried {UInt32 val=hsAttrRingSwitchMute; HsAttrSet (hsAttrRingSwitch, 
0, &val);} but it doesn't work...


Thanks in advance.

Hynek Sladky



--
For information on using the ACCESS Developer Forums, or to unsubscribe, please 
see http://www.access-company.com/developers/forums/


Alarm Silent/Loud on Treo650

2007-11-04 Thread Hynek Sladky
Is there any way how to programatically switch between silent/loud 
alarm? I need it to my own application...


I tried {UInt32 val=hsAttrRingSwitchMute; HsAttrSet (hsAttrRingSwitch, 
0, &val);} but it doesn't work...


Thanks in advance.

Hynek Sladky

--
For information on using the ACCESS Developer Forums, or to unsubscribe, please 
see http://www.access-company.com/developers/forums/