[android-beginners] Re: Problem with ADT plugin in Eclipse Galileo

2009-09-29 Thread Andre Wichmann

Hi,

On Sep 27, 9:11 pm, Stéphane Bruno sbrun...@gmail.com wrote:
 It is as if the ADT plugin and the Google plugins cannot coexist in Eclipse
 

The same is true for the subclipse and subversion plugins - as soon as
either one of them is installed, the ADT plugin stops working, at
least when using Kubuntu Linux. Using Windows, it works.

What operating system are you using?

-Andre

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google
Groups Android Beginners group.
To post to this group, send email to android-beginners@googlegroups.com
To unsubscribe from this group, send email to
android-beginners-unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-beginners?hl=en
-~--~~~~--~~--~--~---



[android-beginners] Re: ADT plugin for eclipse

2009-09-26 Thread Andre Wichmann

Hi,

On Sep 24, 8:46 pm, John Douma douma.j...@gmail.com wrote:
 I am using Eclipse 3.4 on Windows XP. I downloaded and installed the
 Android SDK, version 1.6, in accordance with the instructions 
 athttp://developer.android.com/sdk/1.6_r1/installing.html. I also
 installed the Android Developer Tools and Android DDMS plugins.
 However, when I restart Eclipse to set the Android preferences, no
 entry for Android appears on the left panel of the screen.

Do you have any other plugins installed? Try again with a new, clean
Eclipse install. Is the problem still there?

I have a similar problem using Eclipse and the ADT under Linux: No
Android preferences or new project option appear, even though
Eclipse lists the ADT under installed plugins. It turned out the ADT
wouldn't work together with the Subclipse plugin; as soon as I used a
fresh install of Eclipse without any other plugin, it worked. (Now I'm
stuck without SVN, but that's a different problem. :-( )

-Andre

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google
Groups Android Beginners group.
To post to this group, send email to android-beginners@googlegroups.com
To unsubscribe from this group, send email to
android-beginners-unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-beginners?hl=en
-~--~~~~--~~--~--~---



[android-beginners] Views right of long SingeLine Textviews disappear

2009-09-15 Thread Andre Wichmann

Hi,

I'd like to position an ImageView right of a TextView which has
SingeLine set to true. What happens is that if the string in the
TextView is too long, the ImageView gets pushed out of the screen and
gets not displayed! Does anyone have an idea how to prevent that?

To clarify, here is what I want to have:

|Text  Image|

...with the TextView aligned left, and the Image aligned right. Right
now I do this with a horizontal LinearLayout containing a TextView and
an ImageView encapsulated in another LinearLayout that has
align=right (align doesn't work with ImageView, unfortunately).

It works fine for short strings, but if the string gets too long, the
ImageView gets shrinked (ignoring any minWidth attributes...) or even
not displayed at all. It looks like first the TextView gets assigned
as much width as it needs, even the whole screen width if the string
is very long, and only then the ImageView gets drawn - if there is any
space left. Is there a way to force the ImageView to get displayed
regardless of how wide the TextView wants to grow?

I'd really appreciate some help here!

Thanks,

-Andre

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google
Groups Android Beginners group.
To post to this group, send email to android-beginners@googlegroups.com
To unsubscribe from this group, send email to
android-beginners-unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-beginners?hl=en
-~--~~~~--~~--~--~---



[android-beginners] Re: Views right of long SingeLine Textviews disappear

2009-09-15 Thread Andre Wichmann

Hi,

On Sep 15, 5:27 pm, Mark Murphy mmur...@commonsware.com wrote:
 1. Use android:layout_width=0px and android:layout_weight=1 for the
 TextView. This says use all space not used by the rest of this row.

This worked indeed - after I've removed the LinearLayout wrapper for
the ImageView, that is.

Thanks a lot! The layouting engine can be a bit confusing at
times. :-)

-Andre

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google
Groups Android Beginners group.
To post to this group, send email to android-beginners@googlegroups.com
To unsubscribe from this group, send email to
android-beginners-unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-beginners?hl=en
-~--~~~~--~~--~--~---



[android-beginners] Eclipse Android preferences disappear after installing a second plugin

2009-09-09 Thread Andre Wichmann

Hi,

I've got a problem that's driving me mad, and I hope someone here can
help me...

I've installed the ADT plugin for Eclipse (3.5 Galileo) according to
the instructions on the Android Developers site. In Window-
Preferences, there's now an Android tab (as there should be), and I
can create new Android projects.

But when I install another plugin (Subclipse, I later tried Subversive
with the same results), suddenly the Android tab is no longer there in
the Preferences window, and I no longer can create new Android
projects! The Android plugins are still listed in Help-Install New
Software...-What is already installed?, so Eclipse still knows about
the plugin - only it seems not to use them any longer?

I've installed Eclipse, ADT and then an SVN client three times from
scratch now, both ADT first or SVN first, all with the same strange
result. I'd *really* like to develop an Android application while
using SVN in Eclipse. Has anyone any idea what I could do to fix the
problem? For the record, I use Eclipse 3.5 (Galileo) on a Kubuntu 9.04
machine.

Thanks in advance,

-Andre

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google
Groups Android Beginners group.
To post to this group, send email to android-beginners@googlegroups.com
To unsubscribe from this group, send email to
android-beginners-unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-beginners?hl=en
-~--~~~~--~~--~--~---