473,387 Members | 1,745 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,387 software developers and data experts.

Who has a zoomable expandable collapsible radiant star patterned vector graphic navigation control?

Boy that's a helluva subject heh? But that's what I'm looking for. A
navigation
control that has a series of rectangles (each representing a star in the
pattern) where each rectangle is connected to a central rectangle by a
single vector, e.g. a straight line. When an onMouseDown event is raised on
a rectangular object a click and drag operation will expand or collapse the
starred diagram, e.g. zoom when dragged. When an onClick event is raised on
a rectangular object's text property a database query, web service or page
navigation will be invoked.

Has anybody developed this type of navigation?

<%= Clinton Gallagher
NET csgallagher AT metromilwaukee.com
URL http://clintongallagher.metromilwaukee.com/
Oct 13 '06 #1
4 1630

You'd have better replies if you either, get a bit more explanatory, or better yet, make a
picture for us :), yes some jpeg, upload it at imageshack.us and give us the url of what you
mean, because I surely got lost quick on the square part, though sounds simpler than your
descriptive attempt.
Danny
Oct 14 '06 #2
I thought that might be the case because it can be difficult describing
spatial relationships. I submitted "star pattern diagrams" at Google and
found [1] which hopefully is close enough to get the point across. The 11d
pattern at the bottom of the page is closest to the objective noting all of
the stars in the middle of the 11d pattern will be a single centralized star
that all other stars would connect to graphically.

None of the stars need to be dragged from their orientation and the use I
require does not need symmetry but the entire diagram does need to be
zoomable so the entire pattern needs to be created with vector graphics.

I've seen these at least two of these in the past from different vendors
that were targeting knowledge management applications but I can't find them
and forgot what they were called. Searching is useless when the search terms
aren't known.

Does the diagram in [1] get the point across?

<%= Clinton

[1] http://www.geocities.com/~harveyh/magicstar_x.htm


"Danny" <da*******@bluebottle.comwrote in message
news:NJ*****************@newssvr11.news.prodigy.co m...
>
You'd have better replies if you either, get a bit more
explanatory, or better yet, make a
picture for us :), yes some jpeg, upload it at imageshack.us and give us
the url of what you
mean, because I surely got lost quick on the square part, though sounds
simpler than your
descriptive attempt.
Danny

Oct 14 '06 #3
VK

clintonG wrote:
Does the diagram in [1] get the point across?
[1] http://www.geocities.com/~harveyh/magicstar_x.htm
Roughly yes.
It can be done on UA's with a native vector graphics support (IE 5.5>
VML, Firefox 1.5SVG, Camino 1.0SVG, Opera 8.0SVG). That all can
be covered by an uniformed interface library like our SVL (Superimposed
Vector Language).
It can be also done via a vector graphics plug-in (through <object>)
like say Adobe SVG plug-in or Corel SVG plug-in.
Also a regular Flash .swf is a vector graphics as well.

The problem with the last two approaches is that the zoom doesn't go
beyond the vewport defined by width/height for <object>.

The programming problem (if I got the sample cases right) that you need
to have boxes places on certain intersections of "star" lines. So that
must be an algorithm to calculate these intersection points, so it must
be known what intersection points are you interested in.

Please correct me if I missed the picture.

..

Oct 14 '06 #4
I'm looking for a control that renders exactly like what is seen in the
Overview Section [1]

<%= Clinton

[1] http://www.cs.ucsd.edu/~wgg/Software/StarTool/

"VK" <sc**********@yahoo.comwrote in message
news:11*********************@e3g2000cwe.googlegrou ps.com...
>
clintonG wrote:
>Does the diagram in [1] get the point across?
[1] http://www.geocities.com/~harveyh/magicstar_x.htm

Roughly yes.
It can be done on UA's with a native vector graphics support (IE 5.5>
VML, Firefox 1.5SVG, Camino 1.0SVG, Opera 8.0SVG). That all can
be covered by an uniformed interface library like our SVL (Superimposed
Vector Language).
It can be also done via a vector graphics plug-in (through <object>)
like say Adobe SVG plug-in or Corel SVG plug-in.
Also a regular Flash .swf is a vector graphics as well.

The problem with the last two approaches is that the zoom doesn't go
beyond the vewport defined by width/height for <object>.

The programming problem (if I got the sample cases right) that you need
to have boxes places on certain intersections of "star" lines. So that
must be an algorithm to calculate these intersection points, so it must
be known what intersection points are you interested in.

Please correct me if I missed the picture.

.

Oct 15 '06 #5

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

2
by: Amir S. | last post by:
Hi guys... Does anyone know a tool (preferably free) that would generates code for the cute expandable navigation system that uses pluses and minuses? An example can be seen on the left nav...
8
by: Safalra | last post by:
I'm planning to put some star maps on my website. Each constellation (above about 40 degrees south) will have a page, starting with a star map and followed by details of the mjor objects. I'm...
0
by: MC | last post by:
Hi all, I have created my own "arrow" control where the user can drag the head or tail around to reposition it, much like any vector-based line that has an arrow head. It draws over top of...
0
by: Brian Young | last post by:
Hi all. I'm using the Property Grid control in a control to manage a windows service we have developed here. The windows service runs a set of other jobs that need to be managed. The control...
0
by: Job Lot | last post by:
How can I make property for my custom control collapsible at design time? Similar to Size, Location, Padding and other properties. I want to create Dimension property for my control which has...
5
by: Jonathan | last post by:
Hello All, I am in the process of creating a 2/3 level collapsible/exspanible menu (called "nav") where users can click on a category and have the submenus appear beneath it and so on (allow...
2
by: Zeba | last post by:
Hi, I have a user control in which in have the following code : <%@ Control Language="C#" AutoEventWireup="true" CodeFile="RatingControl.ascx.cs" Inherits="UserControls_RatingControl" %>...
2
by: simon | last post by:
Hello, relatively new .net programmer. using vb.net (v2.0) I have an aspx page that contains 2 user controls (ascx) on it. the left control is basically navigation hyperlinks the right control...
1
by: realfantasy | last post by:
i made asp.net webusercontrol which contains panel which contains datalist and that panel is in ajax collapsableExtender and that webusercontrol is in master page header and in always visible control...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.