Welcome Guest Search | Active Topics | Sign In | Register

Script Manager CombineJSFiles is not working Options
pawajee
Posted: Tuesday, August 25, 2009 7:08:53 AM
Rank: Newbie
Groups: Member

Joined: 6/4/2008
Posts: 5
Hi Support,


I've downloaded your EO.Web Controls latest version build 12.0.0.58849 and to combine the .js file I followed the instruction as described in the post:

http://www.essentialobjects.com/forum/postst2304_Evaluation-phase.aspx

I've spent alot of time and followed the steps in other posts but my application is downloading the all the script files plus the combined script file. My application is downloading combined script file along with other script files:

<script type="text/javascript" src="/test2/eo_script/eo.a6e8f99b-fbee-4972-bda9-fb19bc41f796.js"></script>

<script type="text/javascript" src="/test2/eo_script/eo.b47be3c8-f168-4692-a220-4ed79b6cfc57.js"></script>
<script type="text/javascript" src="/test2/eo_script/eo.a3de6439-83a2-4e20-bd52-ac8587d3053a.js"></script>
<script type="text/javascript" src="/test2/eo_script/eo.88709c5e-d7cb-4080-b46c-e2ce176ce284.js"></script><div id="eo_root"></div>
<script type="text/javascript" src="/test2/eo_script/eo.7d2407d5-4b7e-4f0a-8f12-1524af8b34a7.js"></script>
<script type="text/javascript" src="/test2/eo_script/eo.f6a74b53-2578-4e60-a53d-5e4a047a2b47.js"></script>
<script type="text/javascript" src="/test2/eo_script/eo.a04cafba-d5e7-4493-9cea-827e0db8bc2a.js"></script>
<script type="text/javascript" src="/test2/eo_script/eo.689fe81f-f071-45d9-8be8-f3bf8f35a076.js"></script>
<script type="text/javascript" src="/test2/eo_script/eo.1869e617-4e8a-40e7-accb-e122782c77db.js"></script>
<script type="text/javascript" src="/test2/eo_script/eo.17f8819f-0da6-4e2d-8651-b13bdce73961.js"></script>

<!-- Begin EO.Web ScriptManager ScriptManager1. -->
....
....
<script type="text/javascript" src="/test2/eo_script/eo_i_fmt_u_c_pop_ei_e_nv_dd_tv.js"></script>


<!-- End EO.Web ScriptManager ScriptManager1. -->

Pleaes tell me if it's because of evaluation version?

Regards.
eo_support
Posted: Tuesday, August 25, 2009 7:34:58 AM
Rank: Administration
Groups: Administration

Joined: 5/27/2007
Posts: 24,194
Hi,

Can you post your full .aspx source code for that?

Thanks!
pawajee
Posted: Tuesday, August 25, 2009 7:54:34 AM
Rank: Newbie
Groups: Member

Joined: 6/4/2008
Posts: 5
Hi ,

First of all thanks alot for your quick reply. please find the .aspx file code.

<%@ Page Language="C#" AutoEventWireup="true" CodeFile="Default.aspx.cs" Inherits="_Default" %>
<%@ Register Assembly="EO.Web" Namespace="EO.Web" TagPrefix="eo" %>

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

<html xmlns="http://www.w3.org/1999/xhtml" >
<head runat="server">
<title>Untitled Page</title>

</head>
<body>
<form id="form1" runat="server">
<eo:ScriptManager ID="ScriptManager1" CombineJSFiles="true" EnableViewState="true" runat="server">
</eo:ScriptManager>
<eo:TreeView ID="TreeView1" runat="server" ControlSkinID="None" Height="250px" Width="200px">
<LookNodes>
<eo:TreeNode CollapsedImageUrl="00030301" DisabledStyle-CssText="background-color:transparent;border-bottom-style:none;border-left-style:none;border-right-style:none;border-top-style:none;color:Gray;padding-bottom:1px;padding-left:1px;padding-right:1px;padding-top:1px;"
ExpandedImageUrl="00030302" ImageUrl="00030301" ItemID="_Default" NormalStyle-CssText="PADDING-RIGHT: 1px; PADDING-LEFT: 1px; PADDING-BOTTOM: 1px; COLOR: black; BORDER-TOP-STYLE: none; PADDING-TOP: 1px; BORDER-RIGHT-STYLE: none; BORDER-LEFT-STYLE: none; BACKGROUND-COLOR: transparent; BORDER-BOTTOM-STYLE: none"
SelectedStyle-CssText="background-color:#316ac5;border-bottom-color:#999999;border-bottom-style:solid;border-bottom-width:1px;border-left-color:#999999;border-left-style:solid;border-left-width:1px;border-right-color:#999999;border-right-style:solid;border-right-width:1px;border-top-color:#999999;border-top-style:solid;border-top-width:1px;color:White;padding-bottom:0px;padding-left:0px;padding-right:0px;padding-top:0px;">
</eo:TreeNode>
</LookNodes>
<TopGroup Style-CssText="border-bottom-color:#999999;border-bottom-style:solid;border-bottom-width:1px;border-left-color:#999999;border-left-style:solid;border-left-width:1px;border-right-color:#999999;border-right-style:solid;border-right-width:1px;border-top-color:#999999;border-top-style:solid;border-top-width:1px;color:black;cursor:hand;font-family:Tahoma;font-size:8pt;padding-bottom:2px;padding-left:2px;padding-right:2px;padding-top:2px;">
<Nodes>
<eo:TreeNode Text="Documents and Settings">
<SubGroup>
<Nodes>
<eo:TreeNode Text="Administrator">
</eo:TreeNode>
<eo:TreeNode Text="All Users">
</eo:TreeNode>
<eo:TreeNode Text="Default User">
</eo:TreeNode>
</Nodes>
</SubGroup>
</eo:TreeNode>
</Nodes>
</TopGroup>
<LineImages ImageFolder="~/TreeView"
/>

</eo:TreeView>

<div>



<!--
ImageUrls=",,,~/App_Themes/Blue/Images/TreeView/00030004.gif,~/App_Themes/Blue/Images/TreeView/00030005.gif,~/App_Themes/Blue/Images/TreeView/00030006.gif,~/App_Themes/Blue/Images/TreeView/00030007.gif,~/App_Themes/Blue/Images/TreeView/00030008.gif,~/App_Themes/Blue/Images/TreeView/00030009.gif,~/App_Themes/Blue/Images/TreeView/00030010.gif,~/App_Themes/Blue/Images/TreeView/00030011.gif,~/App_Themes/Blue/Images/TreeView/00030012.gif,~/App_Themes/Blue/Images/TreeView/00030013.gif,~/App_Themes/Blue/Images/TreeView/00030014.gif,~/App_Themes/Blue/Images/TreeView/00030015.gif,~/App_Themes/Blue/Images/TreeView/00030016.gif"

-->

</div>
</form>
</body>
</html>


code behind is here:

using System;
using System.Data;
using System.Configuration;
using System.Collections;
using System.Web;
using System.Web.Security;
using System.Web.UI;
using System.Web.UI.WebControls;
using System.Web.UI.WebControls.WebParts;
using System.Web.UI.HtmlControls;

public partial class _Default : System.Web.UI.Page
{
protected void Page_Load(object sender, EventArgs e)
{

}
}



I've entry in web.config:

<appSettings>
<add key="eo_ScriptLocation" value="~/eo_script"></add>
</appSettings>

I've folder "eo_script" in root directory, in which script files getnerated when I run the page.

Thanks & Regards.
eo_support
Posted: Tuesday, August 25, 2009 9:09:56 AM
Rank: Administration
Groups: Administration

Joined: 5/27/2007
Posts: 24,194
Hi,

We have confirmed this to be a bug. We will fix it and provide you an update build as soon as possible.

Thanks!
pawajee
Posted: Tuesday, August 25, 2009 9:29:19 AM
Rank: Newbie
Groups: Member

Joined: 6/4/2008
Posts: 5
Thanks! I'll be waiting for the new build.
eo_support
Posted: Tuesday, August 25, 2009 5:19:18 PM
Rank: Administration
Groups: Administration

Joined: 5/27/2007
Posts: 24,194
Hi,

We have posted the new build. Please see your private message for download location.

Thanks!


You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.