[Q] Help with my first app for Windows Phone. (Error) - Windows Phone 7 Q&A, Help & Troubleshooting

Hello.
First, I'm sorry if I posted this in the wrong place; I did my best.
Ok so I'm following this tutorial here: http://www.thewindowsclub.com/developing-windows-phone-75-mango-applications-part-2-helloworld-app
I'm supposed to have a textBlock and have a button. Clicking the button will make the text block say "Hello World."
I keep getting this weird error.. Here are the screenshots:
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
(The error is at the bottom).
What am i doing wrong?? Thanks!

Properties are case-sensitive.
It should be:
txtop.Text = "hello world";

psyh0e said:
Properties are case-sensitive.
It should be:
txtop.Text = "hello world";
Click to expand...
Click to collapse
Wow thank you!!!! I was about to give up developing
So helpful, +thanks! Have a wonderful day.

DarkSeL said:
Wow thank you!!!! I was about to give up developing
So helpful, +thanks! Have a wonderful day.
Click to expand...
Click to collapse
Maybe you could try starting with VB.net for your first app, it's an extremely easy language that will enable you to start thinking as a developer, without having to really learn any language. After that you can start programming in C#.

Related

Is there any chance to have a simple customized traybar launcher like this??

I need a simple launcher like the one you see in this pic...
You should just push one of the coloured buttons to launch a program/script...
On TOP or BUTTON bar, on the LEFT or RIGHT part , all solutions are good for my needs...
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Thanks for any ideas/help!
Cheers...
PS: I need to run it while a particular program is executed, not exactly while SMS app runs (it's just a background pic)...
I guess your best bet would be to use WAD 2. I know it is a royal pain in the [email protected]# but it would probably do what you need. Good Luck!
Thanks for your answer...
...but unfortunatly I need just a sort of plugin like that... Simple and easy because I won't the only one to use the app I'm planning to release....
Cheers..
SortInch maybe?
nir36 said:
SortInch maybe?
Click to expand...
Click to collapse
Have you a link?
I just find chinese sites....
Thanks!
EDIT:
Found it! "SortInchKey"
I'll give it a try...
nir36 said:
SortInch maybe?
Click to expand...
Click to collapse
Maybe I could use it...
Have you any link to a guide for it?
Any other idea?
Cheers...

Stupid Question

Sorry Guys for this (stupid) question,
i've made some applications with ed's sense interface and now i want to make some icons for it. My current attempts look pretty bad
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
I've made an *.icon File with 256*256 pixels and assembeld it with my project.
It would be very nice if somebody could give me some Icontemplate (the grey rounded box in the background of many icons), and tell me the best practice for making own icons.
Well i think you may want to try in some photoshop/icons related forums or boards. Search on internet, there are severals, and many will reply to your questions and may help you.
This is a development forum, and not sure if you may get much input from any members.
Not to metion I would say this is posted int the incorrect section...thread moved to Q & A
greenhacks said:
...
This is a development forum, and not sure if you may get much input from any members.
Click to expand...
Click to collapse
sorry, i dont thought of that. I will try to google some icons
Nevertheless, thanks for pointing

[Q] Help a new guy

{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
When turn on AVD to try it out my menu doesn't respond to the click. I click on list item and it should send my activity. I am still learning guys so please give me some slack. Thank you for your help.
I hope this helps
Sudaris said:
View attachment 2963912
When turn on AVD to try it out my menu doesn't respond to the click. I click on list item and it should send my activity. I am still learning guys so please give me some slack. Thank you for your help.
Click to expand...
Click to collapse
Try a reboot
try checking settings of avd when u set it up.
Attention to the apostrophe
lss1977 said:
try checking settings of avd when u set it up.
Click to expand...
Click to collapse
Sudaris said:
View attachment 2963912
When turn on AVD to try it out my menu doesn't respond to the click. I click on list item and it should send my activity. I am still learning guys so please give me some slack. Thank you for your help.
Click to expand...
Click to collapse
The issue is in the statement
Class ourClass = Class.forname("com.example.firstapp1. + place");
Attention to the apostrohe. Replace that statement with
Class ourClass = Class.forname("com.example.firstapp1." + place);
I hope this helps

WiFi WPS come to crack

{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Hello, I come from Guangzhou China, thank you
God, I successfully run pixiewps~~
Thank you very much.
Unfortunately, some reaver1.5.2 files with reavermod file
I'm sorry to trouble you again.
Would you please help me to get one for me
I can't find reavermod for too long.
Do you have reavermod file? Please share it, thank you.
Android
Android binary file transplantation
bully https://github.com/Lrs121/bully/releases/
bully1.0 https://github.com/aanarchyy/bully
reaver1.5.2 https://github.com/t6x/reaver-wps-fork-t6x
Help me get bull file transplant Android, thank you
https://github.com/aanarchyy/bully
Are you ready to finish it,,,
Remember to download the file to me, thank you
[email protected]
谢谢
thank you
Crack wifi WPS
Mrinal Roy said:
A tutorial will be great for noobs like me.
Click to expand...
Click to collapse
oh
Mrinal Roy said:
A tutorial will be great for noobs like me.
Click to expand...
Click to collapse
Do you have wpspin1.5 version?
Seek Share
Hacking and Cracking of this nature is against XDA Rules.
Thread Closed.

Only one year award?

Just curious.. NBD, but just received a "1 year member" award but have been posting way longer.
Sup with that?
Super glad to be part of the community. So much fantastic help and guidance.
Thank you all for everything!
djphooka said:
Just curious.. NBD, but just received a "1 year member" award but have been posting way longer.
Sup with that?
Super glad to be part of the community. So much fantastic help and guidance.
Thank you all for everything!
Click to expand...
Click to collapse
As far as I see your achievements you also bear the 5-years-badge; actually the maximum one. However, the 1-year-badge can be earned multiple times, recognisable at the small circle right of "(Level 1)". Maybe you just re-earn the 1-year-badge?
But also have in mind that the achievement system still has bugs as indicated if you go to your achievement tab, then scroll down and click "View all achievements". Please see the disclaimer there although I very well know that summer 2021 is already over for a long time.
Spoiler: Screenshots
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Got ya. Thanks for some clarification!

Categories

Resources