473,472 Members | 2,174 Online
Bytes | Software Development & Data Engineering Community
Create Post

Home Posts Topics Members FAQ

php visio

Hi
I need to create a website, the function of the web should near
microsoft visio. Please tell me what php library can let me to create
a sharp on the web, and able to drag it and put a line to link two
sharps (like the flow chart).
thanks
from Peter (cm****@hotmail.com)

May 17 '07 #1
5 6235
cm****@hotmail.com wrote:
Hi
I need to create a website, the function of the web should near
microsoft visio. Please tell me what php library can let me to create
a sharp on the web, and able to drag it and put a line to link two
sharps (like the flow chart).
thanks
from Peter (cm****@hotmail.com)
Peter,

Impossible in PHP. PHP is server side; it doesn't know what the client
is doing until the click on a submit button, etc.

You might be able to do it with Javascript and/or Ajax - I've never
tried so have no idea what might be out there for libraries. But I
think even that might be difficult.

I think you need to find another option.

--
==================
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
js*******@attglobal.net
==================
May 17 '07 #2
cm****@hotmail.com wrote:
I need to create a website, the function of the web should near
microsoft visio. Please tell me what php library can let me to create
a sharp on the web, and able to drag it and put a line to link two
sharps (like the flow chart).
thanks
from Peter (cm****@hotmail.com)
: Peter,
:
: Impossible in PHP. PHP is server side; it doesn't know what the
: client is doing until the click on a submit button, etc.
:
: You might be able to do it with Javascript and/or Ajax - I've never
: tried so have no idea what might be out there for libraries. But I
: think even that might be difficult.
:
: I think you need to find another option.

<gThe word impossible engrosses quite a bit. Visio is an image
creation tool for the most part, and PHP offers quite a bit as far
as image manipulation goes, so PHP probably offers a way to
accomplish the goals. My initial thoughts involved HTML and
using a <mapto specify links inside an image.

Some thoughts of Javascript crossed my mind as well.

http://us2.php.net/manual/en/ref.image.php

I'm not familiar with what a Visio sharp is (musical sharp # ?).
Flowcharts tend to use parallelograms, rectangles, circles and
some odd house - shapes, and a set of connecting lines.

He probably can create a set of functions to draw the images
upon a canvas (basically that's all Visio does, some folks tend
to create Visio specific VBA applications which do the same
thing that the PHP image functions do).

My own guess is that PHP can accomplish most anything Visio
can do, which kind of is the direct of opposite of impossible.
I'm just not an imaging expert and don't have the time nor
interest to dig into the topic.

Different versions of Visio offer different things. I personally like
Visio 2000.

--
Jim Carlock
Post replies to the group.
May 17 '07 #3
At Thu, 17 May 2007 09:58:37 -0700, cmk128 let his monkeys type:
Hi
I need to create a website, the function of the web should near
microsoft visio. Please tell me what php library can let me to create
a sharp on the web, and able to drag it and put a line to link two
sharps (like the flow chart).
thanks
from Peter (cm****@hotmail.com)
While you might combine Javascript for the interactive dragging bits and
PHP for the imagery, this sounds like the wrong tool for the job.
You'll see the majority of interactive graphical
in-browser demo's/utilities online are either flash apps or Java applets.

I'd recommend looking at one of those. In fact ther might be ready-made
Java tools out there. Consider asking this in a Java group.

HTH
Sh.
May 17 '07 #4
Jim Carlock wrote:
cm****@hotmail.com wrote:
>I need to create a website, the function of the web should near
microsoft visio. Please tell me what php library can let me to create
a sharp on the web, and able to drag it and put a line to link two
sharps (like the flow chart).
thanks
from Peter (cm****@hotmail.com)

: Peter,
:
: Impossible in PHP. PHP is server side; it doesn't know what the
: client is doing until the click on a submit button, etc.
:
: You might be able to do it with Javascript and/or Ajax - I've never
: tried so have no idea what might be out there for libraries. But I
: think even that might be difficult.
:
: I think you need to find another option.

<gThe word impossible engrosses quite a bit. Visio is an image
creation tool for the most part, and PHP offers quite a bit as far
as image manipulation goes, so PHP probably offers a way to
accomplish the goals. My initial thoughts involved HTML and
using a <mapto specify links inside an image.
OK, show me one way you can manipulate graphic objects on the client
with PHP.
Some thoughts of Javascript crossed my mind as well.

http://us2.php.net/manual/en/ref.image.php

I'm not familiar with what a Visio sharp is (musical sharp # ?).
Flowcharts tend to use parallelograms, rectangles, circles and
some odd house - shapes, and a set of connecting lines.

He probably can create a set of functions to draw the images
upon a canvas (basically that's all Visio does, some folks tend
to create Visio specific VBA applications which do the same
thing that the PHP image functions do).

My own guess is that PHP can accomplish most anything Visio
can do, which kind of is the direct of opposite of impossible.
I'm just not an imaging expert and don't have the time nor
interest to dig into the topic.
Show me how a server-side only language can process what's going on on
the client side.
Different versions of Visio offer different things. I personally like
Visio 2000.
Your "thoughts" are great. Now show how it can be done.

--
==================
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
js*******@attglobal.net
==================
May 18 '07 #5
Your "thoughts" are great. Now show how it can be done.

Have to 100% honest and don't really understand what OP is trying to achieve
but I've recently been reviewing a number of frameworks and found the
following:
http://examples.qcodo.com/examples/a..._ajax/move.php

Cheers

Phil
May 21 '07 #6

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

Similar topics

2
by: Stefan Svensson | last post by:
I posted this request for help in Visio, troubleshooting newsgroup and Installation newsgroup, about 1,5 months ago but without result. "I recently installed Visio .NET Enterprise Architect 2003...
3
by: Roman S. Golubin1709176985 | last post by:
All how do you do! Who what cases uses for C# programming? I have an experience with Microsoft Visio several days. He has a problem with interface inheritance... óan who that other advise? ...
1
by: carqs123 | last post by:
I used Rational Rose UML for quite some time. When I generated code it didn't clobber my code. Rose put little markers which stated here you can put your personal modifications and Rose will...
1
by: jessprev | last post by:
Hello, I have a database with customer information. I would like to add a button that will dynamically open a visio diagram of their network based on the customer name. For example if ABCCo...
4
by: Mike Logan | last post by:
I would like to dynamically create a Visio diagram from .Net. I tried looking at the Visio SDK, but the samples are extremely convoluted for me to understand. Does someone have an example of...
2
by: Dominic | last post by:
I try to use Visio filter but it needs to install by using installation package from Microsoft. If I need to use only DLL for extract text from vsd with my application, how can I do? I need...
1
by: =?Utf-8?B?SkFXQUFIQVI=?= | last post by:
i just wanted to hide visio stencil blocks from my parent form. in child form i used thie following code to hide....
14
by: joemo2003 | last post by:
I created a button in excel sheet, and that button need to browse and open a visio drawing. I try two ways to do it, but either way work. can anyone help? First way: Private Sub...
0
by: frederick.the.fool | last post by:
I'm writing a project that does Visio automation. I'm writing it in C+ +/CLI because it needs to reference a good amount of native C++ code. One way to call the Visio API, of course, is to use...
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
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
1
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
1
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...
0
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and...
0
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
0
muto222
php
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

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.