Hexagora Forum
Hexagora Forum
Home | Profile | Active Topics | Members | Search | FAQ
Username:
Password:
Save Password
Forgot your Password?

 All Forums
 Other hexagora products
 Programs (Programmi)
 i'm interested in HexUniControls
 New Topic  Reply to Topic
 Printer Friendly
Author Previous Topic Topic Next Topic  

merlinxu
Novice

8 Posts

Posted - 15 Feb 2011 :  05:03:29  Show Profile  Visit merlinxu's Homepage  Reply with Quote
hi,
we are very interested in the HexUniControls after we use the trial version.
Could somebody explain me in detail on how to activate the license. it's a big concern to us since we need release it together with our software.

Addtionaly, we get some problems on the image button control.
1. We try to set button backgroud transparent, means show the image & text only when display. We tried the given properties but doesn't work.
2. How to stretch button image.
3. How to let the button text over the button image. Now only have property to set image over text, that cause the text will be hidden.

Looking forward your reply.
Thanks
best regards
Merlin xu

s.dav
Site Admin

Italy
3364 Posts

Posted - 15 Feb 2011 :  09:17:05  Show Profile  Visit s.dav's Homepage  Reply with Quote
@merlinxu,

The license activation is quite simple; after the purchase you'll receive a code that you'll use to activate the library into your program code; you'll be free to distribute our .OCX with your compiled program without any costs.

>Addtionaly, we get some problems on the image button control.
>1. We try to set button backgroud transparent,
> means show the image & text only when display. We tried the given properties but doesn't work.

In order to save memory this feature is not available

>2. How to stretch button image.

The button image actually is cropped, not stretched

>3. How to let the button text over the button image.
>Now only have property to set image over text, that cause the text will be hidden.

I'll check it, maybe you can send me a VB6 sample and I'll make the changes.


please write us a private email for details

Regards, Davide
Go to Top of Page

merlinxu
Novice

8 Posts

Posted - 15 Feb 2011 :  11:44:39  Show Profile  Visit merlinxu's Homepage  Reply with Quote
hi Davide,
Thanks for you quick feedback.
We just use the sample in your installation.
Could you look into that?

regards
Merlin
Go to Top of Page

s.dav
Site Admin

Italy
3364 Posts

Posted - 16 Feb 2011 :  10:21:40  Show Profile  Visit s.dav's Homepage  Reply with Quote
Merlin,

the sample is a bit long, please let me know the button (in which form) you are trying to customize ;-)

Regards, Davide
Go to Top of Page

merlinxu
Novice

8 Posts

Posted - 16 Feb 2011 :  10:37:01  Show Profile  Visit merlinxu's Homepage  Reply with Quote
The first sample, any of the button.
The feature we want to confirm is:
1. set button back ground to transparency.
2. stretch the button image
3. let the button text over the button image.

Appricate your effort.
Go to Top of Page

s.dav
Site Admin

Italy
3364 Posts

Posted - 17 Feb 2011 :  14:25:15  Show Profile  Visit s.dav's Homepage  Reply with Quote
Merlin,

1- as I told you, the button background cannot be set to transparent
2- why the button image should be stretched? Cannot you resize it before assigning it to the button; you'll save a lot of memory and the button will work faster
3- I'll check it

Regards, Davide
Go to Top of Page

merlinxu
Novice

8 Posts

Posted - 18 Feb 2011 :  05:45:37  Show Profile  Visit merlinxu's Homepage  Reply with Quote
hi Davide,
Thanks for you reply.

A question on deployment.
we deployment, need I install the control or just copy over the ocx/oca file and register it?
we encounter a error when just copy over the files and register. but works after installation.
any idea?

regards
Go to Top of Page

s.dav
Site Admin

Italy
3364 Posts

Posted - 18 Feb 2011 :  21:46:43  Show Profile  Visit s.dav's Homepage  Reply with Quote
You need to check this page:

http://www.hexagora.com/HexUniControls/pre-req.htm

You need to copy the required dll files into the destination system, then the .ocx and register it.
Obviously the ocx won't work without activation.

Be sure to have administrative rights when installing; if you know IIS (Inno Setup) there is a sample installation into out package.

Regards, Davide
Go to Top of Page

merlinxu
Novice

8 Posts

Posted - 24 Feb 2011 :  05:05:04  Show Profile  Visit merlinxu's Homepage  Reply with Quote
hi David,
Any update on item 3?

Thanks & Appricate your efforts.
regards

quote:
Originally posted by s.dav

Merlin,

1- as I told you, the button background cannot be set to transparent
2- why the button image should be stretched? Cannot you resize it before assigning it to the button; you'll save a lot of memory and the button will work faster
3- I'll check it



Go to Top of Page

s.dav
Site Admin

Italy
3364 Posts

Posted - 25 Feb 2011 :  13:45:30  Show Profile  Visit s.dav's Homepage  Reply with Quote
Merlin,

sorry for the delay; this week and the previous I'm at home because my first daughter was born so I'm a bit busy;
on monday I'll implement such as feature for you.

Regards, Davide
Go to Top of Page

s.dav
Site Admin

Italy
3364 Posts

Posted - 28 Feb 2011 :  17:22:31  Show Profile  Visit s.dav's Homepage  Reply with Quote
Merlin,

the stretch image and the text over image features have been created. I'll release them very soon (two days) with the next version of Unicode Controls.

Regards, Davide
Go to Top of Page

merlinxu
Novice

8 Posts

Posted - 02 Mar 2011 :  04:39:13  Show Profile  Visit merlinxu's Homepage  Reply with Quote
hi Davide,
o, that's great.
i'm looking foreward it.

regards
Go to Top of Page

s.dav
Site Admin

Italy
3364 Posts

Posted - 02 Mar 2011 :  09:14:38  Show Profile  Visit s.dav's Homepage  Reply with Quote
merlin,

the new version is online ;-)

Regards, Davide
Go to Top of Page

merlinxu
Novice

8 Posts

Posted - 07 Mar 2011 :  12:35:27  Show Profile  Visit merlinxu's Homepage  Reply with Quote
hi Davide,
i download the new installer,
could you please let me know which property can set the stretch image of button control?

regards
Go to Top of Page

s.dav
Site Admin

Italy
3364 Posts

Posted - 08 Mar 2011 :  09:15:11  Show Profile  Visit s.dav's Homepage  Reply with Quote
The stretch property is enabled automatically when the given image is bugger than the size of the button.

Regards, Davide
Go to Top of Page

merlinxu
Novice

8 Posts

Posted - 09 Mar 2011 :  09:05:52  Show Profile  Visit merlinxu's Homepage  Reply with Quote
hi Davide,
Is it possible that stretch the image even the image is smaller? Because in our project the buttons are generated dynamicly. Also the button transpancy feature, we realy need it also. I actually saw those properties but doesn't work.

regards
Go to Top of Page

s.dav
Site Admin

Italy
3364 Posts

Posted - 09 Mar 2011 :  09:45:43  Show Profile  Visit s.dav's Homepage  Reply with Quote
merlin,

I'll never create a transparent button, you can use an image with a label over.

Stretching a small image into a bigger one is not a good idea.


Regards, Davide
Go to Top of Page
  Previous Topic Topic Next Topic  
 New Topic  Reply to Topic
 Printer Friendly
Jump To:
Hexagora Forum © s.dav Go To Top Of Page
Snitz Forums 2000