StrataFrame Forum
Home      Members   Calendar   Who's On
Welcome Guest ( Login | Register )
      


««123»»

DevExpress 6.2Expand / Collapse
Author
Message
Posted 08/29/2006 12:08:48 PM


StrataFrame Developer

StrataFrame Developer

Group: StrataFrame Developers
Last Login: Yesterday @ 7:08:30 PM
Posts: 4,811, Visits: 4,781
The AfterBuild.bat file is not located on your C:\ drive.  Just copy the AfterBuild.bat file from the root folder of the source code projects and copy it to the C:\ drive and you will be good to go.
Post #2525
Posted 08/29/2006 12:29:26 PM


StrataFrame User

StrataFrame UserStrataFrame UserStrataFrame UserStrataFrame UserStrataFrame UserStrataFrame UserStrataFrame UserStrataFrame User

Group: StrataFrame Users
Last Login: 11/25/2008 10:33:22 AM
Posts: 318, Visits: 460
I think I'm still having some issues with the two different SF versions.  The Inherited UI I have source code for references the Base and Business dlls of 1.4.  If I try to use the 1.5 Base/Business dll's I get a few compile errors when I try to compile Inherited UI. 
Post #2527
Posted 08/29/2006 12:33:15 PM


StrataFrame Developer

StrataFrame Developer

Group: StrataFrame Developers
Last Login: Yesterday @ 7:08:30 PM
Posts: 4,811, Visits: 4,781
What are the errors?
Post #2528
Posted 08/29/2006 12:33:42 PM


StrataFrame User

StrataFrame UserStrataFrame UserStrataFrame UserStrataFrame UserStrataFrame UserStrataFrame UserStrataFrame UserStrataFrame User

Group: StrataFrame Users
Last Login: 11/25/2008 10:33:22 AM
Posts: 318, Visits: 460
Specifically, I get an error on this line in BrowseDialogWindow.vb:

BuildDataTableFromEnum(GetType(BrowseDialogAllSearchTypes), SortOrder.Ascending, CType(loCombo, System.Windows.Forms.ListControl), New String() {"Equals", "GreaterThan", "GreaterThanOrEqualTo", "LessThan", "LessThanOrEqualTo"}, False)

Basically the error is saying that this overload is not right, it doesn't accept these arguments.

Also, in ComboBoxEdit.vb I am getting an error saying that EnumSeparateOccurences and EnumTreatNumberAsCap are not implemented for the IListControl interface.

If I can fix these I can build no problems.

 

Post #2529
Posted 08/29/2006 12:59:03 PM


StrataFrame Developer

StrataFrame Developer

Group: StrataFrame Developers
Last Login: Yesterday @ 7:08:30 PM
Posts: 4,811, Visits: 4,781
You are right...we changed the overloads.  Just add a False, 0 or a 0, False at the end and rebuild.  Then you should be OK.
Post #2531
Posted 08/29/2006 1:50:28 PM


StrataFrame User

StrataFrame UserStrataFrame UserStrataFrame UserStrataFrame UserStrataFrame UserStrataFrame UserStrataFrame UserStrataFrame User

Group: StrataFrame Users
Last Login: 11/25/2008 10:33:22 AM
Posts: 318, Visits: 460
what about the two interface implementations?  Is it okay to just leave those as the empty shells for right now?
Post #2533
Posted 08/29/2006 1:54:36 PM


StrataFrame Developer

StrataFrame Developer

Group: StrataFrame Developers
Last Login: Yesterday @ 7:08:30 PM
Posts: 4,811, Visits: 4,781
Yes, you aren't using those right now anyway. 
Post #2534
Posted 08/29/2006 2:23:10 PM


StrataFrame User

StrataFrame UserStrataFrame UserStrataFrame UserStrataFrame UserStrataFrame UserStrataFrame UserStrataFrame UserStrataFrame User

Group: StrataFrame Users
Last Login: 11/25/2008 10:33:22 AM
Posts: 318, Visits: 460
Great, I have it working now!  Thanks for the help.
Post #2535
Posted 08/29/2006 2:33:30 PM


StrataFrame Developer

StrataFrame Developer

Group: StrataFrame Developers
Last Login: Yesterday @ 7:08:30 PM
Posts: 4,811, Visits: 4,781
See...I told you that you could do it!!!
Post #2536
Posted 09/06/2006 1:20:09 PM