Click here to Skip to main content
15,888,590 members
Home / Discussions / Mobile
   

Mobile

 
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 
Hi, I got my previous problem sorted. Another question. I have screens for all the various functions in my program. In the startApp method I call the method createScreens which creates each screens. The problem is when this is called each screen flashes on screen before the mainmenu pops up when the program is launched. The main menu is not a screen. Please see code below:
public void startApp()<br />
{<br />
        theDisplay = Display.getDisplay(this);<br />
        createScreens();<br />
        theDisplay.setCurrent(mainMenu);<br />
    <br />
}<br />
<br />
private void createScreens()<br />
{<br />
    screens = new Screen[items.length];<br />
    screens[0] = kmtomiles();<br />
    screens[1] = tyrePressure();<br />
    screens[2] = fuelConv();<br />
    screens[3] = fuelEcon();<br />
    screens[4] = avgSpeed();<br />
    screens[5] = emergPhone();<br />
<br />
<br />
}

Any way I can get it to create screens without them flashing on screen?
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 
QuestionNeed suggestion either Website or web service Pin
jaiswalrahul9-Nov-09 1:18
jaiswalrahul9-Nov-09 1:18 
AnswerRe: Need suggestion either Website or web service Pin
Joel Ivory Johnson11-Nov-09 12:18
professionalJoel Ivory Johnson11-Nov-09 12:18 
Questionhow to disable BT and WIFI in windows mobile - C# Pin
E_Gold1-Nov-09 19:26
E_Gold1-Nov-09 19:26 
AnswerRe: how to disable BT and WIFI in windows mobile - C# Pin
Russ-T9-Nov-09 21:10
Russ-T9-Nov-09 21:10 
AnswerRe: how to disable BT and WIFI in windows mobile - C# Pin
Joel Ivory Johnson11-Nov-09 5:50
professionalJoel Ivory Johnson11-Nov-09 5:50 
AnswerRe: how to disable BT and WIFI in windows mobile - C# Pin
Joel Ivory Johnson11-Nov-09 12:16
professionalJoel Ivory Johnson11-Nov-09 12:16 
QuestionRemotely Accessing Database on my Desktop PC using Mobile?? Pin
AmbiguousName1-Nov-09 8:45
AmbiguousName1-Nov-09 8:45 
AnswerRe: Remotely Accessing Database on my Desktop PC using Mobile?? Pin
Joel Ivory Johnson9-Nov-09 9:10
professionalJoel Ivory Johnson9-Nov-09 9:10 
GeneralRe: Remotely Accessing Database on my Desktop PC using Mobile?? Pin
AmbiguousName10-Jan-10 5:56
AmbiguousName10-Jan-10 5:56 
QuestionSet Panel ScrollBar width Pin
Vertyg030-Oct-09 11:02
Vertyg030-Oct-09 11:02 
QuestionReactivate running mobile app with arguments Pin
sunit_8226-Oct-09 20:37
sunit_8226-Oct-09 20:37 
Questionusb connection for pda Pin
hande5425-Oct-09 1:24
hande5425-Oct-09 1:24 
AnswerRe: usb connection for pda Pin
Joel Ivory Johnson8-Nov-09 3:04
professionalJoel Ivory Johnson8-Nov-09 3:04 
GeneralRe: usb connection for pda Pin
hande548-Nov-09 3:43
hande548-Nov-09 3:43 
GeneralRe: usb connection for pda Pin
Joel Ivory Johnson8-Nov-09 9:41
professionalJoel Ivory Johnson8-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.