Jump to content

Pink-El

uniGUI Subscriber
  • Posts

    140
  • Joined

  • Last visited

  • Days Won

    4

Posts posted by Pink-El

  1. I can`t create test. It`s random error and I can`t understand what is depend on. It`s common form, common query, search field and grid with search result. I made clear installation on customer`s computer. Windows 7. I tried on desktop and on mobile devices. First 2-3 queries worked fine. Now error is all the time. I restarted application, restarted computer, tried other browser. Same error. No ideas.

    Sad Dmytro....

     

  2. No result. This solution is for mDBGrid, I am using mDBListGrid

    CustomCSS

      .custom64Glyph .x-icon-el {
       width: 64px !important;
       height: 64px !important;
      }

    .x-gridcell .x-mgrid-cell .x-mgridcell {

        word-wrap: break-word;
        white-space: pre-wrap;

    }

    .customItem .x-gridcell-body-el {
      white-space: normal;   
    }

    beforeinit

    function beforeInit(sender, config)
    {
      config.itemConfig = {
            height: 50
        };
    }

    image.png.fd449c2b8a119d68731ae0d8017a9c92.png

    Result

    image.png.1a35c075407fc11bc501d213778544f3.png

     

  3. 1 minute ago, Sherzod said:

    Can you test on android?

    On a desktop mobile browser emulator? Are there any errors in the console?

    It was real Apply devises. Phone and Tablet. Desktop is working fine. 2 browsers. Google and Safari. Tomorrow I`ll provide full testing on all platforms.

  4. Hello,
    Answer is office@pidkova.biz. I updated my subscription some time ago. I had issue with installation new version. I wrote a lot of e-mail to support@fmsoft.net and I had robot answer only. Nobody solved my problem. I don`t know how is working support service now. Year ago was fine. I don`t know how I can get support now.

    Quote

    —-—-—-—

    Reply above this line.

    Just confirming that we got your request. We're on it.

    View request · Turn off this request's notifications

    This is shared with Dmytro lendel.

    Help Center, powered by Jira Service Desk, sent you this message.

    Dmytro

  5. Hello,

    I found issue on mobile platform with UnimDBGrid onDrawColumnCell event. If event is empty, working fine. If I add some code, like

          if UniMainModule.xf_menu.FieldValues['QUANTITYBILL']>0 then

             Attribs.Color := $DFDFFF;

    Sometimes, redrawing is incorrect. See pics.

    IMG_2636.PNGIMG_2637.PNG

    Dmytro

×
×
  • Create New...