I'm building a custom keyboard in android.
My input.xml:
<com.mykeyboard.MyKeyboardView xmlns:android="http://schemas.android.com/apk/res/android"
android:id="@+id/keyboard"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_alignParentBottom="true"
android:keyBackground="@drawable/keybg"
/>
All the keys do have the same background.
Now I'm trying to dynamically change the background of one single key.
Is this possible?
I'm building a little dialing program for my kids so that only 4 "safe" numbers are available for them to dial. I'd like to start the app, hand them the phone and have the app be the only thing running until they come back home.
Is there a way to keep the application running and prevent the iPhone from shutting down the app?
I am building a dashboard where I am iterating through a list of controls to render, and I need to initiate a general callback both after each control and after they are all completed. I was curious what the best way to handle this is. I can get the control specific callback fired off by placing myUserControlCallback(); in the user control itself. I'm just not sure how to run something like allControlsRendered();.
Any ideas?
i am building a formula like this:
=if(a1="something" or a1="alex","returned","not found")
but i guess the syntax is wrong. what is the correct way to write this?
when i check out a new grails project from svn, i got some error:
1.The project was not built since its build path is incomplete. Cannot find
the class file for
groovy.lang.GroovyObject. Fix the
build path then try building this
project
2.The type groovy.lang.GroovyObject cannot be resolved. It is indirectly
referenced from required .class files
i had config the grails path, and it can run-app well. but,still error warning.
Hi peoples, I'm building a pdf document with reportlab, using the Paragraph class:
doc = SimpleDocTemplate(response, leftMargin=lateral_margin, rightMargin=lateral_margin,
topMargin=top_bottom_margin, bottomMargin=top_bottom_margin)
Document = []
Document.append(Paragraph("bla bla bla bla", my_style))
doc.build(Document)
Now I want to add at the end of every page a string, how can I do that??
There are a lot of WPF resources that are aiming developers. We are trying to get our designer up-to speed, and I have been researching some of the options on the market.
The only two reasonable options that I found were
"Expression Blend Unleashed" and "APress Foundation Expression Blend 2 Building Applications in WPF and SilverLight".
Do people have any recommendations on blend/xaml books/tutorials for designers?
I am building a django based application and its time to add the DHTML stuff.
One of my fields represent a database field with this format databaseName.tableName.fieldName
I would like to have javascript autocompletion in three levels, say once I type part of the database names I get a list of all matching databases, one that is selected I get a list of all tables, and once that is selected I get a list of all fields in that table, all in the same textfield.
Any help would be appreciated.
Thanks
M
Is there a way to circumbent google app engine sdk to allow the usage of classes that are not present in the GAE JRE white list? I know the app that I would be building will not run in appspot, but at least in my development server, I need to access a postgresql database(java.net.socket.*) and generate some files(java.io.FileWriter) in my development server.
My question is a follow-up to the issue posted here
regarding the Intellisense performance issue when building a large solution in VS2008 that has many partial static classes.
Since Microsoft does not seem to be addressing the issue for VS2008, I would like to know if there are other ways around the problem? Waiting for VS2010 is not an option at this time. The proposed solution in the previous post is not practical as some of the partial classes may be regenerated and this would be a maintenance headache.
I understand you still need to drive a lot of server-client communications, saving data in central repositories etc etc.
But what is the primal impact of HTML5 on these platforms when building web applications? Major changes that developers should be vary about?
Sites lite faary.com wufoo.com/and theformsite.com help you building forms
But the output tables that being created are password protected as far as i know.
Are there sites/scripts like the above which can make the output visible to all ?
Something like a "guest book" script/form that you can edit the fields
and the output will show immediately ?
Thank you.
Hi, couldn't find it exactly from earlier questions, but I am probably repeating an earlier question, so apologies upfront ;-)
I am looking for a simple code to embed a QR 2D code generator on a website I am building. I assume their should be some free open source code for that but I could only find paid software.
Can anyone point me in the right direction? would be mostly appreciated!
best regards,
Robbert
Hi,
We building big Web Application and we use mysql, we want to make mysql database more fast.
Some of us think if we will put message html body inside table and not inside text.txt in will make database heavy and not fast.
Thanks,
*Part of main table that hold message:
option 1:hold html message body inside database
message {
id (int)
subject (varchar)
body (text)
}
option 2: hold html message body inside body1.txt file
message {
id (int)
subject (varchar)
file_body_path (varchar)
}
*
I'm building an academic work that consists in a turn-based strategy game. I'm using XNA 3 for the graphics but didn't decide what to use for AI.
I was considering to use P#, a Prolog interpreter for .NET but i found it a bit poor. Do you anything better for game AI than Prolog (maybe Haskell?) or a better interpreter then P#?
I am building a web application which will store general details (address, email, landline....) about my company's clients.
What security measures should I put in place to comply with the Data Protection Act principles?
Is there anywhere a specific list of measure to put in place?
Sorry I forgot to mention In UK.
Hey guys
I'm very new to the whole programming - so far I only have experience with building websites, database etc.
I currently have a website where users can share their online purchases.
I want to build a widget that other websites can integrate on their site. Users should be able to insert their purchases directly through this widget without having to come to my website.
Thats the idea but I have no idea how to go about it - can anyone point me in the right direction.
Thanks
I'm building mobile widget based on javascript and html for which I need a calendar module build on javascript. I tried UI datepicker but its quite slow when runs on phone. any suggestion is going to help me alot.
Hi there!
I´m building a website and i need to store somehow some informations that i will use in the whole site depending of the user type logged in.
Example:
1) User XPTO logs in
2) Query DataBase to see where he belongs
3) Store those 2 or 3 fields that i will get in Database in a persistent way to use it in the whole site.
My question is: Whats the best practices to do this?
Best Regards
I want to somehow place a question on the title using the url.
Actually I am building a webpage where I have placed a question input box and submit button, so I want that when I submit it should redirect me to the ask questions page and the title should contain the question that he asked.
Is there any way to do that?
Thanks.
I'm building a program, and I'm quite confident using Objective-C, but I don't know how to programmatically download a file from the web and copy it on the hard drive.
I started with :
NSString url = @"http://spiritofpolo.com/images/logo.png";
NSData* data = [NSData dataWithContentsOfURL:[NSURL URLWithString:url]];
But then I don't know what to do with the data... that sucks, no ;)
Can somebody help?
Is there any IDE (like VS) with drag and drop support for building python GUI, connecting to dbs etc?
Eventhough I am an emacs guy, I find it much easier to create GUI with VS.
I'm building a mobile phone application and have created many mockups in Photoshop CS4. When I convert said mockups into templates on my phone, the colors are lighter then shown in Photoshop and I constantly have to readjust.
What color mode or settings should I apply to Photoshop in order to correct this problem as best as possible?
I'm building an ror site and have been asked by to put a temporary access restriction on it. All that's needed is a general access restriction and common access info which can be emailed to invited beta users. The site is deployed on an apache server (on a mac) using passenger. I'm wondering what solutions there are?