[android-developers] Re: Eclipse Layout Editor news

2011-06-23 Thread Zarah
will need to uninstall and then reinstall the public version." Might this mean uninstall the preview version and then reinstall the public version? Thanks! - Zarah. On Jun 23, 10:00 am, Tor Norbye wrote: > ...and in the meantime, if you're working with RelativeLayouts, > i

[android-developers] Re: Arrange widgets in a circle

2011-06-23 Thread Zarah
#x27;m passing wrong values too. Thanks, Zarah. On Jun 23, 3:27 pm, Romain Guy wrote: > Looks like your mXLocation and mYLocation are wrong :) > > > > > > > > > > On Thu, Jun 23, 2011 at 12:26 AM,Zarah wrote: > > Hi Romain! > > > I know, thanks for t

[android-developers] Re: Arrange widgets in a circle

2011-06-23 Thread Zarah
this pearlImage.setLayoutParams(lp); The margins are not being set. I might be missing something in this approach. Thanks, Zarah. On Jun 23, 3:22 pm, Zsolt Vasvari wrote: > You are just not listening, but doing it your own way.  Not sure why > you are asking for advice. > > What you

[android-developers] Re: Arrange widgets in a circle

2011-06-23 Thread Zarah
images are still all dumped onto the top-left corner of the screen. The API for drawBitmap says "Draw the specified bitmap, with its top/ left corner at (x,y), using the specified paint, transformed by the current matrix." But it doesn't do that. Is there any step I am missing here?

[android-developers] Re: Arrange widgets in a circle

2011-06-22 Thread Zarah
Thank you so much! - Zarah On Jun 23, 11:45 am, Zsolt Vasvari wrote: > If you want the simplicity of View objects, use the layout_margin as I > outlined above. > > The rotation should be doable via translation animations, if not, you > can certainly set up a Timer and change the

[android-developers] Re: Arrange widgets in a circle

2011-06-22 Thread Zarah
Hi Nik and Zsolt! Thanks for your responses! Yeah, I would need to have the conveniences of View objects (listeners and such). I would also need to be able to rotate the Canvas each time the user clicks and drags on an image and still be able to track which image was clicked. - Zarah. On Jun

[android-developers] Re: Arrange widgets in a circle

2011-06-22 Thread Zarah
Hi Zsolt! But isn't that deprecated already? - Zarah. On Jun 22, 6:40 pm, Zsolt Vasvari wrote: > Use an AbsoluteLayout > > On Jun 22, 6:33 pm, Zarah wrote: > > > > > > > > > Hi guys, > > > This is such a n00b question but I hope someone he

[android-developers] Re: Eclipse Layout Editor news

2011-06-22 Thread Zarah
;t seem to find the IDs of the other widgets in the project. I'm pretty sure it was there before I upgraded my ADT. Do I have to set something up? Thanks! - Zarah. On Jun 3, 7:36 am, Xavier Ducrohet wrote: > hey all, > > We are preparing the final version ofADT11which includes

[android-developers] Arrange widgets in a circle

2011-06-22 Thread Zarah
the circle rotate when the user clicks and drags on a bead. Thank you in advance! - Zarah. -- 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 f

[android-developers] Button text padding changes when text changes

2011-03-23 Thread Zarah
#x27;t change the padding before changing the text, so why does this happen? Thanks in advance. - Zarah. -- 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 T

[android-developers] Re: Cancel IMEs word prediction from application code?

2011-02-17 Thread Zarah
Hi! Try adding this attribute to your EditText: android:inputType="textVisiblePassword" - Zarah. On Feb 17, 3:30 pm, LinusOnline wrote: > I have an EditText in my application where it never makes sense to use > word prediction. Most IMEs have a setting to enable or disable w

[android-developers] Re: Development Tools Crashing

2011-02-13 Thread Zarah
build target to use Maps. Thanks and best regards, Zarah. On Feb 8, 8:42 am, Xavier Ducrohet wrote: > I think the issue is when you open the editor while the SDK is still loading. > We've done some work around this for 10.0 so it should be better. > > Xav > > On Mon,

[android-developers] Re: Development Tools Crashing

2011-02-09 Thread Zarah
click on /layout folder - select paste then edit the filename - try to open the newly created file I have tried the workaround above by selecting an OS version from the rightmost dropdown and the GUI loads up. But the next time I open the file the Missing Theme error happens again. Thanks, Zarah

[android-developers] Is runQueryOnBackgroundThread() the same as filter()

2011-02-03 Thread Zarah
hones), but I don't see any lag on my end (I use Samsung Galaxy S). That being said, I just want to make sure that my filtering does what filter() should do -- that is, cancel previous filtering requests and just perform the latest one. Any help would be appreciated, like always. Thank

[android-developers] Re: SDK Samples - API Level 6 and below: Where to find them?

2011-01-16 Thread Zarah
Thanks for the quick reply Xavier! :) On Jan 17, 1:40 pm, Xavier Ducrohet wrote: > older samples are inside the platform component. We started separating > them in their own component in api 7. > > > > > > > > > > On Sun, Jan 16, 2011 at 9:11 PM, Zarah wrot

[android-developers] SDK Samples - API Level 6 and below: Where to find them?

2011-01-16 Thread Zarah
nyone know where I can find the original sample code? Thanks as always! Best regards, Zarah. -- 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

[android-developers] Re: ADT 9.0.0 preview

2010-12-16 Thread Zarah
Zsolt, by formatting do you by any chance include the indentations? FWIW, The CTRL+I auto-format shortcut in Eclipse works for Android XMLs also. - Zarah. On Dec 16, 3:20 pm, Zsolt Vasvari wrote: > Xavier, I just saw that a bunch of improvements for made for XML > formatting.  I w

[android-developers] Re: ADT 9.0.0 preview

2010-12-15 Thread Zarah
YY! I second TreKing's motion! Thanks Xavier. :) - Zarah. On Dec 16, 1:08 pm, TreKing wrote: > I would just like to say that after dealing with the Android Market where > there is zero communication or support despite never-ending issues and > complaints from both users

[android-developers] Re: Newbie having trouble detecting when VideoView video playing completes

2010-12-15 Thread Zarah
ss bar or something while the video loads. Just so the user won't think that nothing is happening. Best of luck! - Zarah. On Dec 16, 1:18 am, vtb wrote: > Hi Zarah > I really appreciate you getting back to me. I did put a finsh(); in > the code but the > code  is in error and wo

[android-developers] Re: Upgrade to ADT 8.0.1: I knew I shoudn't have done it!

2010-12-15 Thread Zarah
s one of the available Views? I moved my Eclipse folder to C:/Users/, and let's see what happens on the next upgrade. Thanks for the comments everyone! - Zarah. On Dec 16, 3:55 am, Peter Eastman wrote: > I didn't have to reinstall Eclipse, and it worked fine for me.* > > Pe

[android-developers] Re: Upgrade to ADT 8.0.1: I knew I shoudn't have done it!

2010-12-15 Thread Zarah
e, so I'm sticking to Galileo for now. ;) - Zarah. On Dec 15, 8:04 pm, Kostya Vasilyev wrote: > 15.12.2010 14:39, Zarah пишет: > > > Kostya: Oh no! I don't want to do a complete re-install. I cry now. > > Yeah, I was reluctant, too, but it actually went pretty qu

[android-developers] Re: Upgrade to ADT 8.0.1: I knew I shoudn't have done it!

2010-12-15 Thread Zarah
assist, I think there are some tips over at StackOverflow to solve that. I just downloaded the new JDK (update 23) so let's see what happens. Keeping my fingers (and my toes!) crossed! Thanks again! - Zarah. On Dec 15, 5:25 pm, Brill Pappin wrote: > What version of Eclipse are y

[android-developers] Upgrade to ADT 8.0.1: I knew I shoudn't have done it!

2010-12-14 Thread Zarah
x27;t find anyone who encountered the same error as me. Any ideas on how I should fix this? Thanks, Zarah. -- 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 u

[android-developers] Re: Newbie having trouble detecting when VideoView video playing completes

2010-12-14 Thread Zarah
I am not a guru, but I have tried using VideoView. I am using onCompletionListener() without any problems. Did you call finish() in your onCompletionListener()? - Zarah. On Dec 14, 12:11 am, vtb wrote: > Hi Guru's > New to Android. > I am developing an app that plays vid

[android-developers] Re: layout editor in 2.3 SDK sucks! Sorry but it does.

2010-12-11 Thread Zarah
Maybe you accidentally closed the view? Did you try Window > Show View > Properties? Or are you talking about a different set of properties altogether? - Zarah. On Dec 11, 11:11 pm, niko20 wrote: > Ok, the new layout editor is fancier and all but no more properties > window? I h

[android-developers] Re: Eclipse ADT 8.0.0 (and 8.0.1) problem - can't create views hierarchy with drag and drop in the Outline view

2010-12-09 Thread Zarah
I think Undo (CTRL+Z on Windows) works when you are in the XML view of the Layout Editor (not on the graphical view). Are the up/down arrows still not back on the 8.0.1? I want my up/down arrows! :) - Zarah. On Dec 9, 4:24 pm, Logan Masten wrote: > I simply cannot believe the up and d

[android-developers] Re: New ADT and SDK breaks Eclipse (Again!)

2010-12-07 Thread Zarah
Hey Kostya, I did that also, after a lot of frustration with the in-Eclipse update. Would do that from now on. ;) Thanks! Best regards, Zarah. On Dec 7, 4:46 pm, Kostya Vasilyev wrote: > 07.12.2010 8:48, Zarah пишет: > > > - Some errors where encountered when installing, failu

[android-developers] Re: ADT 8 doesn't include ADB??

2010-12-07 Thread Zarah
It's in Control Panel > System > Advanced System Settings > Environment Variables, then under System Variables, scroll down to PATH and change the value. - Zarah. On Dec 7, 5:23 am, Kumar Bibek wrote: > Update the path in environment variables. > > On 07-Dec-2010 2:48 A

[android-developers] Re: Problem removing from listView

2010-12-07 Thread Zarah
on Strings, use .equals and not ==. Hope this helps. -Zarah. On Dec 7, 12:04 pm, Kevin Anthony wrote: > I'm not trying to clear the list > I'm trying to remove all names that are equal to the name you asked to > remove. > > you have a list of > bob > bob &g

[android-developers] Re: New ADT and SDK breaks Eclipse (Again!)

2010-12-06 Thread Zarah
es the (library project's) drawable folder. After the ADT and SDK update it is now throwing an error (R cannot be resolved). :( - Zarah. On Dec 7, 1:48 pm, Zarah wrote: > Hi Xavier, > > Had some problems during installation of the SDK in the (now-new) ADT > plugin in Eclipse. >

[android-developers] Re: New ADT and SDK breaks Eclipse (Again!)

2010-12-06 Thread Zarah
ld I close all projects before doing the update? Thanks again! -Zarah. On Dec 7, 1:00 pm, Xavier Ducrohet wrote: > I've had that happen before, and usually closing the dialog and > re-opening it makes the next button enabled. > I think it's an issue with Eclipse. We d

[android-developers] Re: New ADT and SDK breaks Eclipse (Again!)

2010-12-06 Thread Zarah
. Will update you on what happens after the installation. :) Thanks! - Zarah On Dec 7, 11:58 am, Xavier Ducrohet wrote: > is there anything in the workspace log? > It sounds like you have missing dependencies but your eclipse install > isn't able to grab them automatically

[android-developers] New ADT and SDK breaks Eclipse (Again!)

2010-12-06 Thread Zarah
hen re- installing the plug-in but still unsuccessful. I do not want to go through the uninstall-reinstall Eclipse process again. :( Anyone has any ideas to solve this? Thanks, Zarah. -- You received this message because you are subscribed to the Google Groups "Android Developers" group.

[android-developers] Re: Eclipse Reading Android Code as Java

2010-11-30 Thread Zarah
> SDK Location. Goodluck! -Zarah. On Nov 24, 4:12 am, Chase wrote: > I seem to be failing at understanding how to use the make command in > command prompt? > > Thanks you for the information otherwise, it has been really > helpful! :) > > Thanks, > Chase >

[android-developers] Re: Twitter QuickActions Missing

2010-11-09 Thread Zarah
conds before the app responds after clicking on a tweet. And sometimes, the new activity doesn't even display completely. Also, I want the animated background back. :D - Zarah. On Nov 10, 8:44 am, Alex wrote: > Doh! I played with the app before making my post and I was sure they

[android-developers] Re: Twitter QuickActions Missing

2010-11-09 Thread Zarah
Hi, You can bring up the QuickAction bar on the new version by swiping on the tweet. :) -Zarah. On Nov 9, 9:53 am, Alex wrote: > Hi all, > > Does anyone know why some of the QuickActions were removed from the > latest Twitter application (v1.0.5)?  Clicking on a user's pictu

[android-developers] Re: Can an image be embedded in an email body?

2010-10-27 Thread Zarah Dominguez
pen-source Base64-encoder I found) Sadly, this produced the same result as before. No image, just [OBJ]. :( -Zarah. On Oct 27, 6:23 pm, Zarah Dominguez wrote: > Uh-oh, that sounds ominous.  Just out of curiosity, how would I do it > if I have my own app? > > As for the GMail App a

[android-developers] Re: Can an image be embedded in an email body?

2010-10-27 Thread Zarah Dominguez
Uh-oh, that sounds ominous. Just out of curiosity, how would I do it if I have my own app? As for the GMail App alternative, is there a way to send the image an attachment without first having to save it in a cache or the SD card? Sorry for so many questions. Best regards, Zarah. On Oct 27

[android-developers] Re: Can an image be embedded in an email body?

2010-10-27 Thread Zarah Dominguez
/inline instead of an attachment. Thank you again, Zarah. On Oct 27, 5:41 pm, Kumar Bibek wrote: > I suspect if you the gmail app has been designed to do so. Your approach is > correct, but it all depends on how the GMail app is designed. > > On Wed, Oct 27, 2010 at 3:0

[android-developers] Can an image be embedded in an email body?

2010-10-27 Thread Zarah Dominguez
heck if it is correctly formatted and the image shows up fine. Is this a problem with the GMail app or am I doing something stupid? I am testing using the Samsung Galaxy S. Hope someone can help. :) Thanks in advance! Best regards, Zarah. -- You received this message because you are subscri

[android-developers] Re: Facebook connect for android

2010-10-26 Thread Zarah Dominguez
Hi Prajakta, Can you show us your stack trace? Thanks, Zarah. On Oct 27, 12:00 am, Prajakta Shitole wrote: > Hi Zarah, > > Thanks for your reply. I did include the LoginButton class as it was showed > in the Example. Also i had included it in my xml file as below: > >  

[android-developers] Re: New ADT available.

2010-10-26 Thread Zarah Dominguez
The .jar is in tools/lib, but there should be a .bat file in /tools. Found this thread: http://groups.google.com/group/android-developers/browse_thread/thread/30124afa7a708c96 with instructions on how to recreate the lost .bat file. Best regards, Zarah. On Oct 26, 6:23 pm, Lance Nanek wrote

[android-developers] Re: Facebook connect for android

2010-10-26 Thread Zarah Dominguez
Hi Prajakta, Did you include the actual class of the LoginButton? You must also refer to the login button class in your xml instead of the normal button class. Best regards, Zarah. On Oct 26, 2:26 pm, Prajakta Shitole wrote: > Hi, > > I am trying to use the Facebook SDK for andro

[android-developers] Re: New ADT available.

2010-10-25 Thread Zarah Dominguez
Is it just me, or did I also lose the hierarchyviewer when I upgraded the ADT? It is not in the /tools folder anymore. *grumpy* On Oct 14, 1:44 am, authorwjf wrote: > "My conclusion is that 0.9.9 is not ready for prime time; I recommend > everyone to avoid it." > > Well said, String.  I second

[android-developers] Re: New ADT available.

2010-10-13 Thread Zarah Dominguez
Hi guys! Just got back to this thread. Hi String, so you ended up updating with a fresh install? I would hate to do that on my other workstation. Seems like too much work for an update, and so my laptop is stuck with ADT 0.9.7. Thanks, Zarah. On Oct 7, 4:22 am, String wrote: > On Oct 6

[android-developers] Re: Get Location debbuging on device

2010-10-10 Thread Zarah Dominguez
t; Location and Security). - Zarah. On Oct 7, 9:27 am, TreKing wrote: > On Tue, Sep 28, 2010 at 10:22 PM, Luiz Felipe Puccinelli Glingani < > > luizfelip...@gmail.com> wrote: > > When I tried to do the same thing on debugging device, didn't work and on > > DDM5

[android-developers] Re: Could use some help (free game on Galaxy S problem)

2010-10-06 Thread Zarah Dominguez
No problem, Patrick! I know how frustrating it can be sometimes. :) On Oct 5, 10:35 pm, Patrick wrote: > Thanks for the help Zarah! > > Turns out the problem was a couple of mistakes in my mod tracker > (audio) interface class. The N1 and emulator were very forgiving, > but t

[android-developers] Re: Padding of a Button

2010-10-05 Thread Zarah Dominguez
Hi DanH, Use an ImageButton, set the image as the src, set the background to @android:color/transparent, then add padding. I hope this achieves what you want. Best Regards, Zarah. On Oct 6, 6:12 am, DanH wrote: > Yeah, I haven't quite got it in my mind yet that "Button&

[android-developers] Re: Problem with reading contacts on Samsung Galaxy Europa

2010-10-04 Thread Zarah Dominguez
Great! Good job! I'm already in the group. ;) Thanks, Zarah. On Oct 5, 10:17 am, mikedroid wrote: > yes and it works perfectly like calling action_pick. > > good luck to android btw please join our philippine android group > :http://groups.google.com/group/philippine-a

[android-developers] Re: Problem with reading contacts on Samsung Galaxy Europa

2010-10-04 Thread Zarah Dominguez
Hi Mike, Seeing as you already had a workaround, do you still need the snippet? On second thought, your email seems to be deleted. Oh well. Salamat! -Zarah. On Oct 4, 10:10 am, mikedroid wrote: > actually we had a small workaround but i guess if samsung will not > update soon(altho

[android-developers] Re: The Market App has a CACHE !

2010-10-04 Thread Zarah Dominguez
there is some other way to force a page on the Market app to refresh other than this way. - Zarah. On Oct 4, 2:30 pm, Doug wrote: > I've noticed that the Market app client has its own cache that it will > consult.  If you force the Market app to terminate, you're more likel

[android-developers] Re: Could use some help (free game on Galaxy S problem)

2010-10-04 Thread Zarah Dominguez
Hi Patrick! Will try to download your game. Looks like Market is acting up over here and it won't start the download. Will try again later. For a relatively expensive phone, it looks like Galaxy S gives us developers quite a headache. ;) - Zarah. On Oct 2, 10:44 pm, Patrick wrote: &g

[android-developers] Re: Problem with reading contacts on Samsung Galaxy Europa

2010-09-30 Thread Zarah Dominguez
what happened is that Samsung's own contacts app has an incomplete manifest. Oh well, for the meantime I managed to get around it by disabling the button to access the phonebook using PackageManager so that users won't be confused. -Zarah. On Oct 1, 9:10 am, mikedroid wrote: >

[android-developers] Re: Problem with reading contacts on Samsung Galaxy Europa

2010-09-30 Thread Zarah Dominguez
Yeah, hope we get feedback soon. Mark Murphy referred me to this: http://code.google.com/p/android/issues/detail?id=10143 Hi Mike, How did you handle this on your end? -Zarah. On Sep 30, 1:04 pm, mikedroid wrote: > yes im having this problem also hope they can check it soon > >

[android-developers] Re: Problem with image button

2010-09-28 Thread Zarah Dominguez
Try moving the elements in the XML around a bit. Try to think of your selector as a big if-else. - Zarah. On Sep 29, 11:13 am, Vinay wrote: > Dear all, > > Thank you for the suggestions. > > @ Niko, Zahar: Thanks for helping me understand better. > > @nishu: Things se

[android-developers] Re: Can I post text to facebook profile from my android application?

2010-09-28 Thread Zarah Dominguez
age the dialogs. Goodluck! -Zarah. On Sep 28, 1:09 pm, rokson wrote: > Thank you very much Zarah. > > On Sep 27, 1:58 pm, Zarah Dominguez wrote: > > > > > Sure you can! > > > You can get the official Facebook SDK for Android > > fromhttp://github.

[android-developers] Re: Problem with reading contacts on Samsung Galaxy Europa

2010-09-27 Thread Zarah Dominguez
ntent(Intent.ACTION_VIEW, Contacts.CONTENT_URI), PackageManager.MATCH_DEFAULT_ONLY); if (list.isEmpty()){ // I just remove the menu item to access the phonebook menu.removeItem(R.id.app_menu_contacts); } Maybe you can try this approach also. Hope this helps, Zarah. On Aug 28, 3:

[android-developers] Retrieving the path of a picture returned by ACTION_IMAGE_CAPTURE

2010-09-27 Thread Zarah Dominguez
File path is: /sdcard/DCIM/Camera/2010-09-27 23.30.30.jpg And so, it looks like the value I got from mPicUri is not the final URI that will be used. Am I missing a step here? All I really want to do is retrieve the file of the just-taken picture. Thanks in advance, Zarah. -- You received

[android-developers] Re: Can I post text to facebook profile from my android application?

2010-09-27 Thread Zarah Dominguez
Sure you can! You can get the official Facebook SDK for Android from http://github.com/facebook/facebook-android-sdk There are also examples there to help you get started. Good luck! -Zarah. On Sep 27, 3:52 pm, rokson wrote: > Hi Friends, > > This is Rockson, > I am new to and

[android-developers] Re: Problem with image button

2010-09-26 Thread Zarah Dominguez
Yes, niko20 is right. See http://developer.android.com/guide/topics/resources/drawable-resource.html#StateList for reference. -Zarah. On Sep 26, 9:11 pm, niko20 wrote: > The only thing I can think of is that the drawables in the selector > are taken in the order in which listed in t

[android-developers] Re: New ADT available.

2010-09-24 Thread Zarah Dominguez
Hi Xav, I updated from 0.9.7 to 0.9.9. I haven't updated my other workstation though (it's also still on 0.9.7), how do you suggest I proceed? Uninstalling and then installing Eclipse seems to be a lot of trouble for a plug in update. Any ideas? :) Thanks, Zarah. On Sep 24

[android-developers] Re: New ADT available.

2010-09-24 Thread Zarah Dominguez
Hi again, Was able to make it work by uninstalling Eclipse, including all versions in /Users//.eclipse, re-installing it then adding the Update site again. -Zarah. On Sep 24, 2:27 pm, Zarah Dominguez wrote: > Saw this problem too. > > Tried uninstalling then re-installing the plu

[android-developers] Re: New ADT available.

2010-09-23 Thread Zarah Dominguez
Saw this problem too. Tried uninstalling then re-installing the plugins, but still no Android options anywhere. Eclipse sees my Android projects as Java projects. Were you able to solve it? - Zarah. On Sep 24, 10:02 am, String wrote: > I'm unable to upgrade my ADT in [a qui

[android-developers] Re: A ListView that acts like RadioButtons

2010-09-20 Thread Zarah Dominguez
What about using the choiceMode attribute for a ListView? http://developer.android.com/reference/android/widget/ListView.html#setChoiceMode(int) I have tried using CHOICE_MODE_MULTIPLE and it works. I am guessing CHOICE_MODE_SINGLE would act like an ACTION_PICK. -Zarah. On Sep 21, 5:47 am

[android-developers] Re: LED turn off

2010-09-08 Thread Zarah Dominguez
Hi Anand, Are you sure? I am also using Eclair 2.1 and I have that option. Or are you asking how to turn off the screen programmatically (which I don't know how to do heheh). Thanks, Zarah. On Sep 8, 3:34 pm, Anand Android wrote: > Hi Mark, > I'm using eclair 2.1. This optio

[android-developers] Re: Problem with reading contacts on Samsung Galaxy Europa

2010-08-23 Thread Zarah Dominguez
l 348 ms) Looks like the Galaxy S has a different way of handling intents for the Phonebook. If you find a solution, please let me know also. Thanks! -Zarah On Aug 12, 7:06 pm, Albert wrote: > I have an user from my app that has reported this issue on a Samsung > Galaxy S. Do you kn