Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 4.0

[14:35:50 CDT(-0500)] <heidi_> anastasiac just reading http://wiki.fluidproject.org/display/fluid/Tutorial+-+UI+Options+and+UI+Enhancer and small thing is Slider.css no longer exists, we removed it
[14:36:17 CDT(-0500)] <heidi_> i guess also, the hc and hci theme files have been renamed recently
[14:37:41 CDT(-0500)] <heidi_> n/m i see this page needs more updating than that. prob already on yr list!
[14:38:18 CDT(-0500)] <heidi_> is there an up to date tutorial anywhere?
[14:38:45 CDT(-0500)] <anastasiac> heidi_, yes, there should be a link on that page to the updated tutorials. I guess I should make it more prominent!!!
[14:41:49 CDT(-0500)] <heidi_> aha - how to guides! thanks
[14:47:43 CDT(-0500)] <heidi_> anastasiac i'm getting a bunch of errors... are you in the office tomorrow? (i will be!)
[14:48:17 CDT(-0500)] <anastasiac> heidi_, yes, I'll be in. You're getting errors when following the tutorials? yikes!
[14:48:22 CDT(-0500)] <heidi_> maybe i didn't build all the things i need for UIO when i ran the builder scripts... i'm getting fluid.registerNamespace is not a function
[14:49:31 CDT(-0500)] <anastasiac> hm. ok, let me check that. could be a "bug" in the tutorial (smile)
[14:50:23 CDT(-0500)] <heidi_> it might be me... i'll go through this more closely
[14:51:06 CDT(-0500)] <anastasiac> heidi_, fluid.registerNamespace is defined in Fluid.js... you're including that, right?
[14:51:25 CDT(-0500)] <heidi_> anastasiac i have a MyInfusion.js - that should have it right?
[14:52:02 CDT(-0500)] <anastasiac> indeed, MyInfusion really should do it!!
[14:52:41 CDT(-0500)] <heidi_> i wonder if my build script didn't include it ... i asked for "fss, framework, uiOptions"
[14:52:51 CDT(-0500)] <Bosmon> heidi_ - usually that kind of error indicates that the build is corrupt somehow
[14:53:04 CDT(-0500)] <Bosmon> Since it is often the very first framework function that a file tries to execute
[14:53:14 CDT(-0500)] <heidi_> Bosmon ah, good to know
[14:53:14 CDT(-0500)] <Bosmon> If the framework has failed to parse, it will just all seem to be missing
[14:53:32 CDT(-0500)] <Bosmon> And that could well be the first error you would get
[14:53:57 CDT(-0500)] <Bosmon> Try loading your MyInfusion.js into a dedicated JS editor and see if it complains
[14:54:09 CDT(-0500)] <heidi_> Bosmon should i be including more in my ant includes? i just want fss and UIOptions
[14:54:33 CDT(-0500)] <Bosmon> heidi_ - what you've done seems sensible but I don't know too many details about what state the build system is in right now
[14:54:45 CDT(-0500)] <Bosmon> You may want to talk to cindyli since I think this has been handed over to her whilst colin is away
[14:55:47 CDT(-0500)] <heidi_> cindyli i rant ant -lib lib/rhino customBuild -Dinclude="framework, fss, uiOptions" but seem to have a possibly corrupt MyInfusion.js ... doesn't have Fluid.js stuff ?
[15:02:02 CDT(-0500)] <cindyli> heidi_: hmm.. sorry, I don't know why without looking into the build scripts. not familiar with it. it wasn't the ant build that's in the plan to hand to me. it's the infusion builder website which is written in PHP
[15:05:11 CDT(-0500)] <heidi_> cindyli okay. i'll try building a full non-minified version and cross my fingers. thanks (smile)