Search

You searched for the word(s): table
Showing page 107 of 255 (2,541 total posts) < 1 second(s)
  • New version for sample project (LiveSupportWeb.sln) does not compile

    I unpacked the new 4.0 version and opened the ''web'' folder in Visual Studio 2005. After conversion I compiled the project, however I get the the following 12 errors (all the same error): The name 'GlobalAsax' does not exist in the current context. This error appears on the following four pages: Register.aspx ...
    Posted to Cute Live Support (Forum) by DLee on November 3, 2007
  • Cute Chat with Oracle

    The cute chat works fine SQL.When I tried using with Oracle,the challenge starts. From the specified Download for Oracle,I downloaded the cute chat sample code , ran the oracle scripts in my Databse.Created a virtual Directory and pointed to my application. We are using Oracle 10g as Database.When I start running I get the following ...
    Posted to Cute Chat and Cute Web Messenger (Forum) by geetha on October 25, 2007
  • Is there nowhere for us to report bugs or missing information?

    A few things I have noticed: Corrections to CuteEditor Buttons and Menus in dev manual TableDropDown should be table Form should be InsertForm Links should be LinkTree PasteAsHTML is missing Justify None is there twice because one should be Justify Full In the dev manual you use the following ...
    Posted to Cute Editor for .NET (Forum) by Flintstone on October 22, 2007
  • Re: Problem on function setHTML (Javascript object)

    On example page is not problem, but on my page i'm using DIV, and set on style visibility of DIV tag  ''hidden'' and '''' (none) (Some time is problem, some time is OK)   <div id=''aaa'' style=''position: absolute; background-color:White; border:solid 1px #124F97; z-index:1000 ; left: 17px; top: ...
    Posted to Cute Editor for .NET (Forum) by nddieu on October 16, 2007
  • Re: Creating PDF's

    MikebOA,   A1:   Please use the following to set page width and height:   HTML2PDF html2pdf = new HTML2PDF(html); html2pdf.RenderSinglePageContent = false; html2pdf.PageHeight = 500; html2pdf.Render(); html2pdf.Save(FileName);   A2:   The current PDF can't process the complicated table. We are close ...
    Posted to FAQ (Forum) by Adam on October 8, 2007
  • Integration assistance (Do you offer a paid service?)

    Do you offer a paid service for integration assistance?   I would like to provide chat to my site members.  They will log into my site using credentials provided by my database.  I would like to link my user table to yours so they don't have to log in twice.  And I would like their username, profile photo and link to profile ...
    Posted to Cute Chat and Cute Web Messenger (Forum) by gadavis2 on September 10, 2007
  • Re: CuteChatLobby to allow only some users of a specified group to connect

    MRazvan, >>But what i need is to protect it from not allowing some users that are not in the specified group to connect.   This feature is not supported directly. You can achieve this programmatically.       ArrayList lobbies=new ArrayList();     foreach(CuteChatLobby lobby in ...
    Posted to Cute Chat and Cute Web Messenger (Forum) by Adam on September 5, 2007
  • Re: Dragging cell resizes but doesn't record the new sizes

    HI Adam,   I'm simply unable to drag any of the cells under the current fix. On a 3 col, 2row table, I try and try but getting the cell to be selected (red border) is just about impossible.   I will continue trying, but this is really too difficult for the average user. If you are going to use this method then, as soon as the mouse ...
    Posted to Cute Editor for .NET (Forum) by fredd on September 4, 2007
  • Dropdown lists displaying incorrectly (IE6) when beneath DHTML layers

    I have a page that contains the editor where the user can dynamically add or remove rows in a table using javascript and some standard DHTML practices. The editor is beneath this setup and as the list of rows gets bigger or smaller, the editor doesn't display the dropdowns for font or font-size correctly. They come up above the editor (layout ...
    Posted to Cute Editor for ASP (Forum) by jcahill on August 29, 2007
  • Re: Disallowing Uploads

    Hey Adam,   They are in different groups. And as you can see in Firefox all us well. In IE not only are the combos too tall, the drop-down icon is too low, and the other two bars are too tall with the button groups not even centered. Can the control be affected by my own site-wide CSS? Although that doesn't sound right with Firefox being ...
    Posted to Cute Editor for ASP (Forum) by clubside on August 24, 2007