[android-developers] Re: 9 patch png

2011-09-12 Thread Richard Lalancette
Simply use a 9-patch found on my blog to do your test :) Please enjoy free 9-Patch images found on my blog: http://android9patch.blogspot.com/ I also created an android app to browse, test and share 9-Patch Images: http://market.android.com/details?id=com.android9patch.viewer All images are

[android-developers] Re: EditText with tiled background

2011-09-08 Thread Richard Lalancette
You can create an xml file for your background. In that XML file, you add an item called bitmap. On the bitmap item, you apply a PNG that can tile and set the tile mode to repeat. Example found here http://www.mokasocial.com/2011/02/create-a-custom-styled-ui-slider-seekbar-in-android/ ?xml

Re: [android-developers] Using AppWidget in our apps

2011-08-19 Thread Richard Lalancette
(AppWidgetManager.EXTRA_APPWIDGET_ID, appWidgetId); 10. Remove WidgetScreen. Should compile after that. If you ever find a way to save the widgets and restore them, I would love to hear your solution. Richard Lalancette Ottawa, Ontario, Canada On Fri, Aug 19, 2011 at 5:05 AM, 李白|字一日 calid...@gmail.com

Re: [android-developers] Using AppWidget in our apps

2011-08-17 Thread Richard Lalancette
That is an excellent news, you made my day! Could you point me to a way to re-insert those AppWidgets into my RelativeLayout if not using bindAppWidget? My main problem is to get a appWidgetInfo struture to call mAppWidgetHost.createView(this, appWidgetId, appWidgetInfo) Richard Lalancette

[android-developers] Using AppWidget in our apps

2011-08-16 Thread Richard Lalancette
widgets each time the app is launched, this is just make any sense. Thanks in advance Richard Lalancette Mobile Application Developer Alcatel-Lucent Canada Ottawa, Ontario, Canada -- You received this message because you are subscribed to the Google Groups Android Developers group. To post

[android-developers] Re: Help! How to query a database?

2011-08-16 Thread Richard Lalancette
Look at the logcat panel for further information. -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this group, send email to

Re: [android-developers] Re: About Android 3.0 status bar hide questions

2011-07-29 Thread Richard Lalancette
, 2011 at 4:29 PM, Richard Lalancette richard.lalance...@gmail.com wrote: The navigation bar breaks the look and feel of our app You have *got* to be kidding me. You're willing to crash an OS because the system bar breaks the look and feel of your app? You're one sick puppy. and we do

Re: [android-developers] Re: About Android 3.0 status bar hide questions

2011-07-29 Thread Richard Lalancette
...@gmail.com wrote: I see this a legitimate use case for a kiosk app. But he cannot do this right now, simple as that. On Jul 29, 4:36 am, Mark Murphy mmur...@commonsware.com wrote: On Thu, Jul 28, 2011 at 4:29 PM, Richard Lalancette richard.lalance...@gmail.com wrote: The navigation

Re: [android-developers] Re: About Android 3.0 status bar hide questions

2011-07-28 Thread Richard Lalancette
Do you think it is possible to kill the bar gui app, and replace by my own bar? On 2011-07-27 3:42 PM, Dianne Hackborn hack...@android.com wrote: You can't. You'll notice that nowhere in the standard platform as shipped on Xoom does it disappear. There is no facility to make it disappear. To be

Re: [android-developers] Re: About Android 3.0 status bar hide questions

2011-07-28 Thread Richard Lalancette
The navigation bar breaks the look and feel of our app and we do not need to go to the desktop once our app is started. On 2011-07-28 4:12 PM, Mark Murphy mmur...@commonsware.com wrote: On Thu, Jul 28, 2011 at 3:52 PM, Richard Lalancette richard.lalance...@gmail.com wrote: Do you think

Re: [android-developers] Re: About Android 3.0 status bar hide questions

2011-07-28 Thread Richard Lalancette
I don't need any of those features once my app is launched. On 2011-07-28 4:18 PM, Carlos Silva r3...@r3pek.org wrote: On Wed, Jul 27, 2011 at 13:26, RichardLalancette.Blogspot.com richard.lalance...@gmail.com wrote: I really need to find a way to hide and show the bottom bar. Our app needs

Re: [android-developers] Re: About Android 3.0 status bar hide questions

2011-07-28 Thread Richard Lalancette
Gesture like on the blackberry playbook could solve my olissues here, but i would know where to start to implement that. I'll keep digging until i find a way. Appreciate all your feedback. Thanks!! On 2011-07-28 4:18 PM, Carlos Silva r3...@r3pek.org wrote: On Wed, Jul 27, 2011 at 13:26,

Re: [android-developers] Re: About Android 3.0 status bar hide questions

2011-07-28 Thread Richard Lalancette
Dianne, do you know where i could find the source code for that bar? Maybe we can modify and reload our own version? On 2011-07-27 3:42 PM, Dianne Hackborn hack...@android.com wrote: You can't. You'll notice that nowhere in the standard platform as shipped on Xoom does it disappear. There is no

Re: [android-developers] Re: About Android 3.0 status bar hide questions

2011-07-28 Thread Richard Lalancette
Mark, would you know a way only to leave the back button and hide the rest? Also, could we reskin the bar? Apply different graphics to it? On 2011-07-28 4:38 PM, Mark Murphy mmur...@commonsware.com wrote: On Thu, Jul 28, 2011 at 4:29 PM, Richard Lalancette richard.lalance...@gmail.com wrote