1. Bonjour tout le monde ! Veillez consulter la Politique de forum pour comprendre nos règles, Merci a vous !
    Rejeter la notice

WD How to add Scrollbars to Internal Window in Dynamic Tab?

Discussion dans 'Windev' créé par yogiyang, Nov 13, 2018.

  1. yogiyang

    yogiyang New Member

    Inscrit:
    Jan 16, 2018
    Messages:
    22
    J'aime reçus:
    2
    Hello,

    I have set a window with dynamic tab and when a user clicks on a tab I am loading/assigning an Internal Window to it.

    Things are working fine but one of the IW is way bigger than the area it gets so some of the controls are getting truncated or completely hidden.

    How to force WD to add scrollbars to such IW which are larger than their containers?

    TIA
     
    Tags:
  2. Mili_ZX

    Mili_ZX New Member

    Inscrit:
    Avr 12, 2018
    Messages:
    8
    J'aime reçus:
    15
    Hi

    Bonjour visiteur, Merci de vous Inscrire ou de vous connectez pour voir les liens!

    ,

    Here is how to force scrollbars in IW:

    But in french windev version :coldsweat:

    Bonjour visiteur, Merci de vous Inscrire ou de vous connectez pour voir les liens!



    Best regards
     
  3. yogiyang

    yogiyang New Member

    Inscrit:
    Jan 16, 2018
    Messages:
    22
    J'aime reçus:
    2
    Hello,

    Thanks for the tip. But I am not using IW control to hold and show InternalWindows. I am using DynamicTabs.

    Here is the code that I am using:
    [windev]IF garrOpenTab[sTempSTR]..Occurrence = 0 THEN
    sTempSTR = TabOpen(TAB_Dynamic,menu_Record.sCaption,menu_Record.sProcedure)

    stTabData.sTabCaption = menu_Record.sCaption
    stTabData.sTabIW_Name = menu_Record.sProcedure
    stTabData.sAlias = sTempSTR
    garrOpenTab[stTabData:sTabCaption] = stTabData
    ELSE
    sTempSTR = garrOpenTab[sTempSTR].sAlias
    TAB_Dynamic = sTempSTR
    END[/windev]

    TIA
     
    suenodesign apprécie ceci.

Partager cette page

Chargement...