MAB Posted July 31, 2015 Share Posted July 31, 2015 what is the diffrance between onClientRender and onClientPreRender ? if i made a anim window using dxCreateAnimWindow then i made a rectangle and text so if want the rectangle and the text to move with the window.. should i use setElementParent or something like that? for a dx login panel do i use. . addEventHandler ("onClientResourceStart",resourceRoot,function() addEventHandler("onClientRender",root,functionName) ?? about the arguments ()... if the () is like that createVehicle(411, x, y,z )... would it effect anything? Link to comment
ixjf Posted July 31, 2015 Share Posted July 31, 2015 I have already answered your first question here: viewtopic.php?f=148&t=90818#p815878 Link to comment
MAB Posted July 31, 2015 Author Share Posted July 31, 2015 no one know the rest questions? Link to comment
ixjf Posted August 1, 2015 Share Posted August 1, 2015 For your second question, no, children of elements don't move with their parents. You would have to move them manually. For your third question, no, that is invalid syntax. Link to comment
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now