Author Topic: wxSmith <-> HTML5  (Read 3064 times)

Offline cledou

  • Single posting newcomer
  • *
  • Posts: 8
wxSmith <-> HTML5
« on: July 10, 2018, 08:39:49 am »
Hello.
I use CB since many years, and edit all my forms with wxSmith.
Does anybody knows a GUI that can make HTML/CSS forms as simply as wxSmith do ?
Or do you know a tool that can convert partially wxSmith XML ressource file to HTML/CSS files ?

Offline ollydbg

  • Developer
  • Lives here!
  • *****
  • Posts: 5913
  • OpenCV and Robotics
    • Chinese OpenCV forum moderator
Re: wxSmith <-> HTML5
« Reply #1 on: July 10, 2018, 12:01:10 pm »
I don't see such tool.
Maybe, you can search a similar tool which can convert "android layout xml file" to "html and css file".
If some piece of memory should be reused, turn them to variables (or const variables).
If some piece of operations should be reused, turn them to functions.
If they happened together, then turn them to classes.