Jump to content

UniMap Vector LineType - Dashed/Dotted ?


andyhill

Recommended Posts

When we add a Vector to the UniMap we have the option of VectorType (polygon/circle etc.), LineColor, LineWeight etc. BUT I cannot see LineType.

I would like to use DASHED and DOTTED options. Does it have something to do with Options.dashArray ? I tried Options.dashArray:= '4 1' but no change (also '4, 1').

Please show in code how to create a DASHED Line Vector polygon - Thanks in advance.

Link to comment
Share on other sites

20 hours ago, andyhill said:

When we add a Vector to the UniMap we have the option of VectorType (polygon/circle etc.), LineColor, LineWeight etc. BUT I cannot see LineType.

I would like to use DASHED and DOTTED options. Does it have something to do with Options.dashArray ? I tried Options.dashArray:= '4 1' but no change (also '4, 1').

Please show in code how to create a DASHED Line Vector polygon - Thanks in advance.

Please try dashArray option

Options.dashArray := '20 20';

image.thumb.png.d4802e132e5a5927ac2f579ade9954e6.png

Link to comment
Share on other sites

Thanks Sherzod, time will tell.

What helps me to pass the time is to solve problems (converting legacy projects, thinking of future what if's, testing concepts) all using UniGUI - in fact I do very little with the VCL these days, and because I use ElevateDB (have source and build at runtime) as my data provider I never seem to have any of the data related linkage problems I see others struggling with.

As I have said in the past, Farshad and Yourself (as well with other team member support) have produced an amazing product that makes the Sencha Framework accessible to people like me - well done - Thank You Again. 

  • Like 1
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...