The tag has no wiki summary.

learn more… | top users | synonyms

6
votes
1answer
90 views

How to configure ambient framework within a Tridion CWA web app

I'm adding ambient framework within an existing Tridion CWA Java web application and I have some questions regarding the mapping of java filters (ambient framework filter vs CWA filters) In the SDL ...
4
votes
1answer
110 views

ERROR XMLConfigurationReader - Error while validating file 'cd_ambient_conf.xml' with schema 'schemas/cd_ambient_conf.xsd [closed]

I configured ambient data framework in my staging website for Tridion UI 2012. But in the log file it records below error - 2 012-11-08 11:42:20,095 WARN AmbientDataContext - There is no current ...
6
votes
1answer
305 views

Error in configuring ambient data framework for Content Delivery web Service

I am configuring ambient data framework for Content Delivery web Service it is throwing below error when I hit my service url in browser Server Error in '/' Application. Cannot find claim ...
2
votes
1answer
75 views

How to write ambient classes

Is it possible to define your own ambient classes? For example, the TransactionScope class makes itself available to any object which implements IEnlistmentNotification (I think), without any code to ...
0
votes
0answers
158 views

Is there an application for iPhone, that could add background sounds during a phone call? [closed]

For example, i need to fool my chief when i at home and telling him history about heavy traffic jam, where i locked at the moment. Unfortunatelly it is to quiet at home and i have no audio players ...
1
vote
0answers
300 views

AVAudioSessionCategoryAmbient in IPhone background not working

Im just trying to play a simple audio file. Here is the scenario, the app is started and i "prepare to play" the audio on viewdidLoad. When i go into the BACKGROUND i need to play music for a brief ...
0
votes
2answers
1k views

how to measure ambient temperature in android

I want to measure ambient temperature on android device. but my device doesn t include thermometer sensor. How can I measure it? Thanks.
0
votes
1answer
417 views

Light sensor to dim screen?

After being pointed into light sensor things I have found myself here asking if anyone has some example code for use with dimming the screen of an android phone by using the ambient light around it.
0
votes
1answer
170 views

How can i implement ambient Occlusion (SSAO) for Horde3d?

i've read couple of blog posts about the ssao effect but so far but i dont' know where to begin im beginner on the whole thing of GPU programming. Can anybody help me?
0
votes
1answer
1k views

adding a lighting glLightfv method is not working

i am tring to add a light. but when i try to modify the position netbeans highlights the gl.glLightfv method. its not just with the position its with diffuse and ambient too... what i am do wrong... ...
1
vote
1answer
557 views

How to use javascript to get proximity or ambient light sensor value from mobile device?

I'm looking for a way to get proximity or ambient light sensor value through javascript for web app development. I know that it's possible on each platform through every native app development.
0
votes
1answer
1k views

Why doesn't my open gl ambient lighting work?

I got most of my lighting working the way I want, but I seem to be completely missing any ambient lighting. That is, the away-from-the-sun sides of things are completely black (I was hoping for 50% ...