[XML-DEV Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message]

RE: Please help


type button width
You can try the Import Text File command in Altova's xmlspy 5 to convert a
structured text file into XML. Download a trial from http://www.xmlspy.com.

Mike who doesn't work for Altova
-----Original Message-----
From: thamy logan [mailto:thamy8@y...]
Sent: Tuesday, February 11, 2003 7:44 AM
To: xml-dev@l...
Subject:  Please help


Hi
I need help on converting the following text file into xml. I have no clue
where to start or what to do.

The description file refers to handlers like:

FileNameNotify
LoadButtonNotify
ImageMagnificationNotify
ColorApplyButtonNotify
ColorResetButtonNotify
QuitButtonNotify

You can represent these simply by a function/method taking no
parameters
but printing out its own name to standard output when called.

Please let me know if it doesn't work or there is something you are
uncertain about.

========= Description file ================
(
:type                   :text-field
:name                   DirectoryPathField
:owner                  ControlArea
:x                      5
:y                      5
:width                  160
:height                 32
:foreground-color       ""
:text-type              :alphanumeric
:label                  "Directory path :"
:label-type             :string
:value-x                5
:value-y                22
:layout-type            :vertical
:value-length           20
:stored-length          150
:read-only              nil
:notify-handler         nil
)
(
:type                   :text-field
:name                   FileNameField
:owner                  ControlArea
:x                      5
:y                      45
:width                  165
:height                 32
:foreground-color       ""
:text-type              :alphanumeric
:label                  "Image source file name:"
:label-type             :string
:value-x                5
:value-y                62
:layout-type            :vertical
:value-length           20
:stored-length          80
:read-only              nil
:notify-handler         FileNameNotify
)
(
:type                   :button
:name                   LoadButton
:owner                  ControlArea
:x                      10
:y                      85
:constant-width         nil
:button-type            :normal
:width                  51
:height                 19
:foreground-color       ""
:label                  "LOAD"
:label-type             :string
:menu                   nil
:notify-handler         LoadButtonNotify
)
(
:type                   :text-field
:name                   LoadAmountField
:owner                  ControlArea
:x                      70
:y                      85
:width                  96
:height                 15
:foreground-color       ""
:text-type              :alphanumeric
:label                  ""
:label-type             :string
:value-x                70
:value-y                85
:layout-type            :horizontal
:value-length           12
:stored-length          80
:read-only              nil
:notify-handler         nil
)
(
:type                   :message
:name                   MagnificationHeader
:owner                  ControlArea
:x                      5
:y                      110
:width                  173
:height                 13
:foreground-color       ""
:label                  "--Image Magnification--"
:label-type             :string
)
(
:type                   :text-field
:name                   ImageMagnificationField
:owner                  ControlArea
:x                      5
:y                      130
:width                  167
:height                 15
:foreground-color       ""
:text-type              :alphanumeric
:label                  "Scale:"
:label-type             :string
:value-x                52
:value-y                130
:layout-type            :horizontal
:value-length           15
:stored-length          80
:read-only              nil
:notify-handler         ImageMagnificationNotify
)
(
:type                   :message
:name                   ColorBoxHeader
:owner                  ControlArea
:x                      5
:y                      160
:width                  172
:height                 13
:foreground-color       ""
:label                  "--Colour Box Selection--"
:label-type             :string
)
(
:type                   :text-field
:name                   RedLoField
:owner                  ControlArea
:x                      5
:y                      180
:width                  72
:height                 15
:foreground-color       ""
:text-type              :alphanumeric
:label                  "RLo:"
:label-type             :string
:value-x                41
:value-y                180
:layout-type            :horizontal
:value-length           4
:stored-length          10
:read-only              nil
:notify-handler         nil
)
(
:type                   :text-field
:name                   RedHiField
:owner                  ControlArea
:x                      100
:y                      180
:width                  71
:height                 15
:foreground-color       ""
:text-type              :alphanumeric
:label                  "RHI:"
:label-type             :string
:value-x                135
:value-y                180
:layout-type            :horizontal
:value-length           4
:stored-length          10
:read-only              nil
:notify-handler         nil
)
(
:type                   :text-field
:name                   GreenLoField
:owner                  ControlArea
:x                      5
:y                      200
:width                  72
:height                 15
:foreground-color       ""
:text-type              :alphanumeric
:label                  "GLo:"
:label-type             :string
:value-x                41
:value-y                200
:layout-type            :horizontal
:value-length           4
:stored-length          10
:read-only              nil
:notify-handler         nil
)
(
:type                   :text-field
:name                   GreenHiField
:owner                  ControlArea
:x                      100
:y                      200
:width                  71
:height                 15
:foreground-color       ""
:text-type              :alphanumeric
:label                  "GHi:"
:label-type             :string
:value-x                135
:value-y                200
:layout-type            :horizontal
:value-length           4
:stored-length          10
:read-only              nil
:notify-handler         nil
)
(
:type                   :text-field
:name                   BlueLoField
:owner                  ControlArea
:x                      4
:y                      220
:width                  72
:height                 15
:foreground-color       ""
:text-type              :alphanumeric
:label                  "BLo:"
:label-type             :string
:value-x                40
:value-y                220
:layout-type            :horizontal
:value-length           4
:stored-length          10
:read-only              nil
:notify-handler         nil
)
(
:type                   :text-field
:name                   BlueHiField
:owner                  ControlArea
:x                      100
:y                      220
:width                  71
:height                 15
:foreground-color       ""
:text-type              :alphanumeric
:label                  "BHi:"
:label-type             :string
:value-x                135
:value-y                220
:layout-type            :horizontal
:value-length           4
:stored-length          10
:read-only              nil
:notify-handler         nil
)
(
:type                   :button
:name                   ColorboxApplyButton
:owner                  ControlArea
:x                      5
:y                      250
:constant-width         nil
:button-type            :normal
:width                  56
:height                 19
:foreground-color       ""
:label                  "APPLY"
:label-type             :string
:menu                   nil
:notify-handler         ColorApplyButtonNotify
)
(
:type                   :button
:name                   ColorResetButton
:owner                  ControlArea
:x                      100
:y                      250
:constant-width         nil
:button-type            :normal
:width                  55
:height                 19
:foreground-color       ""
:label                  "RESET"
:label-type             :string
:menu                   nil
:notify-handler         ColorResetButtonNotify
)
(
:type                   :message
:name                   ContourHeader
:owner                  ControlArea
:x                      5
:y                      290
:width                  174
:height                 13
:foreground-color       ""
:label                  "---Contour Extraction---"
:label-type             :string
)
(
:type                   :button
:name                   QuitButton
:owner                  ControlArea
:x                      55
:y                      520
:constant-width         nil
:button-type            :normal
:width                  135
:height                 19
:foreground-color       ""
:label                  "QUIT APPLICATION"
:label-type             :string
:menu                   nil
:notify-handler         QuitButtonNotify
)
)


Please help

Thamy




With Yahoo! Mail you can get a bigger mailbox -- choose a size that fits
your needs


  • References:

PURCHASE STYLUS STUDIO ONLINE TODAY!

Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced!

Buy Stylus Studio Now

Download The World's Best XML IDE!

Accelerate XML development with our award-winning XML IDE - Download a free trial today!

Don't miss another message! Subscribe to this list today.
Email
First Name
Last Name
Company
Subscribe in XML format
RSS 2.0
Atom 0.3
 

Stylus Studio has published XML-DEV in RSS and ATOM formats, enabling users to easily subcribe to the list from their preferred news reader application.


Stylus Studio Sponsored Links are added links designed to provide related and additional information to the visitors of this website. they were not included by the author in the initial post. To view the content without the Sponsor Links please click here.

Site Map | Privacy Policy | Terms of Use | Trademarks
Free Stylus Studio XML Training:
W3C Member
Stylus Studio® and DataDirect XQuery ™are products from DataDirect Technologies, is a registered trademark of Progress Software Corporation, in the U.S. and other countries. © 2004-2013 All Rights Reserved.