APPLICATION EXAMPLE

Raudus Forums General APPLICATION EXAMPLE

Tagged: 

This topic contains 5 replies, has 4 voices, and was last updated by  w.bishop 8 years, 10 months ago.

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #2817

    LOGISTICASOFT
    Participant

    Suggestions

    Background: An application usually consists of several interrelated forms sent or received parameters. There are service TForm because they are used for a specific purpose such as TFORM login, which is called and if the input is correct is still in the process, others are service TFORM TFORM of queries that are called from other forms , eg to return a client code, a product code. It is intended that the query type forms do not require you to know that TFORM the call (caller anomino), but are able to return a value that can be used by the invoke TFORM

     

    1. The basic idea is to have a note that the forms are passed as parameters and receive parameters including alk receive parameters and can be moved to areas that are in the screen

     

    Two. Since there are multiple devices with various screen sizes (vga, xwga ..) know the size of the screen, adjust the device to display + / – in the form adeacuada, is having the ability to zoom in / out

    #853079

    UserTesting
    Participant

    Normal
    0

    false
    false
    false

    EN-US
    X-NONE
    X-NONE

    MicrosoftInternetExplorer4

    /* Style Definitions */
    table.MsoNormalTable
    {mso-style-name:”Table Normal”;
    mso-tstyle-rowband-size:0;
    mso-tstyle-colband-size:0;
    mso-style-noshow:yes;
    mso-style-priority:99;
    mso-style-qformat:yes;
    mso-style-parent:””;
    mso-padding-alt:0in 5.4pt 0in 5.4pt;
    mso-para-margin-top:0in;
    mso-para-margin-right:0in;
    mso-para-margin-bottom:10.0pt;
    mso-para-margin-left:0in;
    line-height:115%;
    mso-pagination:widow-orphan;
    font-size:11.0pt;
    font-family:”Calibri”,”sans-serif”;
    mso-ascii-font-family:Calibri;
    mso-ascii-theme-font:minor-latin;
    mso-fareast-font-family:”Times New Roman”;
    mso-fareast-theme-font:minor-fareast;
    mso-hansi-font-family:Calibri;
    mso-hansi-theme-font:minor-latin;}

    Hi, I am trying to select or change form inside my main form.
    This was easy with Delphi components using:
    Form1.Parent := ScrollBox1;
    Form1.Show;
    I tried the example using RAFrameHolder and Frame but this did not work;
    Can someone please help me to show forms inside my main. form.
    RaScrollBox can’t work with RAFrameHolder.

    Please help, I need a, or some examples.

    #853080

    UserTesting
    Participant

    Normal
    0

    false
    false
    false

    EN-US
    X-NONE
    X-NONE

    MicrosoftInternetExplorer4

    /* Style Definitions */
    table.MsoNormalTable
    {mso-style-name:”Table Normal”;
    mso-tstyle-rowband-size:0;
    mso-tstyle-colband-size:0;
    mso-style-noshow:yes;
    mso-style-priority:99;
    mso-style-qformat:yes;
    mso-style-parent:””;
    mso-padding-alt:0in 5.4pt 0in 5.4pt;
    mso-para-margin-top:0in;
    mso-para-margin-right:0in;
    mso-para-margin-bottom:10.0pt;
    mso-para-margin-left:0in;
    line-height:115%;
    mso-pagination:widow-orphan;
    font-size:11.0pt;
    font-family:”Calibri”,”sans-serif”;
    mso-ascii-font-family:Calibri;
    mso-ascii-theme-font:minor-latin;
    mso-fareast-font-family:”Times New Roman”;
    mso-fareast-theme-font:minor-fareast;
    mso-hansi-font-family:Calibri;
    mso-hansi-theme-font:minor-latin;}

    Hi, I am trying to select or change form inside my main form.
    This was easy with Delphi components using:
    Form1.Parent := ScrollBox1;
    Form1.Show;
    I tried the example using RAFrameHolder and Frame but this did not work;
    Can someone please help me to show forms inside my main. form.
    RaScrollBox can’t work with RAFrameHolder.

    Please help, I need a, or some examples.

    #853081

    UserTesting
    Participant

    Hi, I am trying to select or change form inside my main form.
    This was easy with Delphi components using:
    Form1.Parent := ScrollBox1;
    Form1.Show;
    I tried the example using RAFrameHolder and Frame but this did not work;
    Can someone please help me to show forms inside my main. form.
    RaScrollBox can’t work with RAFrameHolder.

    Please help, I need a, or some examples.

    #853085

    kqdelphi
    Participant

    LOGISTICASOFT,About 1,i con’t kown your means,About2 Raudus can auto adjust from device by RxTheme

    #853091

    w.bishop
    Participant

     

    you should use the example : ” 21 – Mobile ” and play with the RxTheme parameters . In my raudus projects it works well .

Viewing 6 posts - 1 through 6 (of 6 total)

You must be logged in to reply to this topic.