Thank you, everyone who has already voted in the features poll to tell us what you'd like to see in VASSAL 3.x. If you haven't voted yet, there's still time:...
Hello, Not sure if this is possible, but I thought I'd throw it out there anyway. After adding a Prototype property to a game piece, the small window pops up...
Sometimes you want to use Protoypes that exist in extensions, so do not appear in the main module. Probably a warning if it does not exist would be best - I...
... What about an editable drop-down box, so that you could continue typing in Prototype names unhindered, and anyone who wanted to selecdt them from the list...
Sounds Good. *********** REPLY SEPARATOR *********** On 2/02/2007 at 12:42 PM Joel Uckelman wrote: ... What about an editable drop-down box, so that you could...
A few versions back, the selection dialog box switched from the Java style to the default Windows selection dialog when prompted to select a file from your...
... The whole situation with file choosers in Java makes me want to pound nails into my eyes. People on Windows and Mac OS like their native file choosers,...
I was one that asked to switch back to the OS native file chooser because the Java one couldn't be sorted in anyway by Creation Date ... I find it easier to...
Joel, Are those dialog boxes controllable on a case by case basis? In otherwords, when you go to launch a new module, you get the Java version of the file...
... Oh, right. You're picking up on an inconsistency between the part of VASSAL that's open-source in 2.x and the part that's not. The launcher (closed) uses ...
Thanks, Brent and Joel, for taking this suggestion under consideration. Kevin ... From: Brent Easton To: vassalengine@yahoogroups.com Sent: Friday, February...
Hello, I have created some desktop icons to launch a few of the modules using the launch_module.jnlp file. I normally copy this file to the directory that...
... Interesting. Web Start caching is almost surely the cause. I've been thinking about how to improve the installer and make it easier to create standalone...
How do I use the CCInfo.class from Combat Commander in another module? I want to use the CC Layer trait. I placed the class files in the module zip and tried...
Thanks for your quick reply but I'm not sure I follow you. Does it matter where in the editing menu you try to import a class? I tried it at the top level, on...
... Yes, depending on the place of the import the class has to provide certain capabilities. Does the class provide a button or global function to the module?...
Hi John, CCInfo has nothing to do with CCLayer, it just accesses my custom terrain modification and returns the name of terrain in the current hex as...
Version 2.9.9 is now active, fixing many minor bugs. Movement trail, Private Window buttons, Map toolbar buttons, etc. Pretty much anything left on the...
Thanks to everyone who voted in the features poll. Far more people voted than we expected, considering that voters were faced with 114 (!) options. The...
Was this tested with VASL 5.4.3? ____________________________________________________________________________________ Finding fabulous fares is fun. Let Yahoo!...
Thanks for the reply Brent. The CCLayer trait will be nice to have in 3.0. I could not find the CCLayer class in any of the folders of the Combat Commander...
John, There is a folder inside the mod called "cc". You will need to put this entire folder into your module. You will also have to edit the buildfile after to...
Can someone give me an example of how to use inventory to display sums of Selected counters by the configured sorts? For Example I have set-up dynamic...
Ah, I was replacing the vassal command encoder with the cc command encoder instead of just adding it above it in the build file. Thanks to all for the help, ...