Jump to content

JDDEV

uniGUI Subscriber
  • Posts

    73
  • Joined

  • Last visited

Posts posted by JDDEV

  1. Hi,

    I would like to cutomize UniBitButton to align icon and text on the left (not centered).

    How can i do that ?

     

    Thanks

     

    version complète 1.70.0.1491

    PS : i can't answer direct on my topic. I don't see answer button !

  2. Hi,

     

    I am trying to customized font-size with the same exemple

     

    .ColorTitle .x-panel-header-default
    {
    background-image: none;
    background-color: #00FF27;

    font-size: 18px;
    }

     

    but it doesn't work !

     

    have you a solution ?

  3. Thank's

     

    This is the solution :

     

    In the FormCreate function :

     

      UniLabelMsgInfo.ClientEvents.ExtEvents.Values['beforeshow']:='function window.beforeshow(sender, eOpts) {'
        +'  sender.animate({ duration: 0, to: { x:2000, opacity: 0} }); '
        +'  sender.animate({ duration: 10000, to: { x:'+IntToStr(UniLabelMsgInfo.left)+', opacity: 100} }); '
        +'}';
     

  4. Hi,

     

    Actualy, i use the property "UniApplication.RemoteAddress" to get the remote IP of the user.

    I would like to get this information before, when an exception broke the connexion "InvalidSession" or "TermnateSession" on the ServerModule.

    The goal is to "auto connect" the user if his IP is in my list of "Admin IP".

     

    Is it possible ?

    Thanks

  5. Hi,

     

    I have to develop a form viewing on a TV (no user action is possible).

     

    1) I would like to scroll a label from the right of his parent panel to the left, to look at a message.

    2) i would like to scroll a DBGrid (with large number of lines) from the first line to the last, to look for all the lines of the grid.

     

    Thanks a lot to help me how can i use "animate" function...

    ex:

    UniSession.AddJS(UniLabelMsgInfo.JSName + '.animate({???}, 3000);');
    UniSession.AddJS(UniDBGrid1.JSName + '.animate({???}, 3000);');
     

  6. Hi, 

     

    I have an TUniForm to view a HTML message in a TUniHTMLMemo (readOnly + without scroll + WordWarp).

     

    The form has a fix width but variable height to autosize.

     

    So, i would like to calculate the height of the Form depending on the content of the message.

     

    How can i do that ?

    I tried with Lines.count but a long message without "< br >" code is staying = 1 !

     

    Thanks.

     

     

  7. Bonjour,

     

    Je viens de créer une Form permettant de personnaliser une boite de dialogue avec des options.

    Lorsque j'utilise myForm.ShowModal j'ai un message d'erreur de type "Ajax Error" avec la mention "setTimeOut is not defined".

     

    Je précise que mon Application Web est pour le moment en mode "StandAlone".

     

    Merci de me dire ce que j'ai oublié....car j'ai essayé de suivre les exemples...mais sans succès avec ma fenêtre !

  8. Hi,

    I'am using the Trial version to make a litle project to demonstrate the power of UniGUI to my chief...and i have some difficults :

     

    1) when i want to show/hide the ScreenMask of my main form nothing is happed (the time to open my query is 10 seconds but no wait message is viewing)

    2) when i want to change le title of the ServeurModule,...the default title "New Application" is back !

     

    What is wong ?

    Is it because of the Trial version ?

     

    Thanks

×
×
  • Create New...