| | |

StrataFrame User
       
Group: StrataFrame Users Last Login: Yesterday @ 10:14:22 PM Posts: 464, Visits: 18,997 |
| This looks like a pretty good thing for SF developers. Just registered 5 minutes ago so haven't received install stuff yet but wanted to share the link before I forget
http://www.devexpress.com/Products/Free/WebRegistration60/
|
|
| | |

StrataFrame Developer

Group: StrataFrame Developers Last Login: 08/31/2010 2:36:53 PM Posts: 6,287, Visits: 6,191 |
| |
| | |
StrataFrame User
       
Group: StrataFrame Users Last Login: Today @ 7:46:31 AM Posts: 197, Visits: 225 |
| | Hi Charles. Thanks for sharing this info. Is it safe to assume that all these controls work with StrataFrame ? |
|
| | |

StrataFrame Developer

Group: StrataFrame Developers Last Login: 08/31/2010 2:36:53 PM Posts: 6,287, Visits: 6,191 |
| | They will. We have a lot of users using DevExpress controls. The base level controls will tie into the DevExpress Wrapper (MicroFour StrataFrame Inherited UI). |
|
| | |

StrataFrame Novice
       
Group: StrataFrame Users Last Login: 2 days ago @ 8:58:49 AM Posts: 115, Visits: 548 |
| | Thanks Charles! I'm going to check it out too.
Russ Brown (Using C#2008/SQL Server 2008) |
|
| | |
StrataFrame User
       
Group: StrataFrame Users Last Login: Today @ 7:46:31 AM Posts: 197, Visits: 225 |
| | Thats good to hear.. I knew A Dev Express grid tied in but great to hear all othe controls tie in also Regards, Gerard |
|
| | |

StrataFrame User
       
Group: StrataFrame Users Last Login: Yesterday @ 10:14:22 PM Posts: 464, Visits: 18,997 |
| The SF wrappers take care of pretty much all the winforms stuff, but the freebie from DevEx only covers the XtraEditors and the Silverlight controls ( spelled out pretty clearly on their website ) You get the other stuff in the download but they are trials.
But the XtraEditor controls in themselves are cool and work right out of the box with if you include the Microfour Strataframe Inherited UI.
|
|
| | |

StrataFrame Novice
       
Group: StrataFrame Users Last Login: 2 days ago @ 8:58:49 AM Posts: 115, Visits: 548 |
| | OK. Thanks. I did download and install them but have not yet used them. I plan on checking out the DevExpress Grid too.
Russ Brown (Using C#2008/SQL Server 2008) |
|
| | |
StrataFrame Beginner
       
Group: StrataFrame Users Last Login: 08/02/2010 4:24:36 PM Posts: 15, Visits: 66 |
| | Bonjour I try to reference the Microfor Strataframe Inherited UI But I can not see the Strataframe properties of these controls How can I installed the wapper for Devexpress 9.2 Thank you |
|
| | |

StrataFrame User
       
Group: StrataFrame Users Last Login: Yesterday @ 10:14:22 PM Posts: 464, Visits: 18,997 |
| You must first open and rebuild the source code for the Microfour.Strataframe.InheritedUI project.
I found the steps in the post referenced below necessary after getting an error about the Afterbuild.bat file when building.
http://forum.strataframe.net/FindPost26809.aspx
You will need to change the references to the 9.3 dlls. I also found I needed to right click each reference and change specific version to false and to exclude the licx (license) file from the project
to use the controls in your SF project you will need to add references for
DevExpress.Data.v9.3
DevExpress.Utils.v9.3
DevExpress.XtraEditors.v9.3
Microfour.Strataframe.InheritedUI
You don't need the DevExpress controls in the toolbox if you are only using the controls wrapped by SF |
|
|