Welcome Guest Search | Active Topics | Sign In | Register

ColorPicker error Options
misterdyc
Posted: Tuesday, May 18, 2010 3:13:44 AM
Rank: Newbie
Groups: Member

Joined: 5/17/2010
Posts: 4
Morning, i am having a strange fail with the control colorpicker, if i put it in one page or integrated with the editor or in a blank page always the cursor of selecting the color appear with a padding of several pixels.
The page has no styles defined...i dont really know what can be the problem.
This is my code:

<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="pruebas3.aspx.cs" Inherits="Caritas.pruebas3" %>

<%@ 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></title>
</head>
<body>
<form id="form1" runat="server">
<div>
<eo:ColorPicker ID="ColorPicker1" runat="server" Height="20px" Width="30px">
</eo:ColorPicker>
</div>
</form>
</body>
</html>


Thanks for all again.
eo_support
Posted: Tuesday, May 18, 2010 9:18:48 AM
Rank: Administration
Groups: Administration

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

We tested your code and we can't see any problem. Please try to copy the ColorPicker directly from our demo page and see if it works for you. You can also try to run the demo page directly and see if you see the same problem. If it does not have the same problem, you can compare the two pages and see if you can find the difference.

If the problem continues, please try to post a screenshot about the error because we are not exactly sure what you mean by "cursor of selecting the color appear with a padding of several pixels".

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.