News:

Rule #1 - Be Patient - Rule #2 - Don't ask when, if you don't contribute - Rule #3 - You have coding skills - LinuxMCE's small brother is available: http://www.agocontrol.com

Main Menu

HADesigner Screen Resolution problem

Started by mce_in_catford4, May 17, 2009, 02:48:54 PM

Previous topic - Next topic

mce_in_catford4

Hi,
I have followed the tutorials and setup the HADesigner on my Windows Laptop.
It's a Sony VAIO and runs in the resolution 1280x768.
I have a problem with the HADesigner.
The screen layout means that a lot of the controls are pushed off the bottom of the screen
no mater how much I rearrange the windows it is not possible to see some of the controls.
In the attached screen shot I have tried to pull down the sub window more but it has reached it's limit.
Has anyone else heard of this problem?
Any suggestions
Thanks
Robert

merkur2k

Alot of stuff simply just doesnt display properly in hadesigner, call it bugs or "features" or whatever. especially UI2 stuff. have you watched all the hadesigner screencasts? thom explains it in some of those.

tschak909

you _MUST_ have a minimum res of 1280x1024 to use HADesigner.

-Thom

Marie.O

If you can't/don't want to change your virtual resolution to 1280x1024, try QuickDesigner. Wiki has details.
If I helped you, feel free to buy me a coffee: [url="https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=2VKASZLTJH7ES"]https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=2VKASZLTJH7ES[/url]

mce_in_catford4

Yes I have been working through Thom's screencasts. Have them all downloaded just need to watch and experiment.
What's the devlopment status of HADesigner? Is it an open source project? Are people working on it?
I must say I was surprised to find a windows only devlopment tool for linuxMCE.
I have had a lot of experence devloping C++ applications in MFC and I have recently been reading up on GTK+ and I am intrested in transfering my skills to cross platform tools.
I'm looking for a project to get involved in.
I have a list of tweaks I want to make to my linuxMCE UI to make it easier to use. I'm trying to work out the best way of achieving this. I was thinking the HADesigner would be something that help me do this.
I think I have to spend a fair bit of time studying the documentation if I am going to achieve anything.

tschak909

HADesigner is a C# application that uses .NET.. system.forms, and system.odbc.

The binary _ALMOST_ runs unmodified under Mono. The problem lies in implementation differences between Microsoft.Data.Odbc, and System.Data.Odbc.

So that you know. PlutoHome began life under Windows, and was ported to Linux with version 2. HADesigner was quickly ported to version 2 of the software to use mysql and thus is a wee bit hackish in the code base.

-Thom