Click here to Skip to main content
15,918,303 members

Videos


Page 12 of 17
7 8 9 10 11 12 13 14 15 16


221. error in code............
There is a typo in the name of the event method, the method is called CalendarDRender, while the control definition states CalenderDRender.Hopes this helps.
Patrick Kalkman Updated: 1 May 2011
Rating: 5.00/5 ( (1 vote))
.

()
» »
Updated:
Rating: ()
.

()
» »
Updated:
Rating: ()
.

()
» »
Updated:
Rating: ()
222. the application test(process com.test) stopped unexpectedly in android text to speech project
Whenever an application generates an exception, Android will show you this message. Look at the output of your development environment for the exact error message. In Eclipse try the DDMS perspective and look at the LogCat window. The exception message should be in that window and give you...
Mobile Apps » Android »
Patrick Kalkman Updated: 29 Apr 2011
Rating: ( (No votes))
223. parallax scrolling image background
There are many possible solutions for scrolling a background using Android. You could take a look at Replica Island which is a game for Android that is open source and uses a scrolling background. You can find the source of Replica island here.
Mobile Apps » Android »
Patrick Kalkman Updated: 29 Apr 2011
Rating: ( (No votes))
.

()
» »
Updated:
Rating: ()
224. ompact Framework C#, sql Ce, error System.Data.SqlServerCe
The error message is quite clear, your application cannot load the System.Data.SqlServerCe assembly or one of its dependencies. I would:1. Check if the version and key of the System.Data.SqlServerCe on your file system correspond with the given version and key.2. If it does check which...
Patrick Kalkman Updated: 24 Apr 2011
Rating: ( (No votes))
.

()
» »
Updated:
Rating: ()
.

()
» »
Updated:
Rating: ()
225. communicating with putty
You can use SendKeys from your application to send keystrokes to the putty window. See this link for the signature of the method.
SSH » »
Patrick Kalkman Updated: 23 Apr 2011
Rating: ( (No votes))
226. getting System.OutOfMemoryException error while filling data Table in asp.net with c#
You should convert your application into reading and processing the data in batches (chunks of data). For example, process 20000 records of the file, and then the next 20000, etc. Reading all these records at once in to a DataTable is never a good idea and can almost always be converted to...
Patrick Kalkman Updated: 22 Apr 2011
Rating: ( (No votes))
227. Need a help for cross thread operation in C# Threads
Most controls dont allow to be accessed from a thread other than the UI thread. Therefore, these controls have an invoke method which can be called from a different thread.Your AddData could be written like this so that it will also function from a different thread. public void...
Patrick Kalkman Updated: 22 Apr 2011
Rating: ( (No votes))
228. Method Overiding -only Type of reference matters
When you call the Display the second time on b, the display method of DC (Derived class) gets called. This is called polymorphic behavior and is one of the enablers of the open close design principle. For example it is now possible to do this. List myList = new List();myList.Add(new...
Patrick Kalkman Updated: 21 Apr 2011
Rating: ( (No votes))
.

()
» »
Updated:
Rating: ()
.

()
» »
Updated:
Rating: ()
.

()
» »
Updated:
Rating: ()
229. Button Id references
You could try this with "Find in Files" (Ctrl-H) in Eclipse.
Mobile Apps » Android »
Patrick Kalkman Updated: 21 Apr 2011
Rating: ( (No votes))
230. Error in running android app
Whenever an application generates an exception, Android will show you this message. Look at the output of your development environment for the exact error message. In Eclipse try the DDMS perspective and look at the LogCat window. The exception message should be in that window and give you a...
Mobile Apps » Android »
Patrick Kalkman Updated: 21 Apr 2011
Rating: 5.00/5 ( (1 vote))
.

()
» »
Updated:
Rating: ()

Page 12 of 17
7 8 9 10 11 12 13 14 15 16