Jump to content

edmilsonmattos

Members
  • Posts

    9
  • Joined

  • Last visited

Posts posted by edmilsonmattos

  1. I am doing deploy the application to an AWS Amazon !!! In my win7 64bit development machine works perfectly, that with Delphi installed already on amazon with win2008 32bit when I deploy the application gets to open the screen and on the login page of one mesage "access violation" !!! Anyone know if it can be to be in a 64bit environment compiling and installing the application on win32 ???

     

    I appreciate any help

  2. Hi guys

    Does anyone know the type of BMP that should be added in Bitbtn? bmp for my whole is distorted and some white spots, when added to the component.

    In other posts, the staff says that should be with 32px, others say can not be 32bit nothing is clear.

    Using Bitbtn with images?

    After all how can be solved so that it is good.

    I appreciate any help.

     

  3. Hello friends
    When I create a UniContainerPanel it generates this HTML + CSS below:

    <div id="O11_id" style="background-color: rgb(171, 171, 171); left: 362px; top: -88px; width: 640px; height: 398px; padding: 0px; border-width: 0px; margin: 0px; right: auto;" class="x-container x-abs-layout-item x-container-default x-abs-layout-ct">
    <span role="presentation" style="display: table; width: 100%; table-layout: fixed; height: 100%;" id="O11_id-outerCt">
    <div role="presentation" class="" style="display:table-cell;height:100%;vertical-align:top;" id="O11_id-innerCt">
    </div>
    </span>
    </div>

    For unicontainerpanel be rounded and shaded, now I have to use one image! How could this change css ??? It could be a css like this:

    .test {
    background: # 333;
    width: 450px;
    margin: auto;
    padding: 10px;
    text-align: center;

    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
      border-radius: 7px;
    }

     

     

    Remembering that my unipanelcontainer will have buttons inside !!!

     

    More like this change css ??? It is possible to change ?? Any example ??

     

     

    Thanks in advance

  4. Hi

    I'm trying to disappear with the edge of a form more'm not getting. Also already removed the close icons etc. I tried the following code not got more success.

     

    MainForm -> ClientEvents -> ExtEvents -> add window.afterrender

     

    function window.afterrender(sender, eOpts){
      Ext.get(sender.id).el.setStyle("padding", 0);
      Ext.get(sender.id).el.setStyle("border-width", 0);
    }

     

    The idea is to create the impression that there is no form (no title caption) but a single page.

    Could someone help me.

  5. Hello my friends experts, would leave the part of html code to a professional web designer in Unigui ??? Example: programmers create the form, the edits and buttons calling the business rules, after that the web designer to add the html and css !!! Separate the layers !!!

    I appreciate any help!

    • Upvote 1
×
×
  • Create New...