|
||
|
|||||||
| Custom Script Release Archive This is a pre-script database archive of what our users had released. |
|
|
Thread Tools | Display Modes |
|
|
#1 (permalink) |
|
Forum Expert
Join Date: Apr 2004
Location: Another state of mind
Age: 26
Posts: 2,875
|
Took a stab in the dark today to try to create something and it actually worked. I will be trying different things along these lines and will be posting them here as I get them finished. Devs, please take from them if you wish to put them in the distro.
Until they go into the distro, I've included a 'GumpEntries.cs' that has calls to add the entries to a gump. I'll give an example call from a gump script with each one. When I have more time, I'm going to look into getting textual Tooltips using 1060658, by looking at how ObjectPropertyList does it.
__________________
Last edited by A_Li_N; 06-23-2006 at 11:34 PM. |
|
|
|
|
#2 (permalink) |
|
Forum Expert
Join Date: Nov 2004
Location: Beyond the Gates of Hell
Age: 36
Posts: 3,509
|
Thanks Alien
![]()
__________________
Leader of the Anti-OSI Movement. Inventing a new game experience in an EA Games-free environment. Don Juan Matus "The basic difference between an ordinary man and a warrior is that a warrior takes everything as a challenge, while an ordinary man takes everything as a blessing or as a curse." My Customs:
|
|
|
|
|
#3 (permalink) |
|
Forum Expert
Join Date: Apr 2004
Location: Another state of mind
Age: 26
Posts: 2,875
|
Same concept, allows you to put a tooltip on an individual background.
Caveats: It seems that Tooltips act the same way as buttons do in the sense that they are an 'area' on the gump, and the first one added will be the one displayed. I'll explain using buttons... 3 buttons; 1, 2, 3 Stack them on top of each other, in that order, and click, the only code that will run is the code for button 1. 3 tooltips; x, y, z x is on a background, y is on a button that sits on that background, z is on a button that sits beside that background. Hover over z and you will see it. Hover over y and you will see x, since x was added first. So the tooltip on a background could be good for grouping similar items together with the same tooltip...same buttons, labels, etc that all have to do with location a can be placed on a BackgroundWTooltip with a tooltip 'a'.
__________________
|
|
|
|
|
#4 (permalink) |
|
Forum Expert
Join Date: Nov 2004
Location: Southeast Missouri USA
Age: 34
Posts: 283
|
Thanks for figuring this out A_Li_N!
I was looking at tooltips earlier and didnt get too far with it. Quick question: Are you planning to update your Gump Tutorial? I found it really useful. Then again, i guess that is what this is.. *Doh!*
__________________
Ashlar, beloved of Morrigan Click here to goto a post containing links to each script i have released, each thread i have started and info about me. |
|
|
|
|
#5 (permalink) | |
|
Forum Expert
Join Date: Apr 2004
Location: Another state of mind
Age: 26
Posts: 2,875
|
Quote:
More coming in a minute...pretty much the base controls, all with tooltips.
__________________
|
|
|
|
| Bookmarks |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|