|
  
|
|
|
#122 (permalink) |
|
Zewbie
Join Date: Aug 2008
Posts: 9
Reputation: 10
|
First thanks for the app exactly what i needed and exactly what i was looking for. I know someone said it already but i wanted to ask if anyone knows if the playlist continues when the zune goes in standby and how long will it take for the zune to go into standby while the app is on
|
|
|
|
|
|
#124 (permalink) |
|
Squirt
Join Date: May 2008
Posts: 22
Reputation: 11
|
i found out that the song volume can only go as high as you have set before the app is started. for example, if your listening to a song with 10 volume, and start the app, the max volume you can go to is 10, you can lower it just fine but i would like to adjust the volume without that restriction.
good app anyway +rep
__________________
To view links or images in signatures your post count must be 0 or greater. You currently have 0 posts. |
|
|
|
|
|
#129 (permalink) |
|
you lost the game.
zB Programmer
Section Staff Zune Freak Join Date: May 2008
Posts: 1,229
Reputation: 491
|
Yep. It's an issue with the Zune firmware, not the games that run on it. It might be fixed with 3.0, but that is as of yet unknown and up to this point MS hasn't shown any intention to change it.
__________________
To view links or images in signatures your post count must be 0 or greater. You currently have 0 posts. signature by To view links or images in signatures your post count must be 0 or greater. You currently have 0 posts. ![]() |
|
|
|
|
|
#130 (permalink) |
|
Jr. Zuner
Join Date: Jun 2008
Posts: 38
Reputation: 9
|
Its a petty... really... that this WONDERFUL app. will be obsolete during the newest update..
![]()
__________________
Xbox 360 Gt: The AznAssassinX Its all fun and games till your ipod takes a nose dive into the ocean |
|
|
|
|
|
#131 (permalink) |
|
Purger of Ignorance
zB Programmer
Section Staff Super Zuner Join Date: Jun 2008
Location: In my own world
Posts: 1,673
Reputation: 241
|
It has been reported that it will be fixed in the new update, but it has not said officially.
__________________
"Against logic there is no armor like ignorance." - Laurence J. Peter Solitaire for your Zune! To view links or images in signatures your post count must be 0 or greater. You currently have 0 posts. Zune Book Reader! To view links or images in signatures your post count must be 0 or greater. You currently have 0 posts. ![]() |
|
|
|
|
|
#132 (permalink) |
|
Squirt
Join Date: May 2008
Posts: 22
Reputation: 11
|
is this app gonna be updated, i mean i know that the new software came with a clock, but it doesnt show that clock when you play a song.
__________________
To view links or images in signatures your post count must be 0 or greater. You currently have 0 posts. |
|
|
|
|
|
#133 (permalink) |
|
you lost the game.
zB Programmer
Section Staff Zune Freak Join Date: May 2008
Posts: 1,229
Reputation: 491
|
You can always return to the main menu (hold back) if you want to check the time. To return back to the now playing screen, you can press back again.
__________________
To view links or images in signatures your post count must be 0 or greater. You currently have 0 posts. signature by To view links or images in signatures your post count must be 0 or greater. You currently have 0 posts. ![]() |
|
|
|
|
|
#137 (permalink) | |
|
Zewbie
Join Date: Sep 2008
Posts: 1
Reputation: 10
|
Quote:
I have the code for this fixed but i am not the writer. anybody know how to contact the writer to get permission to post it? %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% you can edit it yourself by changing the following: Open Game1.cs in notepad go to line 353 and replace with MediaPlayer.MoveNext(); go to line 358 and replace with MediaPlayer.MovePrevious(); Open Clock.csproj Open file in notepad, scroll down to the bottom of the .csproj file and locate the following three <Import.../> elements. <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.target s" /> <Import Project="$(MSBuildExtensionsPath)\Microsoft\XNA Game Studio\v3.0\Microsoft.Xna.GameStudio.Common.target s" /> <Import Project="$(MSBuildExtensionsPath)\Microsoft\XNA Game Studio\v3.0\Microsoft.Xna.GameStudio.NestedContent .targets" /> Replace these with the following two <Import.../> elements. Note that the first element is the same. <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.target s" /> <Import Project="$(MSBuildExtensionsPath)\Microsoft\XNA Game Studio\Microsoft.Xna.GameStudio.targets" /> Save the .csproj file. Enjoy :-) Last edited by Flukstercds : 09-24-2008 at 06:44 PM. Reason: added fix |
|
|
|
|
|
|
#140 (permalink) |
|
Zewbie
Join Date: Oct 2008
Posts: 3
Reputation: 10
|
im sorry, im a little newbie, and i got some games to download to my zune but when i tried to deploy the clock app into the zune it said "Error 1 The project file 'Clock.csproj' appears to have been created with XNA Game Studio 3.0 CTP. For instructions on how to upgrade this project to work with the current version, copy and paste this link into your browser: XNA Creators Club Online - xna game studio 3.0 beta readme. Clock" what does that mean? :/ i was looking at the site that it told me to go to, and my XNA game studio is 3.0 :[
please help! lol ![]() |
|
|
|