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


««12

Setting up LocalizationExpand / Collapse
Author
Message
Posted 08/21/2006 2:24:26 PM


StrataFrame User

StrataFrame UserStrataFrame UserStrataFrame UserStrataFrame UserStrataFrame UserStrataFrame UserStrataFrame UserStrataFrame User

Group: StrataFrame Users
Last Login: 09/30/2008 5:17:28 PM
Posts: 309, Visits: 445
8/21/2006 10:26:23 AM
Source: MicroFour StrataFrame Base
Message: The specified key [ParentTitle] was not found within the localization database.
Stack:    at MicroFour.StrataFrame.UI.Localization.RetrieveTextValue(String TextValueKey)
   at MicroFour.StrataFrame.UI.Localization.SetLocalizationOnControl(ILocalizable ControlToSet)
   at MicroFour.StrataFrame.UI.Windows.Forms.BaseForm.OnLoad(EventArgs e)
   at System.Windows.Forms.Form.OnCreateControl()
   at System.Windows.Forms.Control.CreateControl(Boolean fIgnoreVisible)
   at System.Windows.Forms.Control.CreateControl()
   at System.Windows.Forms.Control.WmShowWindow(Message& m)
   at System.Windows.Forms.Control.WndProc(Message& m)
   at System.Windows.Forms.ScrollableControl.WndProc(Message& m)
   at System.Windows.Forms.ContainerControl.WndProc(Message& m)
   at System.Windows.Forms.Form.WmShowWindow(Message& m)
   at System.Windows.Forms.Form.WndProc(Message& m)
   at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
   at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
   at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
Post #2323
Posted 08/21/2006 2:44:06 PM


StrataFrame Developer

StrataFrame Developer

Group: StrataFrame Developers
Last Login: 09/26/2008 8:30:36 AM
Posts: 2,685, Visits: 1,886
Nothing special there... do you have the source code downloaded?  I'm wondering if you could build it in debug and step through it to see where it's failing.


www.bungie.net
Post #2325
Posted 08/21/2006 3:21:01 PM


StrataFrame User

StrataFrame UserStrataFrame UserStrataFrame UserStrataFrame UserStrataFrame UserStrataFrame UserStrataFrame UserStrataFrame User

Group: StrataFrame Users
Last Login: 09/30/2008 5:17:28 PM
Posts: 309, Visits: 445
I do, I'll try and do that today if I get some extra time.  Thanks.
Post #2328
Posted 08/21/2006 3:22:33 PM


StrataFrame Developer

StrataFrame Developer

Group: StrataFrame Developers
Last Login: 09/26/2008 8:30:36 AM
Posts: 2,685, Visits: 1,886
OK, let me know what you find


www.bungie.net
Post #2329
Posted 08/23/2006 11:10:54 AM


StrataFrame User

StrataFrame UserStrataFrame UserStrataFrame UserStrataFrame UserStrataFrame UserStrataFrame UserStrataFrame UserStrataFrame User

Group: StrataFrame Users
Last Login: 09/30/2008 5:17:28 PM
Posts: 309, Visits: 445
Ok, who wants to hit themselves?  It didn't recognize the path because it assumes a backslash at the end.  I changed it to be Localization.MessageXmlPath = CtlCommonPath & "\Data\" and everything is working.  But on the bright side, I now have my StrataFrame code compiled in debug
Post #2397
Posted 08/23/2006 11:32:27 AM


StrataFrame User

StrataFrame UserStrataFrame UserStrataFrame UserStrataFrame UserStrataFrame UserStrataFrame UserStrataFrame UserStrataFrame User

Group: StrataFrame Users
Last Login: 09/30/2008 5:17:28 PM
Posts: 309, Visits: 445
Ok, jumped for joy too soon.  This did fix the localization thing, but after I compiled in debug mode I think I messed something up.  I think I had the new dll's from training on my machine, but I don't think I had the source code.  So, I think I compiled the wrong (old) source code and now I'm getting error messages all over the place.  Where can I get the right source code, or how can I fix this?
Post #2398
Posted 08/23/2006 11:39:55 AM


StrataFrame Developer

StrataFrame Developer

Group: StrataFrame Developers
Last Login: Today @ 3:31:03 AM
Posts: 4,586, Visits: 4,569
Yes, you are correct.  You just need to load the install that you got from the training class back on your machine.  We have not released the source code for the new release yet.  Sorry.
Post #2399
Posted 08/23/2006 11:48:08 AM


StrataFrame User

StrataFrame UserStrataFrame UserStrataFrame UserStrataFrame UserStrataFrame UserStrataFrame UserStrataFrame UserStrataFrame User

Group: StrataFrame Users
Last Login: 09/30/2008 5:17:28 PM
Posts: 309, Visits: 445
Guess I can't run in debug after all.  I just removed and reinstalled and it's fine now.  Just had a little panic attack, but all is well.  Thanks
Post #2400
Posted 08/23/2006 1:14:00 PM


StrataFrame Developer

StrataFrame Developer

Group: StrataFrame Developers
Last Login: Today @ 3:31:03 AM
Posts: 4,586, Visits: 4,569
Yup...sorry about that   You will be able to run in debug mode in a couple of weeks when we publish the source code for the 1.5 update. 
Post #2406
« Prev Topic | Next Topic »