Jump to content

Recommended Posts

Posted (edited)

Hello guys :).

I am using a console to see error message inside it and i have a problem with the console area using GUI list view

here is the code :

$SuiviLabel = GUICtrlCreateLabel ("Suivi Script" ,850,10,130,20) ;
;~ $SuiviLabel2 =
;~ $SuiviLabel3 =
;~ $SuiviLabel4 =

$SuiviArea = GUICtrlCreateListView("Suivi                                    ", 810,30 , 160, 550,$LVS_REPORT)

                           _GUICtrlListView_AddItem($SuiviArea,"1er scan en cours...")
                           _GUICtrlListView_EnsureVisible($SuiviArea, _GUICtrlListView_GetItemCount($SuiviArea)-1)

And i whould like to controle that element :

(See the picture attached) to the topic

 

I want to make that larger (item in the red circle)  but even if i put a lager pixel value in the command parameters it does not work is there a way to do that ?

Sans titre.png

Edited by caramen

My video tutorials : ( In construction )  || My Discord : https://discord.gg/S9AnwHw

How to Ask Help ||  UIAutomation From Junkew || WebDriver From Danp2 || And Water's UDFs in the Quote

  Reveal hidden contents

 

Posted
  On 1/27/2017 at 12:36 PM, mikell said:

You might try _GUICtrlListView_SetColumnWidth

Expand  
$SuiviLabel = GUICtrlCreateLabel ("Suivi Script" ,850,10,130,20) ;


$SuiviArea = GUICtrlCreateListView("Suivi                                    ", 810,30 , 160, 550,$LVS_REPORT)

_GUICtrlListView_SetColumnWidth ($SuiviArea , 810 , 300  )

                           _GUICtrlListView_AddItem($SuiviArea,"1er scan en cours...")
                           _GUICtrlListView_EnsureVisible($SuiviArea, _GUICtrlListView_GetItemCount($SuiviArea)-1)

Not working

My video tutorials : ( In construction )  || My Discord : https://discord.gg/S9AnwHw

How to Ask Help ||  UIAutomation From Junkew || WebDriver From Danp2 || And Water's UDFs in the Quote

  Reveal hidden contents

 

Posted
$SuiviLabel = GUICtrlCreateLabel ("Suivi Script" ,850,10,130,20) ;


$SuiviArea = GUICtrlCreateListView("Suivi                                    ", 810,30 , 160, 550,$LVS_REPORT)

_GUICtrlListView_SetColumnWidth ($SuiviArea , 0 ,800 )

                           _GUICtrlListView_AddItem($SuiviArea,"1er scan en cours...")
                           _GUICtrlListView_EnsureVisible($SuiviArea, _GUICtrlListView_GetItemCount($SuiviArea)-1)

Wking Ty

My video tutorials : ( In construction )  || My Discord : https://discord.gg/S9AnwHw

How to Ask Help ||  UIAutomation From Junkew || WebDriver From Danp2 || And Water's UDFs in the Quote

  Reveal hidden contents

 

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...