Question I have downloaded the GTP.net Trial, and Download it the sample web Apps from https://plexityhide.com/pub/SamplesWEB_Converted_VB.NET.zip but I can not seem to be able to open any of the solution… Continue reading →
…Available as .NET compatible ActiveX and VCL. New version out 3.2; (what’s new?) NEW product to consider GTP.NET; Full C# Gantt chart with manipulation. The phGantt and phSchema-components are part… Continue reading →
…is now fixed (2.2.1.0) and can be dowloaded from here: https://plexityhide.com/pub/PlexityHide.GTP.zip https://plexityhide.com/pub/PlexityHide.GTP.WEB.zip NOTE this is for CLR 1.1; for CLR 2.0 (VisualStudio 2005): https://plexityhide.com/pub/PlexityHide.GTP.CLR20.zip https://plexityhide.com/pub/PlexityHide.GTP.WEB.CLR20.zip (at the time of writing GTP.WEB.CLR20… Continue reading →
…Start a cmd tool. Start OSQL with: OSQL -S <your msde or sqlserver server name> -E To back up the database: 1> backup database gtpnetdemo to disk=’c:\temp\gtpnetdemo.bck’ 2> go … Continue reading →
…which version is in use under visual studio 2005 projects ? Because the version that is displayed in the references files “AxphGantXControl” and “phGantXControl” is “2.5.0.0” . Please help me…. Continue reading →
…(as shown in your example …Samples\ActiveX\VB6\UserDrawAndToolTip) . After having zoom and scrolled the diagram (vertical and horizontal) many times the GantPyjamas disappears, vertical scrollbar fails and if i try to… Continue reading →
…Eg: http://www.myserver.com/PTGantView.asp gives error while http://myserver/PTGantView.asp works fine (both are same m/c’s). What can be the possible issue here? Any help would be highly appreciated. Answer When you want to… Continue reading →
…They also want to use this application within browsers (asp.net). My question is: Can i do this with the COM module or do i have to use GTP.NET? And if… Continue reading →
….hpp files to make it work. Is it possible to obtain these for use with the no-source package? Answer The following downloads are available for bcb6: https://plexityhide.com/pub/bcb6dcu.zip https://plexityhide.com/pub/codehpp.zip … Continue reading →
…between that and “case Sys.Browser.Safari:” with the following: Sys.UI.DomElement.getLocation=function(a){if(a.self||a.nodeType===9)return new Sys.UI.Point(0,0);var b=a.getBoundingClientRect();if(!b)return new Sys.UI.Point(0,0);var c=a.document.documentElement,d=b.left-2+c.scrollLeft,e=b.top-2+c.scrollTop;try{var g=a.ownerDocument.parentWindow.frameElement||null;if(g){var f=2-(g.frameBorder||1)*2;d+=f;e+=f}}catch(h){}return new Sys.UI.Point(d,e)};break; (no line breaks) The site should now work without the exceptions…. Continue reading →