pellucide / droiddraw

Automatically exported from code.google.com/p/droiddraw
0 stars 0 forks source link

Object Missing in tutorial: Step Fourteen: Press the "Generate" button to generate the layout XML. It will look something like: ...(missing info) #28

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Open the http://www.droiddraw.org/tutorial.html
2. Notice that step fourteen makes a reference at the resulting code but
that is missing.

What is the expected output? What do you see instead?

Expected output below.  Instead nothing shows.

<?xml version="1.0" encoding="utf-8"?>
<RelativeLayout
id="@+id/widget23"
android:layout_width="fill_parent"
android:layout_height="fill_parent"
xmlns:android="http://schemas.android.com/apk/res/android"
>
<LinearLayout
id="@+id/widget24"
android:layout_width="200px"
android:layout_height="130px"
xmlns:android="http://schemas.android.com/apk/res/android"
android:orientation="vertical"
android:layout_alignParentTop="true"
android:layout_centerHorizontal="true"
>
<TextView
id="@+id/widget25"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="Dollars"
android:textSize="14sp"
android:typeface="normal"
android:textStyle="bold"
android:layout_weight="0"
android:layout_gravity="left"
>
</TextView>
<EditText
id="@+id/dollars"
android:layout_width="100px"
android:layout_height="wrap_content"
android:textSize="14sp"
android:typeface="normal"
android:textStyle="normal"
android:password="false"
android:numeric="false"
android:phoneNumber="false"
android:autoText="false"
android:capitalize="sentences"
android:layout_weight="0"
android:layout_gravity="left"
>
</EditText>
<Ticker
id="@+id/widget27"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_weight="0"
android:layout_gravity="left"
>
<TextView
id="@+id/widget33"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="Euros"
android:textSize="14sp"
android:typeface="normal"
android:textStyle="bold"
>
</TextView>
</Ticker>
<EditText
id="@+id/euros"
android:layout_width="100px"
android:layout_height="wrap_content"
android:textSize="14sp"
android:typeface="normal"
android:textStyle="normal"
android:password="false"
android:numeric="false"
android:phoneNumber="false"
android:autoText="false"
android:capitalize="sentences"
android:layout_weight="0"
android:layout_gravity="left"
>
</EditText>
<RadioGroup
id="@+id/widget29"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
xmlns:android="http://schemas.android.com/apk/res/android"
android:orientation="vertical"
android:layout_weight="0"
android:layout_gravity="left"
>
<RadioButton
id="@+id/dtoe"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="Dollars to Euros"
android:textSize="14sp"
android:typeface="normal"
android:textStyle="normal"
android:checked="false"
android:layout_weight="0"
android:layout_gravity="left"
>
</RadioButton>
<RadioButton
id="@+id/etod"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="Euros to Dollars"
android:textSize="14sp"
android:typeface="normal"
android:textStyle="normal"
android:checked="false"
android:layout_weight="0"
android:layout_gravity="left"
>
</RadioButton>
</RadioGroup>
</LinearLayout>
<Button
id="@+id/convert"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="Convert"
android:textSize="14sp"
android:typeface="normal"
android:textStyle="normal"
android:layout_below="@+id/widget24"
android:layout_alignRight="@+id/widget24"
>
</Button>
</RelativeLayout>

What version of the product are you using? On what operating system?

>> On line version.

Please provide any additional information below.

Great stuff!!!  Thanks a lot. 

Original issue reported on code.google.com by patricia...@gmail.com on 19 Dec 2007 at 6:56

GoogleCodeExporter commented 9 years ago
Thanks for the notification.  This is now fixed!

Original comment by brendan....@gmail.com on 19 Dec 2007 at 10:42

GoogleCodeExporter commented 9 years ago
Not fixed yet...

The page now shows a link:
"It will look something like this"
but when I click on the link the message appears:

This is not the droid you're looking for
Sorry, the requested page could not be found.
Return home 

Original comment by patricia...@gmail.com on 31 Jan 2008 at 6:27