PDA

View Full Version : cWinButton - Vdf12



Ake Stenang
2-Mar-2007, 10:16 AM
After migration from Vdf10 to Vdf12 I have a Library with cWindowsEx and
another with VDFQuery.
In Studio, Class Palette, Base Controls I have "cWinButton" and in the
properties I have:
Package file: cWinButton.pkg
Class Name: cWinbutton
Group Name: Base Controls
Icon Name: ControlObject.ico

In Designer: If I drag the cWinbutton to some place in a view you can't see
the button but in the code it has been placed as an Object with cWinButton.
How to get the cWinButton visible? If I change the cWinButton to Button it's
ok!

Best regards
Ake

Vincent Oorsprong
3-Mar-2007, 03:45 AM
Ake,

I think that cWinButton is not derrived from Button and thus does not have
the same {DesginerClass=} meta data tag.

--
Regards,
Vincent Oorsprong
Data Access Europe B.V.
http://www.dataaccess.nl

wila
3-Mar-2007, 10:52 AM
Ake,

Vincent is correct. So far i haven't had the need for the cWinEx project
to be completely vdf12 compatible myself, but it shouldn't be too hard.
It has been brought up a few times, both here as well as in the
project-horizon newsgroup.

I was hoping that someone who really needs/uses this in 12 would send me
the updates.. (hint hint ;) )

Have a look here, it might help for your problem.
http://www.sture.dk/wasp/threadreport.asp?ThreadId=36916

--
Wil


Ake Stenang wrote:
> After migration from Vdf10 to Vdf12 I have a Library with cWindowsEx and
> another with VDFQuery.
> In Studio, Class Palette, Base Controls I have "cWinButton" and in the
> properties I have:
> Package file: cWinButton.pkg
> Class Name: cWinbutton
> Group Name: Base Controls
> Icon Name: ControlObject.ico
>
> In Designer: If I drag the cWinbutton to some place in a view you can't see
> the button but in the code it has been placed as an Object with cWinButton.
> How to get the cWinButton visible? If I change the cWinButton to Button it's
> ok!
>
> Best regards
> Ake
>
>

Ake Stenang
3-Mar-2007, 11:29 AM
Thank you Wil and Vincent!

Sometimes I don't receives all threads and so it was with this one, but I
can got it from Sture's Wasp! Good!

I will take a look at this and see what to do!

Best regards
Ake


"Wil van Antwerpen" <info@antwise.com> skrev i meddelandet
news:c7UC%23vaXHHA.1896@dacmail.dataaccess.com...
> Ake,
>
> Vincent is correct. So far i haven't had the need for the cWinEx project
> to be completely vdf12 compatible myself, but it shouldn't be too hard. It
> has been brought up a few times, both here as well as in the
> project-horizon newsgroup.
>
> I was hoping that someone who really needs/uses this in 12 would send me
> the updates.. (hint hint ;) )
>
> Have a look here, it might help for your problem.
> http://www.sture.dk/wasp/threadreport.asp?ThreadId=36916
>
> --
> Wil
>
>
> Ake Stenang wrote:
>> After migration from Vdf10 to Vdf12 I have a Library with cWindowsEx and
>> another with VDFQuery.
>> In Studio, Class Palette, Base Controls I have "cWinButton" and in the
>> properties I have:
>> Package file: cWinButton.pkg
>> Class Name: cWinbutton
>> Group Name: Base Controls
>> Icon Name: ControlObject.ico
>>
>> In Designer: If I drag the cWinbutton to some place in a view you can't
>> see
>> the button but in the code it has been placed as an Object with
>> cWinButton.
>> How to get the cWinButton visible? If I change the cWinButton to Button
>> it's
>> ok!
>>
>> Best regards
>> Ake
>>