browse button cut off

Last post 03-14-2006, 1:44 PM by ggrymes. 3 replies.
Sort Posts: Previous Next
  •  03-14-2006, 11:30 AM 17155

    browse button cut off

    in the image editor window the browse button is cut off. is there a setting somewhere to tweak this?
     
    in general, is there a comprehensive set of api calls/settings for this tool. I really like the tool but it hasn't been without difficulties getting set up. I've found a couple different documents and some of the forum posts seem old or contradictory?
     
    Thanks.
  •  03-14-2006, 11:53 AM 17164 in reply to 17155

    Re: browse button cut off

    "image editor window"???
     
    Are you using the .NET version or ASP version?
     
     
    The Image Editor is only available in the CuteEditor for .NET.
     
     

    asp.net Chat http://cutesoft.net/ASP.NET+Chat/default.aspx
    Web Messenger: http://cutesoft.net/Web-Messenger/default.aspx
    asp.net wysiwyg editor: http://cutesoft.net/ASP.NET+WYSIWYG+Editor/default.aspx
    asp wysiwyg html editor: http://cutesoft.net/ASP
    asp.net Image Gallery: http://cutesoft.net/ASP.NET+Image+Gallery/default.aspx
    Live Support: http://cutesoft.net/live-support/default.aspx

  •  03-14-2006, 11:58 AM 17166 in reply to 17164

    Re: browse button cut off

    well, perhaps i mislabeled it. i have two different image buttons. one for inserting an image only. the other allows inserting, uploading, changing parameters etc. the first has a little arrow at the top of the icon, the other doesn't. thanks for the speedy reply.
     
    it is the asp version
  •  03-14-2006, 1:44 PM 17176 in reply to 17166

    Re: browse button cut off

    ok i found where this was happening.
     
    it was in upload.asp
     
     <input style="font-family: MS Sans Serif; font-size: 9pt; vertical-align: top;" type="file" name="test" size="40" maxlength="50" />
     
    changed it to
     
    <input style="font-family: MS Sans Serif; font-size: 9pt; vertical-align: top;" type="file" name="test" size="30" maxlength="50" />
     
    now the browse button for this file input is visible
View as RSS news feed in XML