Ubuntu + WINE + HMG

Discuss anything else that does not suite other forums.

Moderator: Rathinagiri

Post Reply
User avatar
Rathinagiri
Posts: 5471
Joined: Tue Jul 29, 2008 6:30 pm
DBs Used: MariaDB, SQLite, SQLCipher and MySQL
Location: Sivakasi, India
Contact:

Ubuntu + WINE + HMG

Post by Rathinagiri »

Hi,

Recently, two of our office systems where we do the main data entry in HMG applications (Windows XP) were affected by new folder.exe virus/worm whatever it is. :(

So, I tried to install Ubuntu in that systems and run HMG applications in WINE. It works fine. :) Both dbf and sqlite database files can be easily accessed. I try to connect MySQL also. (Had anybody tried that already?)

I got three problems as of now.

1. In place edit is not working as expected.

2. Combobox sort property does not allow for incremental search.

3. Print preview and print functions are not working. (This may be because I had not installed any printer in Ubuntu. Soon I think I can resolve.)

Otherwise, everything is fine. I will try to post some screen shots too!
East or West HMG is the Best.
South or North HMG is worth.
...the possibilities are endless.
User avatar
apais
Posts: 440
Joined: Fri Aug 01, 2008 6:03 pm
DBs Used: DBF
Location: uruguay
Contact:

Re: Ubuntu + WINE + HMG

Post by apais »

If it is a multiuser application beware of file locking.
You must be sure you are accesing your program from a samba mounted drive.
Otherwise it will give acces to multiple users to same records on dbfs.

HTH
Angel
Angel Pais
Web Apps consultant/architect/developer.
User avatar
Roberto Lopez
HMG Founder
Posts: 4004
Joined: Wed Jul 30, 2008 6:43 pm

Re: Ubuntu + WINE + HMG

Post by Roberto Lopez »

rathinagiri wrote:
I got three problems as of now.

1. In place edit is not working as expected.

2. Combobox sort property does not allow for incremental search.

3. Print preview and print functions are not working. (This may be because I had not installed any printer in Ubuntu. Soon I think I can resolve.)
I've not tested HMG in Ubuntu by some time, but I can confirm the problem with inplace-edit.

This is because the windows API function 'RegisterHotKey' is not implemented in Wine.

This create problems in all Windows applications that relies on it, ie: PhotoShop.

There is alternate methods provided by Windows API to process keys., so, a simple solution could be use one of these alternate methods (supported by Wine) to capture <return> and <Escape>, so making work inplace-edit properly.
Regards/Saludos,

Roberto


(Veritas Filia Temporis)
User avatar
Rathinagiri
Posts: 5471
Joined: Tue Jul 29, 2008 6:30 pm
DBs Used: MariaDB, SQLite, SQLCipher and MySQL
Location: Sivakasi, India
Contact:

Re: Ubuntu + WINE + HMG

Post by Rathinagiri »

Thanks a lot for the info Roberto. I will try.
East or West HMG is the Best.
South or North HMG is worth.
...the possibilities are endless.
User avatar
sudip
Posts: 1454
Joined: Sat Mar 07, 2009 11:52 am
Location: Kolkata, WB, India

Re: Ubuntu + WINE + HMG

Post by sudip »

Great work friend Rathi :) So, our system will be "Total" Open Source :D
With best regards.
Sudip
With best regards,
Sudip
Post Reply