← Back to team overview

sikuli-driver team mailing list archive

Re: [Question #148465]: Widening a Column

 

Question #148465 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/148465

    Status: Answered => Open

sandra hulme is still having a problem:
Hi RaiMan,

 I have tried two things:

colWidth = find("Column Headings.png")

dragDrop(colWidth, Location(colWidth.x+70, colWidth.y))

and

colWidth = find("Column Headings.png")

dragDrop(colWidth, [colWidth.x+70, colWidth.y]) (this is the code I
should have given you in my previous post)

but the column width always narrows, in fact the column collapses all
together, even if I just decide to move 10  instead of 70.

I am wondering if there is a bug here?

Thanks

-- 
You received this question notification because you are a member of
Sikuli Drivers, which is an answer contact for Sikuli.