Page Index Toggle Pages: 1 [2] 3  Send TopicPrint
Very Hot Topic (More than 25 Replies) Tables (Read 26299 times)
rkon77
YaBB Newbies
*
Offline


I love YaBB 1G - SP1!

Posts: 24
Joined: Feb 12th, 2008
Re: Tables
Reply #15 - Mar 10th, 2008 at 9:16pm
Print Post  
1. how can I use the RequestDeleteTable  in javascript, can you please give me an example, I simply didn't manage to do it.
2. how can I prevent the creation of table by clicking on the flowchart and dragging the mouse?
  
Back to top
 
IP Logged
 
Stoyo
God Member
*****
Offline


MindFusion support

Posts: 13230
Joined: Jul 20th, 2005
Re: Tables
Reply #16 - Mar 11th, 2008 at 10:38am
Print Post  
1. Apparently it is impossible to set an event output parameter from JavaScript. Instead of handling RequestDelete to prevent users from deleting items, disable automatic processing of the Del key as shown here:

http://mindfusion.eu/Forum/YaBB.pl?board=fcx_disc;action=display;num=1160550060;...

2. Set FlowChart.Behavior to bhModify.

I hope that helps,
Stoyan
  
Back to top
 
IP Logged
 
rkon77
YaBB Newbies
*
Offline


I love YaBB 1G - SP1!

Posts: 24
Joined: Feb 12th, 2008
Re: Tables
Reply #17 - Mar 19th, 2008 at 9:30pm
Print Post  
setting the Behavior to bhModify is not good since we need this option: we want the ability to create arrows by draging the mouse from one table to another but we do not want the ability to create tables when the user drags the mouse on the document, how can we do this?
setting the behavior to bhModify disables the arrow creation
  
Back to top
 
IP Logged
 
Stoyo
God Member
*****
Offline


MindFusion support

Posts: 13230
Joined: Jul 20th, 2005
Re: Tables
Reply #18 - Mar 20th, 2008 at 9:06am
Print Post  
Set Behavior to bhCreateArrow.
  
Back to top
 
IP Logged
 
rkon77
YaBB Newbies
*
Offline


I love YaBB 1G - SP1!

Posts: 24
Joined: Feb 12th, 2008
Re: Tables
Reply #19 - Mar 26th, 2008 at 4:22pm
Print Post  
Hi,

I would like to know how can catch the table stop moving event, i have tried using the TableModifying event but it does not seem to work, I use it in Javscript, other events like tableclicked work fine
  
Back to top
 
IP Logged
 
Stoyo
God Member
*****
Offline


MindFusion support

Posts: 13230
Joined: Jul 20th, 2005
Re: Tables
Reply #20 - Mar 27th, 2008 at 7:57am
Print Post  
Hi,

Handle the ObjectModified event.

I hope that helps,
Stoyan
  
Back to top
 
IP Logged
 
rkon77
YaBB Newbies
*
Offline


I love YaBB 1G - SP1!

Posts: 24
Joined: Feb 12th, 2008
Re: Tables
Reply #21 - Apr 3rd, 2008 at 2:11pm
Print Post  
1. I know that on the current version there is possibility to add a tool tip on pictures inside a cell,
Are you planning to do this in one of your future version?
  
Back to top
 
IP Logged
 
Stoyo
God Member
*****
Offline


MindFusion support

Posts: 13230
Joined: Jul 20th, 2005
Re: Tables
Reply #22 - Apr 3rd, 2008 at 2:26pm
Print Post  
We are just releasing a new version, but can add this after the release and send you the updated dll file.
  
Back to top
 
IP Logged
 
rkon77
YaBB Newbies
*
Offline


I love YaBB 1G - SP1!

Posts: 24
Joined: Feb 12th, 2008
Re: Tables
Reply #23 - Apr 6th, 2008 at 9:09am
Print Post  
how soon can that be? we simply need it before the 15/5

  
Back to top
 
IP Logged
 
Stoyo
God Member
*****
Offline


MindFusion support

Posts: 13230
Joined: Jul 20th, 2005
Re: Tables
Reply #24 - Apr 7th, 2008 at 9:35am
Print Post  
Next week.
  
Back to top
 
IP Logged
 
rkon77
YaBB Newbies
*
Offline


I love YaBB 1G - SP1!

Posts: 24
Joined: Feb 12th, 2008
Re: Tables
Reply #25 - Apr 14th, 2008 at 9:52am
Print Post  
1.what do we have to do in order to get the new  version, do we need to buy a new license for the new version and then you will update it to support our tool tip need?
2. I have noticed that the flowchartpro.dll write temp files to the local settings temp folder, is there a way to tell the control to delete those files when the control is unloaded?
  
Back to top
 
IP Logged
 
Stoyo
God Member
*****
Offline


MindFusion support

Posts: 13230
Joined: Jul 20th, 2005
Re: Tables
Reply #26 - Apr 14th, 2008 at 11:37am
Print Post  
1. You receive for free any updates released one year after you purchase a license.

2. The control creates temporary files in some cases, but calls DeleteFile after finishing its job with them. In what situations can you see files remaining in the temp folder?
  
Back to top
 
IP Logged
 
rkon77
YaBB Newbies
*
Offline


I love YaBB 1G - SP1!

Posts: 24
Joined: Feb 12th, 2008
Re: Tables
Reply #27 - Apr 15th, 2008 at 1:47pm
Print Post  
whenever we load the control, it creats 15 temp files, the files are not deleted, is there a way to solve this?
  
Back to top
 
IP Logged
 
Stoyo
God Member
*****
Offline


MindFusion support

Posts: 13230
Joined: Jul 20th, 2005
Re: Tables
Reply #28 - Apr 15th, 2008 at 1:56pm
Print Post  
What does your initialization code for the flowchart look like?
  
Back to top
 
IP Logged
 
Stoyo
God Member
*****
Offline


MindFusion support

Posts: 13230
Joined: Jul 20th, 2005
Re: Tables
Reply #29 - Apr 17th, 2008 at 9:03am
Print Post  
This version adds a CellToolTip indexed property to the Table class:
https://mindfusion.eu/_temp/celltooltips.zip
  
Back to top
 
IP Logged
 
Page Index Toggle Pages: 1 [2] 3 
Send TopicPrint