|
SearchForum Home |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Hello,
I've been reading on how to get FCKEditor installed and running using the new Gizmox.WebGui.Forms.Extended assembly. The instructions I find say to get the FCKEditor resource folder from the catalog sample or from the SDK with sources download. Neither of these has an FCKeditor folder under Gizmox.WebGui.Forms.Catalog folder. I'm looking at 6.3.15 for .NET3.5.
The file listing for the catalog folder Gizmox\Visual WebGUI\Sources 3.5\Gizmox.WebGUI.Forms.Catalog has folders in it looking like this:
Applications / Categories / ClientBin / Controls / Extensions / Forms / Properties / Resources
Even if I run the catalog sample and go to the FCKEditor feature, it says resources not found so it's not included it appears.
Same thing when I install the SDK with sources.. Gizmox\Visual WebGUI\Sources 3.5\Gizmox.WebGUI.Forms.Catalog shows the same directories.
I checked with 6.3.13 and same thing. No FCKEditor folder anywhere with resources as indicated.
Either I misread how exactly how to get the resource folder or the Catalog sample app and SDK's with sources install should have them, but I do believe they're missing from the MSI's as not even the Catalog app would load the FCKEditor control while debugging.
Thanks,
Matt
Matt Moore mattlmoore [at] gmail [dot] com
|
|
|
|
|
|
|
|
|
Hi Matt,
Strange, but true. I ran the installation for 6.3.15 NET3.5 with sources and then without sources + Catalog sample app and there's just no FCKEditor folder.
Ok, I will have to check this a little further to get to the bottom of this, as I was sure this folder was included in there as it is there in the codebase on SVN.
As this is the case, I think your safest and quickest option would be to obtain the Tortoise SVN client. With that client downloaded and installed on your machine, you can just create a folder called FCKEditor anywhere. Then right-click it and select SVN Checkout. Then you are asked for an URL to the repository, and to checkout the version 6.3.15 FCKEditor folder, you should give it the URL http://72.55.165.182/svn/Public/Core/branches/6.3.15/Gizmox.WebGUI.Forms.Catalog/FCKeditor.
When this process is completed, you have the version 6.3.15 FCKEditor resources on that folder, which I assume is located somewhere outside of your project folder. Again, with the Tortoise SVN client installed, you can right-drag that FCKEditor folder into your project's folder and select "SVN Export all items here"... and voila... you have an FCKEditor folder on your project folder with the version 6.3.15 resources.
For other versions, the procedure is identical, except for the URL, where you just need to replace the "6.3.15" with the correct version you want to use.
Hope this helps,
Palli
Páll Björnsson - Visual WebGui support team - Email: [email protected]
|
|
|
|
|
|
|
|
|
Hi again Matt,
For your information, then installing version 6.4.0RC0 with sources, it will install the new CompanionKit, and that for sure includes the FCKEditor folder for that version.
Palli
Páll Björnsson - Visual WebGui support team - Email: [email protected]
|
|
|
|
|
|
|
|
|
Phew, Glad I wasn't going crazy there :P
Thanks Palli! I'll get it from the SVN.
Thanks again,
Matt
Matt Moore mattlmoore [at] gmail [dot] com
|
|
|
|
|
|
|
|
|
Hi Matt,
Well, I'm really glad too (that you aren't crazy)
We are looking into how we will handle FCKEditor resource folder in the future, but I have found out that the one installed with the CompanionKit is a cut-down version, so your best options currently is getting it from SVN.
Palli
Páll Björnsson - Visual WebGui support team - Email: [email protected]
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|