| |
|
|
ByteAttack | je serait volontiers derrière einem Tabcontrol un "Tab-Hinzufügen-Button" erstellen. (siehe Bild)
Gibt es une Possibilité qui Position einer Schaltfläche trop ermitteln?
|
|
|
| |
|
|
|
RGH | là Du beim Erzeugen qui Tabs oui ses Breite angibst, sollte qui Errechnung qui Position pour cela + oui ne...aucune wirkliches Problem son. sommes alle Tabs juste breit, musst Du seulement le nombre qui Tabs vorhalten.
Salut Roland |
|
|
| XProfan X2Intel Duo E8400 3,0 GHz / 4 GB RAM / 1000 GB HDD - ATI Radeon HD 4770 512 MB - Windows 7 Home Premium 32Bit - XProfan X4 | 27.09.2015 ▲ |
|
|
|
|
ByteAttack | beim erstellen des TabControls gebe je oui qui Breite des gesamten Tabs à... Weiterhin ist qui Tabüberschrift pas toujours juste, et qui sais je auparavant aussi pas... (wird aus einer DB geladen) bof - pas so grave |
|
|
| |
|
|
|
Thomas Zielinski | pourquoi cela Plus pas comme Tab?
$H commctrl.ph'<-- important pour SetActiveTab https://XProfan.net/intl/de/header/commctrl-ph/
Déclarer tabctrl&, anzahl%
CLS
Titre de la fenêtre "Beenden pour drittem neuen Tab"
tabctrl& = Créer("TabCtrl",%HWnd,"A",0,0,500,300)
anzahl% = 1
InsertTab(tabctrl&, anzahl%, "B")
anzahl% = 2
InsertTab(tabctrl&, anzahl%, "C")
anzahl% = 3
InsertTab(tabctrl&, anzahl%, "+")
anzahl% = 4
Tandis que anzahl% < 8
Waitinput
Si TabChanged(tabctrl&)
Si GetActiveTab(tabctrl&) = anzahl%-1
InsertTab(tabctrl&, anzahl%-1, Str$(anzahl%))
anzahl% = anzahl% + 1
SetActiveTab(tabctrl&,anzahl%-2)
EndIf
EndIf
Endwhile
Fin
Proc SetActiveTab
Paramètres hTab&, TabIndex&
@SendMessage(hTab&, ~TCM_SETCURFOCUS, TabIndex&, 0)
ENDPROC
Salut Thomas |
|
|
| |
|
|
|
Michael W. | Genial Chrome machts oui ähnlich - un Mini-Tab wird angehängt et ensuite chez Klick simple un normaler entre geschoben. |
|
|
| XProfan X3System: Windows 8/10, XProfan X4 Programmieren, das spannendste Detektivspiel der Welt. | 29.09.2015 ▲ |
|
|
|
|
| dans einer meiner größeren kommerziellen Softwareprojekte tue je entier ähnlich:
je zeige cette 3Stricher et klickt on sur elle ensuite gibts cela Sterntab.
JS/ CSS. |
|
|
| |
|
|