Are there any example projects for the web feature in XOJO? I’m trying to create my first web page and the example and help is really missing. Please help!!!
Open Xojo
New project
Examples
See platform then Web for some examples
Those examples don’t show just BASIC web design elements. A Text label that stays centered no matter what the size of the browser window. I’m not trying to do anything fancy, quite the opposite. I just want a single page web site. Why is it so hard with XOJO!!!
Set left + right locking to off.
That worked Tim, Many Thanks!
You can also use containers to help position elements
After you master the basic that you want to do, the Examples will help you do more.
Anything else that you can’t figure, just ask and I’m sure someone will help you.
You may want to create a login page where all the elements move together but in group are centered. You can use a WebContainer like Brian said. You can also use a WebRectangle to group things together.
I forgot to mention a good Xojo webinar to watch
Xojo Webinar: Developing Web Apps with Xojo
HTH