TSimpleGraph Issues (and wish list)

Please post bug reports, feature requests, or any question regarding the DELPHI AREA projects here.

Postby HPW » May 15th, 2007, 11:57 am

I could resolve the problem. The compiler was confusing with default parameters of InsertLink method.


What does this mean? You fixed the bug also in D5?
Will there be a 2.61 bugfix then?

Edit:
Oops I see the 2.62 version on the produkt page.
And thanks again for this fix!
Hans-Peter
HPW
Moderator
Moderator
 
Posts: 238
Joined: February 25th, 2006, 10:19 am
Location: Germany

Postby kokkoras » June 24th, 2007, 12:23 pm

...for the future version:

- Microsoft GDI+ Adaptation to BDS2006 v1.0 by Progdigy
http://mxs.bergsoft.net/files/GDIPlus_BDS2006.zip

got it from here:
http://mxs.bergsoft.net/index.php?p=3
Fotis
User avatar
kokkoras
Moderator
Moderator
 
Posts: 317
Joined: March 12th, 2005, 11:19 pm
Location: Thessaloniki, Greece

Postby Kambiz » June 25th, 2007, 12:32 am

Thank you!
Kambiz
User avatar
Kambiz
Administrator
Administrator
 
Posts: 2429
Joined: March 7th, 2003, 7:10 pm

Re: TSimpleGraph Issues (and wish list)

Postby Tuareq » November 20th, 2008, 11:43 am

TSimpleGraph to T(DB)SimpleGraph... Its will be very nice.

I'm new in your forum and I have a question. I saw Simplegraph component and your demo. It's a beautiful and useful component. Can you make (or translate) Simplegraph component to DBSimplegraph component? I want to use your component in a Data analysis program. For example; I have phone bill and its detailed bill. It have who calls to me and I called witch number. sample data is below.

Number must be on center and the others around it. And they have a link to other number. If other number just calls to me link is from it to me. If I called the other number link is from me to number. If they are mutually calls link is between me and others and link is two ways.
How can you translate this component data aware (data connected) component. I saw, there sre lots of good programmer in your forum. You and your moderators are excellent programmer. Sorry for bad english, If you dont understand I can to explain again.

I can give some idea to you.
Please write to me an answer.


My sample data : (detailed phone calls)
number;direction;target number;targets name ;date/time;duration
5553700000;incoming;5554996633;john arvin;05.09.2006 19:00:41 ;98
5553700000;outgoing;5552161616;Alfonso Corina;12.09.2006 22:39:22 ;45
5553700000;incoming;5552161616;Alfonso Corina;13.09.2006 09:49:41 ;34
5553700000;outgoing;5552161616;Alfonso Corina;13.09.2006 10:03:54 ;18
5553700000;outgoing;5555015551;Tulip Destina;13.09.2006 13:10:30 ;11
5553700000;outgoing;5556669988;Abraham Lincoln;13.09.2006 14:49:56 ;39
5553700000;outgoing;5552161616;Alfonso Corina;13.09.2006 16:06:32 ;152
5553700000;outgoing;5054052121;Rashid Selami;13.09.2006 19:41:39 ;16
5553700000;outgoing;5058089731;Karen Karena;14.09.2006 13:54:34 ;97
5553700000;incoming;3339990505;Nino Urgency;14.09.2006 13:59:41 ;145
5553700000;incoming;3339990505;Nino Urgency;14.09.2006 14:10:34 ;184
5553700000;outgoing;5053311212;Catarina Feyk;14.09.2006 15:30:37 ;47
5553700000;incoming;3339990505;Nino Urgency;14.09.2006 15:31:46 ;56
5553700000;outgoing;3339990505;Nino Urgency;14.09.2006 16:29:00 ;457
5553700000;incoming;3339990505;Nino Urgency;14.09.2006 16:51:13 ;178
5553700000;incoming;5557000404;Daniel Workers;14.09.2006 17:42:49 ;37
5553700000;incoming;5557000404;Daniel Workers;14.09.2006 17:43:41 ;123
5553700000;incoming;5056665090;Samuel Gray;14.09.2006 17:46:30 ;115
5553700000;incoming;5557000404;Daniel Workers;14.09.2006 18:01:19 ;223
5553700000;incoming;5557000404;Daniel Workers;14.09.2006 18:51:05 ;27
5553700000;incoming;3339990505;Nino Urgency;14.09.2006 18:53:34 ;47
Tuareq
Member
Member
 
Posts: 2
Joined: July 21st, 2008, 2:58 pm
Location: TURKEY - Ankara

Re: TSimpleGraph Issues (and wish list)

Postby Kambiz » November 20th, 2008, 12:52 pm

TDBSimpleGraph, that's a very good idea. You will have it in the next release.

However, the next release will not be soon. In a few weeks I'll start to go thru this wish list and implement whatever which is reasonable for my short free times. I hope in the next months will have a new release of SimpleGraph.
Kambiz
User avatar
Kambiz
Administrator
Administrator
 
Posts: 2429
Joined: March 7th, 2003, 7:10 pm

Re: TSimpleGraph Issues (and wish list)

Postby Tuareq » November 20th, 2008, 4:04 pm

Kambiz wrote:TDBSimpleGraph, that's a very good idea. You will have it in the next release.
... In a few weeks I'll start to go thru this wish list and implement whatever which is reasonable for my short free times. I hope in the next months will have a new release of SimpleGraph.


Thanks Kambiz. I'll wait new release (TDBSamplegraph) with patience. Believe me, this idea is reasonable thought. A screenshot made with simplegraph demo is below.

I just want to see my phone calls as visual or visually. I can use excel or access. But if there are lots of records (1000 s), I cannot see relations betwen me and other people. This is simple for me. A sample program link is here : http://www.i2.co.uk/products/analysts_n ... efault.asp

Thanks for concerned friends.
Attachments
samplescreen.JPG
TDBSamplegraph picture
samplescreen.JPG (54.75 KiB) Viewed 12376 times
Last edited by Tuareq on November 21st, 2008, 11:26 am, edited 1 time in total.
Sorry for bad english..
Tuareq
Member
Member
 
Posts: 2
Joined: July 21st, 2008, 2:58 pm
Location: TURKEY - Ankara

Re: TSimpleGraph Issues (and wish list)

Postby kokkoras » November 20th, 2008, 7:59 pm

This telephone bill thing is easier to handle with some sorting in Excel. What's the point of drawing it with nodes and arrows on the screen? It's always a star-like patern.

Now... Kambiz, I am glad to hear about 'resurrecting' the project! Is groupping of nodes in the list ? :cf:
Fotis
User avatar
kokkoras
Moderator
Moderator
 
Posts: 317
Joined: March 12th, 2005, 11:19 pm
Location: Thessaloniki, Greece

Re: TSimpleGraph Issues (and wish list)

Postby Kambiz » November 20th, 2008, 8:46 pm

Of course, grouping is essential.

To be honest I've already implemented grouping. But I'm going to restructure the component and rewrite it in GDI+ as suggested. If you need grouping now, I can send the incomplete update to you.
Kambiz
User avatar
Kambiz
Administrator
Administrator
 
Posts: 2429
Joined: March 7th, 2003, 7:10 pm

Re: TSimpleGraph Issues (and wish list)

Postby kokkoras » November 20th, 2008, 10:04 pm

It's been more that a year since I last run Delphi... :( I hope your new version of TNotSoSimpleGraph to drag me out of my lecturing missery..... Although I am coding some PHP here and there (http://www.autocompare.gr) going the Delphi way was always more enjoyable.

Are you still on D7? I am on Turbo Delphi (adjusted a bit :wink: )
Fotis
User avatar
kokkoras
Moderator
Moderator
 
Posts: 317
Joined: March 12th, 2005, 11:19 pm
Location: Thessaloniki, Greece

Re: TSimpleGraph Issues (and wish list)

Postby Kambiz » November 21st, 2008, 7:01 am

I am also more on C# (Visual Studio) and PHP rather than Delphi.

Yeah, still Delphi 7, but nowadays I amazed with Delphi 2009 too. It's not as slow as other 200x series with better help. But editor undo crashing bug is still there, and its help is just a template.
Kambiz
User avatar
Kambiz
Administrator
Administrator
 
Posts: 2429
Joined: March 7th, 2003, 7:10 pm

Re: TSimpleGraph Issues (and wish list)

Postby kokkoras » November 21st, 2008, 12:19 pm

How about Delphi for PHP v.2 ? Is it for web apps (sites) or just desktop apps ?
Fotis
User avatar
kokkoras
Moderator
Moderator
 
Posts: 317
Joined: March 12th, 2005, 11:19 pm
Location: Thessaloniki, Greece

Re: TSimpleGraph Issues (and wish list)

Postby Kambiz » November 21st, 2008, 1:30 pm

It is for Web applications. Writing a website using Delphi for PHP is really easy. It gives a feeling of writing a desktop application because everything is based on events, like Delphi. Even for Ajax actions only supplying a handler for the appropriate event of the web element does all the task.

Howere, projects written in Delphi for PHP have lot of files and dependencies that is normal for a RAD tool. Because of that, I prefer to write plain PHP, and my favorite IDE is NuSphere PhpEd.

NetBeans has support for PHP too. I didn't check it out yet but it should be as good as Java in NetBeans.
Kambiz
User avatar
Kambiz
Administrator
Administrator
 
Posts: 2429
Joined: March 7th, 2003, 7:10 pm

Re: TSimpleGraph Issues (and wish list)

Postby Stefan » April 2nd, 2010, 11:37 am

A find in node would be most helpful!

:)
User avatar
Stefan
Moderator
Moderator
 
Posts: 128
Joined: September 27th, 2004, 9:40 am
Location: Tilburg, The Netherlands

Re: TSimpleGraph Issues (and wish list)

Postby philipov » August 4th, 2010, 1:18 pm

Is it possible to use a function in case of ESC key press to reject the insertMode ?
What is the mode at start up?

S.
philipov
Member
Member
 
Posts: 2
Joined: August 3rd, 2010, 10:44 am

Re: TSimpleGraph Issues (and wish list)

Postby Vladimir » October 6th, 2011, 10:11 am

I found that SimpleGraph (SGDemo) program don't save EndArrow of the TGraphLink: if I will make end of link as Arrow and will save to file gotten as *.sgp the after restoring the ennd arrow is absent, can you clarify this?
Vladimir
Member
Member
 
Posts: 2
Joined: October 6th, 2011, 10:02 am

PreviousNext

Return to DELPHI AREA Projects

Who is online

Users browsing this forum: No registered users and 1 guest

cron