Showing posts with label mode. Show all posts
Showing posts with label mode. Show all posts

2013-12-19

Construct 2: Landscape Bug Fixed for Windows Phone 8 Export

A few days ago, I submitted a thorough bug report for Windows Phone 8 apps made from Construct 2 not going to landscape mode when it's supposed to. But, thanks to the great developers of C2, this bug has now been quickly fixed for the current beta release r155. So, this saves you C2 developers an extra step.

Get Construct 2

~ Danial Goodwin ~



2013-12-15

C2: [Bug Fix] Windows Phone Export Doesn't Go Full-Screen or Landscape Mode

So, in my quest to create 100 Windows apps, I'm finding more solutions to bugs/issues/problems with the export of Windows Phone from Construct 2.

Problem: No Fullscreen. Here's how to fix it:
1. After you have exported the app from Construct 2, open MainPage.xaml
2. Find the line that says:
shell:SystemTray.IsVisible="True"

And, change it to:
shell:SystemTray.IsVisible="False"



Problem: No Landscape Mode. Here's how to fix it:
1. After you have exported the app from Construct 2, open MainPage.xaml
2. Find the line that says:
SupportedOrientations="Portrait" Orientation="Portrait"

And, change it to:
SupportedOrientations="Landscape" Orientation="Landscape"


That should do it! =]

UPDATE: The landscape mode problem has now been fixed! (2013-12-19)

~ Danial Goodwin ~



2013-08-17

Idea: Door Locks

Locks with timers for doors. They can only stay open for a car for a certain amount of time. Maybe have a permanent mode also.

~ Simply Advanced ~



2012-12-21

New Android App: LTE Discovery

Published new Android app, LTE Discovery!

It automates discovery of new LTE coverage for Sprint, AT&T, Verizon. It automatically cycles airplane mode every thirty seconds in order to detect the faster network. If you don't have this app, then your phone will only check once every thirty minutes.

Current features include:
 - Audible notification
 - Record of discovered LTE GPS coordinates
 - Works with the screen off

https://play.google.com/store/apps/details?id=net.simplyadvanced.ltediscovery

~ Simply Advanced ~



2012-12-20

Coding All Day and All Night

I need to make an app that will sleep for me so that I don't have to. I'd rather be coding all day. There are so many exciting things to build that haven't been built yet. =]

Tomorrow, I'll be releasing LTE Discovery for Android. It automates everything you need to do to detect new LTE towers around you. The app will cycle airplane mode on and off every thirty seconds, for the first version. Then, each time LTE is detected, your current GPS coordinates will be saved for easy reference.

I have many exciting plans for future releases if the community likes this one. ;]

~ Simply Advanced ~