Jump to content

mikromundo

uniGUI Subscriber
  • Posts

    458
  • Joined

  • Last visited

  • Days Won

    16

Posts posted by mikromundo

  1. Hello,

    I would like some help to resolve this problem.

    I've already checked the permissions, paths, etc...everything is ok.

    Running LOCAL, everything works, but in IIS image 2( On Right ) is not displayed.

     

    On Browser Developer Tools( NETWORK ) image 1 is loaded as "png" type, image 2 is not loaded ( but the file is there !!! ) and shows "text/html" type.

    https://1drv.ms/i/s!AovhnjIbioMA6BwfciQhV99Ww2xC?e=VO9xjr

     

    It is inside a Label, in its caption property with textConversion as txtHTML.

    The one on the left is at:
    files\images\avatars\avatar_12.png

    The one on the right at:
    files\app_data\uploads\user_images\avatar_12.png

     

    APP RUNNING LOCAL:

    https://1drv.ms/i/s!AovhnjIbioMA6BvYz2Hft-CoQimZ?e=vmB9ny

     

    APP RUNNING IIS:

    https://1drv.ms/i/s!AovhnjIbioMA6BpUx89kfCynKMP7?e=3kYl6x

     

    TEST CASE( UniGUI 1.95.0.1576 )

    IMG LAB CAPTION.rar

     

    Thank you in advance.

     

    • Like 1
  2. Hello my friend, thank you.

    so...I created a specific function for orientation / platform detection...but the question above wouldn't be that.

    It's really change.

    is to force the orientation and as mentioned, it only works on "full screen".

  3. Hello @Sherzod

    Could you analyze this example?

    When clicking the button, the "x" should be next to the end of the Label, but it is much further away.

    Opening the developer console, I check that the width is correct but I can't position it correctly.

     

    I cannot upload larger than 11Kb and this makes it difficult to send screenshots and/or test cases. That's why I'm sending a link to my one drive.

    Would it be possible to also analyze this or is it a forum rule?

     

    https://1drv.ms/u/s!AovhnjIbioMA5zuSEgchsqKbpaHp?e=EdGReR

     

     

  4. On 6/22/2017 at 3:34 AM, Sherzod said:

    Hi,

     

     

    MainmForm -> ClientEvents -> ExtEvents -> window.orientationchange fn:

    function window.orientationchange(eOpts)
    {
    
    }

    Best regards,

    How can I lock the screen orientation?

    I've already tried some options but I can't be successful.

    Could you give any tips?

  5. I have showmask enabled in a unitreemenu.

    How could I do it so that when I click on a SUBMENU the showmask is not displayed?

    In other words, I want the showmask to be shown only when clicking on an option without submenus.

  6. @Sherzod@Hayri ASLAN@Farshad Mohajeri

    I see that there are several posts related to "showmask".

    I'm also having problems using synchronize and I see that it's better not to use it, but when should it really be used? Because there are some situations where some things only work with it.

    Ex: I click on the menu to call a form/frame but immediately click on another option. This sometimes works but sometimes generates an error with something called "tabconfig" that I've seen other related posts about this with no response.
    This seems like the wrong thing to do, but we develop systems for other users, and these users do unimaginable things and we need to try to create solutions to avoid this.

    Another situation is to keep a mask active until I actually order it to stop (hide), for example:

    - I click on unitreemainmenu - mask is displayed;
    - open a form/frame;
    - process some queries;
    - I hide the mask;

    This doesn't work, because when activating the mask of a UniDBGrid, for example, which is linked to one of the queries, the first mask (referring to the menu click) is already interrupted.

    I don't know if I managed to make myself understood, but basically, it's the same thing I've seen in other posts, but there was also no continuity.

    PS: It's not just me with this question and of course, I could be doing something wrong but I can't find the solution and that's why I'm asking for help.

    • Like 1
    • Upvote 1
×
×
  • Create New...