
Nexus -library of custom gadgets (32-bit / 64-bit)
- DoubleDutch
- Addict
- Posts: 3220
- Joined: Thu Aug 07, 2003 7:01 pm
- Location: United Kingdom
- Contact:
With the NxSplitter you can use nx_SetGadgetState() with special values #nxSplitter_AnchorFirstGadget or #nxSplitter_AnchorSecondGadget to force an anchor. Is there a special value to restore the original position? If not, can there be in the vext version? 

https://deluxepixel.com <- My Business website
https://reportcomplete.com <- School end of term reports system
https://reportcomplete.com <- School end of term reports system
Done. Have added a new constant for use with the nx_SetGadgetState() function with nxSplitter gadgets, namely : #nxSplitter_RestoreSlider.DoubleDutch wrote:With the NxSplitter you can use nx_SetGadgetState() with special values #nxSplitter_AnchorFirstGadget or #nxSplitter_AnchorSecondGadget to force an anchor. Is there a special value to restore the original position? If not, can there be in the vext version?

I may look like a mule, but I'm not a complete ass.
- DoubleDutch
- Addict
- Posts: 3220
- Joined: Thu Aug 07, 2003 7:01 pm
- Location: United Kingdom
- Contact:
Thanks. 

https://deluxepixel.com <- My Business website
https://reportcomplete.com <- School end of term reports system
https://reportcomplete.com <- School end of term reports system
-
- Enthusiast
- Posts: 480
- Joined: Thu Jul 27, 2006 4:06 am
awesome work!
are the rebars available or its just dummy code for now? (I couldn't get the example to work, thats why I ask) sorry
on nxImageArray, can the selection style be changed? (to a rectangle or different background rather than the default selection style). Also, is it possible to change the offset distance in between each image?, they are way too separate IMO. Last one: can a payoff text be added to each image, or better yet, can a gadget be "linked" to an image?.
Thanks
PS: Can the propertybox be used without esgrid?
are the rebars available or its just dummy code for now? (I couldn't get the example to work, thats why I ask) sorry

on nxImageArray, can the selection style be changed? (to a rectangle or different background rather than the default selection style). Also, is it possible to change the offset distance in between each image?, they are way too separate IMO. Last one: can a payoff text be added to each image, or better yet, can a gadget be "linked" to an image?.
Thanks
PS: Can the propertybox be used without esgrid?


Thanks.superadnim wrote:awesome work!
are the rebars available or its just dummy code for now? (I couldn't get the example to work, thats why I ask) sorry
on nxImageArray, can the selection style be changed? (to a rectangle or different background rather than the default selection style). Also, is it possible to change the offset distance in between each image?, they are way too separate IMO. Last one: can a payoff text be added to each image, or better yet, can a gadget be "linked" to an image?.
Thanks
PS: Can the propertybox be used without esgrid?
The answer to every question is no!

Actually, I am not sure what you mean by the 'payoff text' ? You can certainly add a tooltip to each image.
As for the rebar, I think I was tired when I threw that up because it is not possible to force such a control into the Nexus framework without cheating! I will instead create a separate rebar lib when I need the control myself - probably an OOP one.
I may look like a mule, but I'm not a complete ass.
-
- Enthusiast
- Posts: 480
- Joined: Thu Jul 27, 2006 4:06 am