15,662,626 members
Sign in
Sign in
Email
Password
Forgot your password?
Sign in with
home
articles
Browse Topics
>
Latest Articles
Top Articles
Posting/Update Guidelines
Article Help Forum
Submit an article or tip
Import GitHub Project
Import your Blog
quick answers
Q&A
Ask a Question
View Unanswered Questions
View All Questions
View C# questions
View Javascript questions
View Python questions
View C++ questions
View Java questions
discussions
forums
CodeProject.AI Server
All Message Boards...
Application Lifecycle
>
Running a Business
Sales / Marketing
Collaboration / Beta Testing
Work Issues
Design and Architecture
Artificial Intelligence
ASP.NET
JavaScript
Internet of Things
C / C++ / MFC
>
ATL / WTL / STL
Managed C++/CLI
C#
Free Tools
Objective-C and Swift
Database
Hardware & Devices
>
System Admin
Hosting and Servers
Java
Linux Programming
Python
.NET (Core and Framework)
Android
iOS
Mobile
WPF
Visual Basic
Web Development
Site Bugs / Suggestions
Spam and Abuse Watch
features
features
Competitions
News
The Insider Newsletter
The Daily Build Newsletter
Newsletter archive
Surveys
CodeProject Stuff
community
lounge
Who's Who
Most Valuable Professionals
The Lounge
The CodeProject Blog
Where I Am: Member Photos
The Insider News
The Weird & The Wonderful
help
?
What is 'CodeProject'?
General FAQ
Ask a Question
Bugs and Suggestions
Article Help Forum
About Us
Search within:
Articles
Quick Answers
Messages
Comments by Brisingr Aerowing (Top 12 by date)
Brisingr Aerowing
18-Mar-16 2:36am
View
I noticed that in the class definition, the name of the method is Get, but the definition below is named GetA, which should cause a compiler error like the one you see.
Brisingr Aerowing
28-May-15 18:31pm
View
Try it now
Brisingr Aerowing
28-May-15 17:17pm
View
Oh yeah. Forgot the second gets. Just change both gets to gets.chomp, and remove the what = what.chomp line (the bold one)
Brisingr Aerowing
28-May-15 11:15am
View
True.
Brisingr Aerowing
27-May-15 22:48pm
View
I tried it and it doesn't stop. I am trying lowercasing the input string and comparing it with String.casecmp.
Brisingr Aerowing
27-May-15 17:24pm
View
Look at the date on the question again, you should see something odd.
Brisingr Aerowing
3-Apr-15 17:37pm
View
And that means?
Brisingr Aerowing
23-Jan-13 15:41pm
View
Where you have the catch(Exception) line, replace that with catch(Exception ex) and post the Stack Trace from the ex variable. You can just write it to a file and paste the text here. That info should help us figure out what went wrong.
My current guess is that your device does not support OpenGLES 2.0 for some reason.
Brisingr Aerowing
15-Jan-13 18:05pm
View
How about the ExcludeClip method? Does that give the wanted result? There is also a Flatten method on the GraphicsPath. Try those.
Brisingr Aerowing
22-Oct-12 21:22pm
View
Like the on/off switches in the iOS options area. Just as TheCardinal suggested.
Brisingr Aerowing
22-Oct-12 21:21pm
View
Yes. That is what I am referring to.
Brisingr Aerowing
22-Oct-12 21:20pm
View
It should act like the switch control in iOS.
Show More