image_button problem

image_button problem

SAPER59
Advocate Advocate
453 Views
2 Replies
Message 1 of 3

image_button problem

SAPER59
Advocate
Advocate

I have a problem in a 64 bit dcl that the image sometimees is filled and others don't without any reason

Even more it seems the square to be filled seems to doesn't exists,

I have read that is a problem with 64 bits system, any idea about how to make it works normally

Offcourse to fill it I do with:

(start_image sld)
(fill_image 0 0 (dimx_tile sld) (dimy_tile sld) color)
(end_image)

so is not a code problem

 

Thanks in advance

0 Likes
454 Views
2 Replies
Replies (2)
Message 2 of 3

diagodose2009
Collaborator
Collaborator

In old times, I made w32vslide.vlx and w32vslide.exe.

I recommend you test your fies.slides with the w32vslide.exe, is very-fast directly inside windows10.

Also, you can check with w32vslide.vlx

 

 

Perhaps you have a problem with the "calibration"-position.(x,y=poz and zoomfacttor)

 

 

You can calibration with the "w32vslide.vlx" with Q2[enter] at line-command.

0 Likes
Message 3 of 3

SAPER59
Advocate
Advocate

Thanks Diago but my problem is that in the DCL the square to display a filled colored image that will let the user change a color, dissapears, as if it doesn't exists, 

SAPER59_0-1625499016596.png

 

And I have realized that even dcl start position is ignored even if you have save it, it always open the dcl in center of the window . Th epoint is strange because is didn't happen before 

(if #pdistr1
(setq ok1 (new_dialog "asignotipo" #TROG_DCL "" #pdistr1))
(setq ok1 (new_dialog "asignotipo" #TROG_DCL))
)
(action_tile "accept" "(setq #pdistr1 (done_dialog 1))")

 

Thanks anyway

 

0 Likes