This is a migrated thread and some comments may be shown as answers.

I don't think the Greeks like me

18 Answers 184 Views
Splitter
This is a migrated thread and some comments may be shown as answers.
Dan
Top achievements
Rank 1
Dan asked on 24 Apr 2007, 02:26 PM
At least, not the Gods (although IIRC Prometheus was a titan, not a God).

Anyway.

Started a new AJAX-Enabled web site.
Dragged a Splitter on to it. Splitter is outlined in red (I don't know if this is significant, there were no errors, but generally red's not a colour used to signify that everything is hunky-dory, is it?).
Tried to drag a pane on to the splitter. Can't. Cursor shows a no-drop sign.

<sigh/>

I've not found anything by (skim) reading the docs.

Can you help, or should I just give up, cancel my holiday to Zante (lest I'm struck down) and have a week in Bognor Regis instead?



--
Stuart

18 Answers, 1 is accepted

Sort by
0
Dan
Top achievements
Rank 1
answered on 24 Apr 2007, 02:31 PM
I can cut'n'paste a control on to the page....

<telerik:radsplitter runat="server" id="RadSplitter1"  
  orientation="Horizontal" width="400px" height="300px"
  <telerik:radpane runat="server" id="LeftPane" EnableEmbeddedSkins="False" Height="" Index="0" Width=""
    <asp:label runat="server" id="LeftLabel">Prometheus Left pane</asp:label> 
  </telerik:radpane> 
  <telerik:radsplitbar runat="server" id="RadSplitBar1" collapsemode="Backward" EnableEmbeddedSkins="False" Index="1" /> 
  <telerik:radpane runat="server" id="MidPane" EnableEmbeddedSkins="False" Height="" Index="2" Width="">Prometheus Middle pane</telerik:radpane> 
  <telerik:radsplitbar runat="server" id="RadSplitBar2" collapsemode="Both" EnableEmbeddedSkins="False" Index="3" /> 
  <telerik:radpane runat="server" id="RightPane" EnableEmbeddedSkins="False" Height="" Index="4" Width="">Prometheus Right pane</telerik:radpane> 
</telerik:radsplitter>  
 
 
 
<radspl:radsplitter runat="server" id="RadSplitter2"  
  orientation="Horizontal" width="400px" height="300px"
  <radspl:radpane runat="server" id="Radpane1" EnableEmbeddedSkins="False" Height="" Index="0" Width=""
    <asp:label runat="server" id="Label1">r.a.d.Splitter Left pane</asp:label> 
  </radspl:radpane> 
  <radspl:radsplitbar runat="server" id="RadSplitBar3" collapsemode="Backward" EnableEmbeddedSkins="False" Index="1" /> 
  <radspl:radpane runat="server" id="Radpane2" EnableEmbeddedSkins="False" Height="" Index="2" Width="">r.a.d.Splitter Middle pane</radspl:radpane> 
  <radspl:radsplitbar runat="server" id="RadSplitBar4" collapsemode="Both" EnableEmbeddedSkins="False" Index="3" /> 
  <radspl:radpane runat="server" id="Radpane3" EnableEmbeddedSkins="False" Height="" Index="4" Width="">r.a.d.Splitter Right pane</radspl:radpane> 
</radspl:radsplitter>  
Interestingly, once I've pages the above code in to the 'Source' tab, if I switch to the 'Design' tab, Splitter2 and all of its children are available in the drop-down at the top of VS's Properties tab. Of the Pr controls, only Splitter1 is available.

What's more, all of the child controls of Splitter2 are properly visible in the Design tab whilst none of the children of Splitter1 are.

I've tried rebooting my machine (I didn't after installing AJAX.NET) but to no avail.


0
John S.
Top achievements
Rank 1
answered on 25 Apr 2007, 03:15 AM
Hello,

I am having the same problem with a current project I am trying to convert.

John
0
Dan
Top achievements
Rank 1
answered on 25 Apr 2007, 09:35 AM
<fx>Waves desperately in the direction of telerik towers</fx>

--
Stuart
0
Dan
Top achievements
Rank 1
answered on 25 Apr 2007, 04:42 PM
No one fancy helping us with this one?

--
Stuart
0
John S.
Top achievements
Rank 1
answered on 25 Apr 2007, 04:58 PM
Hello Stuart,

I am not able to check right now but I read somewhere else about the need to move the Telerik.Web.Design.dll from the Promethus bin into your project bin.

Just an idea.

Regards,
John
0
Mike
Top achievements
Rank 1
answered on 25 Apr 2007, 05:03 PM
I just copied it (teh design dll) to the GAC ... (the installer did not seem to do that on my machine) ...
0
Dan
Top achievements
Rank 1
answered on 26 Apr 2007, 08:49 AM
I tried copying it to the (v2.0) GAC, no joy. Copying the DLL to the BIN directory of my project hasn't worked either 8-(

Should the splitter be outlined in red when added to the page in VS? 'Cos mine is.

--
Stuart
0
Tsvetie
Telerik team
answered on 26 Apr 2007, 09:10 AM
Hi Stuart,
Indeed I was able to reproduce the problem and forwarded it to our dev team.

Regards,
Tsvetie
the telerik team

Instantly find answers to your questions at the new Telerik Support Center
0
Dan
Top achievements
Rank 1
answered on 26 Apr 2007, 10:25 AM
Well thank goodness for that! I was beginning to doubt that anybody was having my problems.

--
Stuart
0
Dan
Top achievements
Rank 1
answered on 26 Apr 2007, 10:51 AM
Having uninstalled and reinstalled everything, the 'design' DLL has been installed in the GAC but it still doesn't work.

--
Stuart
0
Tsvetie
Telerik team
answered on 26 Apr 2007, 12:36 PM
Hi Stuart,
Thank you for the additional information. However, our developers will need some time to research this one before we can come up with a solution.

Sincerely yours,
Tsvetie
the telerik team

Instantly find answers to your questions at the new Telerik Support Center
0
Dan
Top achievements
Rank 1
answered on 26 Apr 2007, 12:41 PM
<sulk>I suppose that that means I've got to get on with some work and can't play with all the new toys like the other children </sulk>

--
Stuart
0
Tsvetie
Telerik team
answered on 26 Apr 2007, 03:56 PM
Hello Stuart,
:) On the contrary. We highly appreciate your feedback. However, when it comes to problems we have recognized as such, we can handle them and you can play as much as you wish with other scenarios.

Greetings,
Tsvetie
the telerik team

Instantly find answers to your questions at the new Telerik Support Center
0
John S.
Top achievements
Rank 1
answered on 26 Apr 2007, 11:57 PM
-
0
sidney smith
Top achievements
Rank 1
answered on 09 May 2007, 06:21 PM
Any updates yet?
0
Valeri Hristov
Telerik team
answered on 10 May 2007, 08:49 AM
Hello guys,

We will need some more time to test the design mode of RadSplitter "Prometheus", that's why we decided to release the fix in the next update of RadControls "Prometheus" and not earlier. The update is expected in the middle of the next week, I hope that it will not be a major inconvenience for you to work in Source View until then.

Greetings,
Valeri Hristov (Senior Developer, MCSD)
the Telerik team

Instantly find answers to your questions at the new Telerik Support Center
0
sidney smith
Top achievements
Rank 1
answered on 11 May 2007, 02:37 PM
Nah makes me feel like I'm back working on old COBOL :-)
0
Dan
Top achievements
Rank 1
answered on 11 May 2007, 02:41 PM
Blimey! You must be old!

--
Stuart
Tags
Splitter
Asked by
Dan
Top achievements
Rank 1
Answers by
Dan
Top achievements
Rank 1
John S.
Top achievements
Rank 1
Mike
Top achievements
Rank 1
Tsvetie
Telerik team
sidney smith
Top achievements
Rank 1
Valeri Hristov
Telerik team
Share this question
or