Click here to Skip to main content
15,915,163 members
Home / Discussions / Mobile
   

Mobile

 
QuestionC# - Problems with Process.Start Pin
dlarkin7719-Nov-09 5:29
dlarkin7719-Nov-09 5:29 
AnswerRe: C# - Problems with Process.Start Pin
Enobong Adahada19-Nov-09 20:31
Enobong Adahada19-Nov-09 20:31 
AnswerRe: C# - Problems with Process.Start Pin
Ashwini K Singh22-Nov-09 21:13
Ashwini K Singh22-Nov-09 21:13 
Questionusing xml file in phone apps Pin
Enobong Adahada18-Nov-09 21:04
Enobong Adahada18-Nov-09 21:04 
AnswerRe: using xml file in phone apps Pin
Ashwini K Singh22-Nov-09 21:19
Ashwini K Singh22-Nov-09 21:19 
GeneralRe: using xml file in phone apps Pin
Enobong Adahada22-Nov-09 22:34
Enobong Adahada22-Nov-09 22:34 
GeneralRe: using xml file in phone apps Pin
Joel Ivory Johnson24-Nov-09 1:07
professionalJoel Ivory Johnson24-Nov-09 1:07 
QuestionWriting Sound Code Pin
dseo2318-Nov-09 14:02
dseo2318-Nov-09 14:02 
Hi, I'm using cascada mobile breeze to build phone applications.   And as it will eventually become obvious, i'd like to point out that I have limited experience with html, css, and javascript.   All the components needed to work with breeze...   That being said, I have written some code that works so far on the breeze application simulator with no errors.   I would like to add more sound files to the application with corresponding titles and "click to play" buttons.   I have included the clean code rather than my error ridden attempts.   If someone could show me by example, I would appreciate the guidance.   Thank you!



<html>

<head><meta name="cascada-include" content="SOUND" optional=false />

<style type="text/css">

body

{

background-color:#d0e4fe;

}

h1

{

color:green;

text-align:center;

}

p

{

font-family:"Times New Roman";

}

</style>

<script>

function doSound() {

var sound = new CMSound();

sound.openFromUrl( "http://lrbrookshomeservices.com/i/u/10042837/m/alligator.mp3");

sound.play();


}

</script>

</head>

<body>

<h1>Animal Sounds</h1>

<p>Choose Your Favorite Animal Sounds...</p><img src="http://lrbrookshomeservices.com/i/u/10042837/i/Blue_Bar_x_728.png" />

<br />

<br />Alligator

<input type="button" value="click to play" onclick="doSound();"/>

</body>

</html>
QuestionImplementation Enquires Pin
cloudyiee17-Nov-09 1:34
cloudyiee17-Nov-09 1:34 
AnswerRe: Implementation Enquires Pin
Joel Ivory Johnson24-Nov-09 1:05
professionalJoel Ivory Johnson24-Nov-09 1:05 
QuestionWin CE Emulator Pin
Aditya2217-Nov-09 0:47
Aditya2217-Nov-09 0:47 
AnswerRe: Win CE Emulator Pin
Joel Ivory Johnson24-Nov-09 1:03
professionalJoel Ivory Johnson24-Nov-09 1:03 
Questionsupport Pin
darion30016-Nov-09 21:36
darion30016-Nov-09 21:36 
Questionhow to open program through C# program and give this program focus - in Windows Mobile ? Pin
E_Gold15-Nov-09 19:55
E_Gold15-Nov-09 19:55 
QuestionRegistering .Net dll on smart device Pin
Manshy73215-Nov-09 3:58
Manshy73215-Nov-09 3:58 
QuestioniPhone Development on Windows Pin
slimjimtx12-Nov-09 5:53
slimjimtx12-Nov-09 5:53 
AnswerRe: iPhone Development on Windows Pin
AlexeiXX317-Nov-09 9:38
AlexeiXX317-Nov-09 9:38 
AnswerRe: iPhone Development on Windows Pin
Joel Ivory Johnson24-Nov-09 1:02
professionalJoel Ivory Johnson24-Nov-09 1:02 
GeneralRe: iPhone Development on Windows Pin
slimjimtx24-Nov-09 4:26
slimjimtx24-Nov-09 4:26 
QuestionInstalling program in to phone Pin
Enobong Adahada9-Nov-09 22:18
Enobong Adahada9-Nov-09 22:18 
AnswerRe: Installing program in to phone Pin
Joel Ivory Johnson11-Nov-09 5:51
professionalJoel Ivory Johnson11-Nov-09 5:51 
AnswerRe: Installing program in to phone Pin
Joel Ivory Johnson18-Nov-09 0:57
professionalJoel Ivory Johnson18-Nov-09 0:57 
QuestionJ2ME - Screens Pin
mossy4649-Nov-09 5:48
mossy4649-Nov-09 5:48 
QuestionNeed suggestion what to do Pin
jaiswalrahul9-Nov-09 1:19
jaiswalrahul9-Nov-09 1:19 
AnswerRe: Need suggestion what to do Pin
AlexeiXX317-Nov-09 9:41
AlexeiXX317-Nov-09 9:41 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.