PC SOFT

FOROS PROFESIONALES
WINDEVWEBDEV y WINDEV Mobile

Inicio → WEBDEV 2024 → CellDisplayDialog problem
CellDisplayDialog problem
Iniciado por Hanlihao, 18,mar. 2009 12:25 - No hay respuesta
Publicado el 18,marzo 2009 - 12:25
in web12, I have a problem in use cellDisplayDialog , I just fellow the help file. I put a static text and a button in a cell(CELL_Cell), make the cell invisible and could be overlaid and moveable with mouse. Then I put other button on screen, make its action is 'None', and cellDisplayDialog(CELL_Cell1,cellBottomLeft,True,30) in it's code.
when I click button, the page is grayed but the cell doesn't show.

anybody could help me?