Page 1 sur 1

[Ex] OwnTab-UDF

Posté : mer. 25 nov. 2009 09:05
par funkey
Hello and greetings from Austria!
I want to show you my UDF called OwnTab.
It has some advantages to the standard GuiCtrlCreateTab!

Automatic translate:
Bonjour et les salutations de l'Autriche!
Je veux te montrer mon UDF appelle OwnTab.
Il a quelques avantages à l'GuiCtrlCreateTab standard!

Image

Other Images
► Afficher le texteOwnTab_Example
► Afficher le texteOwnTab.au3

Re: [Ex] OwnTab-UDF

Posté : mer. 25 nov. 2009 09:06
par Tlem
Tanks for your contribution.

Re: [Ex] OwnTab-UDF

Posté : mer. 25 nov. 2009 09:19
par ani
wouep c'est beau, great stuff !! thanks for visite & script
welcom :)

mais y a une tite erreur sur la dernière tab, les deux sous tab se chevauche un instant. "tab in tab" => a voir ;) look

Re: [Ex] OwnTab-UDF

Posté : mer. 25 nov. 2009 09:26
par funkey
ani a écrit :mais y a une tite erreur sur la dernière tab, les deux sous tab se chevauche un instant. "tab in tab" => a voir ;) look
This is only a problem with the 2 styles in the example. If the styles are not mixed, there is no problem.
Sorry I will fix it with my next improvements.

Ceci est seulement un problème avec les 2 styles dans l'exemple. Si les styles ne sont pas mixtes, il n'y a pas de problème.
Désolé je vais le fixer avec mes prochaines améliorations.

Re: [Ex] OwnTab-UDF

Posté : mer. 25 nov. 2009 09:34
par ani
thanks, just for exemple Local $aTabTip[5] ligne 12 is incorrect array, number is 4

Code : Tout sélectionner

Local $aTabTip[5] = ["Tip Item 1", "Tip Item 2", "Tip Item 3", "Alarm-Register""] ;erreur dans le array
or is add a new tips.

pour les boutons qui s'affiche furtivement y a une soluce mais mon niveau le permet pas de trouver la solution, elle existe sur le forum, un utilisateur avez le meme soucis, il fallait construire un array correspond au tab (tab[1][controle] ect)

Re: [Ex] OwnTab-UDF

Posté : mer. 25 nov. 2009 12:16
par funkey

Code : Tout sélectionner

Local $aTabTip[5] = ["Tip Item 1", "Tip Item 2", "Tip Item 3", "Alarm-Register"]
is the same as

Code : Tout sélectionner

Local $aTabTip[5] = ["Tip Item 1", "Tip Item 2", "Tip Item 3", "Alarm-Register", ""]
so I don't want the fifth tab to have a tooltip ;)

ani a écrit :pour les boutons qui s'affiche furtivement y a une soluce mais mon niveau le permet pas de trouver la solution, elle existe sur le forum, un utilisateur avez le meme soucis, il fallait construire un array correspond au tab (tab[1][controle] ect)
Sorry google-translator doesn't give me a way to understand what you mean. :(
Could you explain me in another way, please?

Re: [Ex] OwnTab-UDF

Posté : mer. 25 nov. 2009 13:39
par sylvanie
Thank you !
It's a nice UDF. Very useful !
Often the "tab in tab" functionality was evoked in many post. This UDF is a great solution for this.

globally Ani said that a solution for furtive buttons exists. He has seen this problem in a post of this forum but he doesn't remember exactly how it was solved. It seems to him that we have to manage an array with the id tab controls.

@Ani: tu es OK avec ma traduction ou j'ai râté un truc ?

Re: [Ex] OwnTab-UDF

Posté : jeu. 26 nov. 2009 07:54
par funkey
Merci sylvanie pour la traduction et merci pour la louange!

Re: [Ex] OwnTab-UDF

Posté : mer. 05 janv. 2022 14:28
par walkson
Avec une mise à jour (2021) sur le forum anglais https://www.autoitscript.com/forum/topi ... b-control/