The easiest way to make political borders is to use the vector flood fill. Hide everything except landmasses and rivers, and then block off areas with temporary lines. Use the floodfill to fill in the area. Then set the area to the desired color …
Are you asking how to run a function when a button is pressed? Assign a function call to the source for the button. That will get run when you click on it. See the 'two page' character sheet included as a sample as an example of this.
If you w…
If you can access SM from other pc's on your network, but not from the internet, then its almost certainly something on the router blocking things.
Have you looked into bridge mode on that westell? I have a westell, different model, and thats wh…
If you need a direct response for something tech support related, its best to email a full description of whats going on to the support email address. In the forum I may or may not see a post. Sometimes I'll answer things if I know the answer off …
I think you'd probably be better off asking this in an astronomy forum. I suspect data like that is not readily obtainable in any format, let alone in an Astro friendly format. There's also also several types of nebulae, so you'd want to describe …
All our products are written using Delphi. So even if open sourced, thats not going to help much with iOS or android. It'd still probably end up being a complete rewrite in either ObjectiveC or Java.
An iPad/iPhone version of IPP isnt very likely for a long list of reasons, not the least being that I'm not sure it'd get approved for the store since its essentially a script interpreter.
Android is much more likely, and since it supports memory…
There's no export in the character sheet designer/viewer. Though printing to a PDF using a PDF driver will work. It wont create fillable PDF forms, but they'll certainly be printable. In Windows you can also use the XPS driver.
That looks very nice.
A great thing about a nice parchment texture like this is that it can be used for many different things, especially if you use the lighten/darken features.
Whats the chance of it being rolled? Even if you dont limit the number of times it can be rolled, it will eventually not get rolled. It shouldnt hang the program up if you dont hard code a limit.
If you want to limit how many times it can be ro…
There's also some old symbols on NOX. These were taken from actual medieval maps. They were meant for like FM version 2, but should still be usable in FM8.
Paragon wrote:
1. Is there any way to have the program join lines? Since I'm doing this manually, I have to sometimes stop and start tracing, so there's usually some sort of tiny gap between the places when I started. I know CC has functionality…
If you're asking what algorithm the program itself uses to generate planets, its not quite that simple. There's dozens of algorithms in use. There's a section in the help file that describes the extent of what the generator is doing. Though the a…
JayNOLA wrote:
I'm having difficulty in selecting specific fonts to use just about all the time. The further down my font is in the list of available fonts the harder it is to access. The scroll speed drops the lower down the list of available…
If I understand what you are trying to do correctly - what you might consider is a 'worksheet' page with the full list of skills/rankings. Then, during an update, use that list, along with any other skills based on stats/race/etc to create the list…
Erin, I think you probably want something like this:
function SetBase( f, b)
{
if (b.checked)
{
r = 16;
}
else
{
r = 20;
}
return r;
}
The function you call from the field source has to return a value -…
No, I dont think there's a way to do that. I can look at adding such, but it woundnt be for the 1.x version as I dont want to introduce incompatibilities.
The problem is you are putting the [when] on its own line, so it will get ignored. A [when] is part of an expression. So you need to put it someplace where it will be evaluated - in this case, in the Set statement. Use a temporary variable to hol…
I think you just want a deck pick. See the write up in the help file.
Table: Main
[!MyName] [!MyName]
Table: MyName
Allen
Bradley
Carter
Yep, the upcoming build has default sizes for fields, so if you happen to just click the page and not drag out a size for the field, it will still be visible and selectable.