[android-developers] Re: Update Tab-Content when clicking Tab

2010-01-04 Thread VBMichi
Hi again, nobody has an idea? :( Regards On Jan 3, 4:02 pm, VBMichi michael.ka...@googlemail.com wrote: Hi, I've three Tabs: mTabHost = getTabHost(); mTabHost.addTab(mTabHost.newTabSpec(tab_1).setIndicator (Name1).setContent(R.id.tab1)); mTabHost.addTab(mTabHost.newTabSpec(tab_2

[android-developers] Re: Update Tab-Content when clicking Tab

2010-01-04 Thread VBMichi
Thx!! On Jan 4, 3:46 pm, Mark Murphy mmur...@commonsware.com wrote: Hi again, nobody has an idea? :( See setOnTabChangedListener() on TabHost. -- Mark Murphy (a Commons Guy)http://commonsware.com Android App Developer Books:http://commonsware.com/books.html -- You received this

[android-developers] Update Tab-Content when clicking Tab

2010-01-03 Thread VBMichi
Hi, I've three Tabs: mTabHost = getTabHost(); mTabHost.addTab(mTabHost.newTabSpec(tab_1).setIndicator (Name1).setContent(R.id.tab1)); mTabHost.addTab(mTabHost.newTabSpec(tab_2).setIndicator (Name2).setContent(R.id.tab2)); mTabHost.addTab(mTabHost.newTabSpec(tab_3).setIndicator

[android-developers] Set LayoutParams to button

2009-12-05 Thread VBMichi
Hi, I am creating buttons dynamically by: Button newVL = new Button(this); newVL.setId(zaehler); newVL.setText(mText); newVL.setWidth(280); newVL.setBackgroundDrawable(getResources().getDrawable (R.drawable.vlbg)); mStundenplan.addView(newVL); _

[android-developers] Re: Set LayoutParams to button

2009-12-05 Thread VBMichi
:44, VBMichi michael.ka...@googlemail.com wrote: Hi, I am creating buttons dynamically by: Button newVL = new Button(this); newVL.setId(zaehler); newVL.setText(mText); newVL.setWidth(280); newVL.setBackgroundDrawable(getResources().getDrawable (R.drawable.vlbg

[android-developers] Load Android App on HTC Smartphone?

2009-12-03 Thread VBMichi
Hi, I've get a HTC Hero Touch G2 for testing my android apps. How can I load the developed apps of my PC to the HTC? I heard smth about root local? Maybe anyone has a detailed instruction or a website? Thanks! -- You received this message because you are subscribed to the Google Groups

[android-developers] Re: Load Android App on HTC Smartphone?

2009-12-03 Thread VBMichi
Hi, I've installed the USB Drivers for Windows XP 32 bit now. Then I enabled debuging in eclipse (debugable = true). I've connected the Smartphone with the PC (USB) and accepted USB- Debbuging. Windows recognizes the hardware and using it. But in Eclipse the device list is still empty. If i try

[android-developers] Re: Load Android App on HTC Smartphone?

2009-12-03 Thread VBMichi
this out:http://developer.android.com/guide/developing/device.html It helped me when I needed to test my Apps on the phone. My phone is HTC Magic but I am sure if you follow the instructions you will be up in no time. On Dec 3, 4:26 pm, VBMichi michael.ka...@googlemail.com wrote: Hi, I've get

[android-developers] Re: Multiline Buttons..?

2009-11-17 Thread VBMichi
Hi slink, I exaktly see This\nis\na\ntest! as caption of the button. Also if I try This \n is \n a \n test!. On Nov 17, 9:31 am, skink psk...@gmail.com wrote: VBMichi wrote: Hi, I am searching for help with a multiline button since 6 days. Maybe someone of you can help me. I've also

[android-developers] Multiline Buttons..?

2009-11-16 Thread VBMichi
Hi, I am searching for help with a multiline button since 6 days. Maybe someone of you can help me. I've also posted my question in den android-beginner google group. Sorry for crossposting. I have a button: Button android:layout_height=wrap_content android:id=@+id/test