Hi, I have a big image and small image over it at a specific location... I added them all under ScrollView, but it didn\'t work properly?
I did a table in MySQL storing start and end times of working shifts in datetime type. I need to calculate two things from them (in MySQL). First of all, how many minutes someone has worked in given s
I have elements which are overlapping and I would like to prevent this. Here is a picture开发者_如何学Python: http://grab.by/cB7t
When recycling happens, I want to move all new request to new w3wp (this is done automatically) and leave the previous w3wp to exit when it gets idle (whatever time开发者_如何学Python it takes).
this is the basics I know, but I can\'t seem to solve this. this is the code (snippet) ul#storage_list, ul.sub_folder{
I have this small project HERE. Right now it barely does anything but make the character move. I move the character by using <s:Move>. Now as you can see on the link to my project page, it move
I\'m using fullcalendar to show different dates of different tours as an event. At some point people have the choice of joining a different tour, because the location of the event is overlapping for s
I\'m trying to find every 10 digit series of numbers within a larger series of numbers using re in Python 2.6.开发者_开发技巧
What I need is a very basic layout with only 2 main parts: content and footer. The footer should always be on bottom of viewport.
I have a linearlayout which have a textbox(multiline, nearly 5 lines) and image view. Is it possible to draw a image on textview(overlapping)?