how to superimpose several objects?

hello.
"how to superimpose several objects?"

I don't understand how to make.
is this possible directly in desktopX builder?
is there a tutorial for that?
thank you.
6,099 views 12 replies
Reply #1 Top
Dragging one object on top of the other will superimpose them.
Grouping will make them relate to each other. https://www.stardock.com/products/desktopx/documentation/dev/grouping.html
Making one the child of the other will relate them even more (the child MUST be within the parent.)


Posted via WinCustomize Browser/Stardock Central
Reply #2 Top
thank you.
I do not obtain what I want thus
bye.
Reply #3 Top
What are you trying to do? That might help me help you.

Posted via WinCustomize Browser/Stardock Central
Reply #4 Top

on my screen, I have a button start ant just one button "start" but I have several games.
while clicking on each images of each plays , I want to charge the button of this game, only of this game.
it is clear?
my English is special, thank you google
Reply #5 Top

can I to open and activate an object without “states” (click,mousse down,mousse over...) just open and action.
thank you.
Reply #6 Top
If I understand correctly, you want to have an image LINKED to a game. Sort of like a shortcut? But you want it to load without clicking?

You can do the first one quite easily. Linking an image to a file on your computer. But you HAVE to have some mouse interaction to load that shortcut. Mouse click, mouse hover, etc. You may beable to use keyboard shortcuts, but I am not sure how to do that .
Reply #7 Top
hello.
yes, I can use the short cuts, but I do not want….
here, the widget Link
I want to open the game while clicking on the button start of the gameboy
I thought of making ...
Link
to create 3 objects controller for groups 01,02, and 03 but it is necessary to click on the objects and thus… that does not function



bye.
Reply #8 Top
Gaby75,

It looks like you have this setup in the first link above, so im not sure, there are buttons over the start/select areas.
What are you wanting it to do?

Not sure how to help you, but it looks like an interesting app.

RomanDA
Reply #9 Top
but it looks like an interesting app.


RomanDA's next app . . . a Sega Game Gear object.

I wish I could help, it looks very cool.
Reply #10 Top
hello.
it is still me.
I tests another thing....
I create 3 short cuts (shortcut01, shortcut02, shortcut03) in 1 group (groupA)
after, I create a object controller for close "groupA".
it's OK.
after, I create object controler for only open "shortcut01".
it is not OK, it open the "groupA"
why???
it is not possible to open only one object of the group?
bye.
>>> Link<<<
Reply #11 Top
gaby75,

As far as I know, once an object is part of a group it cannot act alone.

So, instead of having an object controller for opening & closing "rac01", try making your "activation_rac01" object a layer object with this script:

Sub Object_OnLbuttonUp(x,y,dragged)
If Not dragged Then

Select Case desktopx.Object("rac01").visible
Case True
desktopx.Object("rac01").visible= False
Case False
desktopx.Object("rac01").visible= True
End Select

End If
End Sub

Hope this helps.
Reply #12 Top
hello. thank you very much for your aid. I gave up these functions. the user is 4 years old. I chose the short cuts. I keep your script if I need. thank you. bye