Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

added yml parsing #11

Merged
merged 1 commit into from
Jun 7, 2019
Merged

added yml parsing #11

merged 1 commit into from
Jun 7, 2019

Conversation

giuliol
Copy link
Contributor

@giuliol giuliol commented May 21, 2019

Hi,
Sorry, I made the pull request from the wrong account.

@tmetsch
Copy link
Owner

tmetsch commented May 22, 2019

Thanks for submitting this pull request. Sounds like a cool idea - would you have some example yaml files that I could use to test this?

Cheers!

@giuliol
Copy link
Contributor Author

giuliol commented May 23, 2019

I'm using one of your examples, converted to yaml with a json->yaml online converter

LabelFrame:
  text: Hello World
  weight: 1
  column: 0
  columnspan: 3
  row: 0
  Label:
    text: 'Entry:'
    column: 0
    row: 0
  Checkbutton:
    name: check
    text: checkbutton
    column: 1
    row: 0
    command: mycommand
  Entry:
    name: entry
    text: checkbutton
    width: '30'
    bg: gold
    column: 0
    row: 1
    colweight: 1
    columnspan: 2
Label:
  name: empty
  text: " "
  column: 0
  row: 1
  colweight: 1
Button:
  - name: ok
    text: OK
    column: 1
    row: 1
  - name: cancel
    text: Cancel
    column: 2
    row: 1

@tmetsch
Copy link
Owner

tmetsch commented May 27, 2019 via email

@tmetsch tmetsch merged commit 5c76be8 into tmetsch:master Jun 7, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants