Well, never done anything of the sort, but here are some ideas.
For the zoom option map the best way would be to use a big image and resize
it as you use the zoom in-out tool, but that way maybe the image is too big
and the app would slow down  a lot because of the big image. If this happens
i guess your best shot would be to use different images for different
degrees of zooming, and you should be careful enough to register these
variations between maps so you can then adjust your coordinates for object
displaying and placing (example: if you use a 100% and a 50% map, then in
the 50% map you should display your objects at object.size/2)
for making n-markers (if i understand quite right what youre trying to do)
your best possibility is to use lists (marker=[m1,m2,m3...]) if youre not
familiar with lists check the lingo dictionary, is quite simple (again, i
donīt know if i understood right what youīre trying to do, i guess itīs that
you have one set of variables and you want to use many sets and not just
one, then lists is the way to go)
Diego Landro
----- Original Message ----- 
From: "sasa" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Sunday, November 30, 2003 8:50 AM
Subject: <lingo-l> Any idea?


> I want to make one CD ROM  project - dinamic map of the city with city
> objects which are shown dinamicly on the map from database.(Valentina). I
> have a problem how to make map of the city with zoom option. Is it one big
> image or to make it from many small images, or something else. I have done
> similar thing with one image and one object.
>
> In database I store x and y location of object and then position a marker
> sprite on selected object. If i have more objects to show, how to make
> n-markers? I can draw oval on bitmap but there is a problem to detect
mouse
> click on one of them and which one and call display_more_information
> function or miaw.
>
> Did someone have done something similar or have idea how to do this?
>
> Thanks, and sorry for my english
> Alex
>
>
> [To remove yourself from this list, or to change to digest mode, go to
http://www.penworks.com/lingo-l.cgi  To post messages to the list, email
[EMAIL PROTECTED]  (Problems, email [EMAIL PROTECTED]). Lingo-L is
for learning and helping with programming Lingo.  Thanks!]
>
>
> -- 
> Incoming mail is certified Virus Free.
> Checked by AVG Anti-Virus (http://www.grisoft.com).
> Version: 7.0.203 / Virus Database: 261.3.2 - Release Date: 27/11/2003
>
>



-- 
Outgoing mail is certified Virus Free.
Checked by AVG Anti-Virus (http://www.grisoft.com).
Version: 7.0.203 / Virus Database: 261.3.2 - Release Date: 27/11/2003

[To remove yourself from this list, or to change to digest mode, go to 
http://www.penworks.com/lingo-l.cgi  To post messages to the list, email [EMAIL 
PROTECTED]  (Problems, email [EMAIL PROTECTED]). Lingo-L is for learning and helping 
with programming Lingo.  Thanks!]

Reply via email to