User Yogi Yang 007 - Stack Overflowmost recent 30 from stackoverflow.com2009-12-18T11:21:14Zhttp://stackoverflow.com/feeds/user/45951http://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://stackoverflow.com/questions/1038745/visual-modeler-in-vs-60Visual Modeler in VS 6Yogi Yang 0072009-06-24T14:30:30Z2009-12-07T09:00:01Z
<p>Till date I have used only VB6 Professional for developing apps.</p>
<p>But recently I have joined a company which owns VS 6 Enterprise (or some such version)</p>
<p>I was just exploring what is available in VS 6 Ent. and I found Visual Modeler.</p>
<p>The tutorial provided with it is not good enough.</p>
<p>I was wondering if there is any detailed tutorial(s) for Visual Modeler?</p>
<p>Is Visual Modeler a cut down version of Rational Rose?</p>
<p>I have never used such a tool for developing apps. What are the benefits of developing apps like this?</p>
<p>The document claims that one can speed up development and modifications of VB6 & VC++ 6 applications. How true is this claim?</p>
<p>My company also has Ration Rose 6.</p>
<p>Which is better Rational Rose 6 or Visual Modeler that comes with VS 6 Ent.?</p>
http://stackoverflow.com/questions/939864/number-to-words-in-rave-report1Number to words in Rave ReportYogi Yang 0072009-06-02T14:25:30Z2009-12-05T21:28:23Z
<p>I have managed to design a report the way I want but I am not able to get Rave Report to print/convert Grand total to Words like for example if the grand total is <em>1,200.00</em> it should print <em>One Thousand and Two Hundred only</em>.</p>
<p>Is something like this possible in Rave Report?</p>
http://stackoverflow.com/questions/1839931/interface-for-open-cascade-in-delphi0Interface for Open Cascade in DelphiYogi Yang 0072009-12-03T13:40:50Z2009-12-03T18:49:34Z
<p>I am trying to find a way to use <a href="http://www.opencascade.org" rel="nofollow">Open Cascade</a>(www.opencascade.org) - 3D Modeling Technology in one of our software which is written in Delphi.</p>
<p>I did manage top find an ActiveX which supports Open Cascade, but on trying it I did not like the visual quality of rendered images. The ActiveX lib can be found <a href="http://www.ewcad.com" rel="nofollow">here</a> (www.ewcad.com). </p>
<p>I am not able to locate any VCL for this nor can I find any import declarations for this on internet.</p>
<p>Can anyone please help me on this?</p>
http://stackoverflow.com/questions/1809339/what-do-you-use-as-wpf-alternative-for-win32-delphi/1811886#18118860Answer by Yogi Yang 007 for What do you use as WPF alternative for Win32 Delphi?Yogi Yang 0072009-11-28T07:33:32Z2009-11-28T07:33:32Z<p>Actually there are no libs which will allow you to use WFP directly in Delphi.</p>
<p>I would suggest you to try and use AGG and build your own lib for such tasks or use AGG's commercial descendant.</p>
http://stackoverflow.com/questions/1810390/bypass-keyboard-mouse-input-and-let-sendinput-pass/1811837#18118370Answer by Yogi Yang 007 for Bypass keyboard,mouse input and let SendInput passYogi Yang 0072009-11-28T07:06:56Z2009-11-28T07:06:56Z<p>I have always used AutoIT's DLL for sending KeyStrokes as well as Blocking Keyboard and Mouse.</p>
<p>There is one thing and that is AutoIT can't block Ctrl+Alt+Del keys.</p>
<p><a href="http://www.autoitscript.com/autoit3/" rel="nofollow">Do check it out</a>.</p>
<p>HTH</p>
http://stackoverflow.com/questions/1782254/how-to-resize-linked-images-dynamically-in-php/1782318#17823180Answer by Yogi Yang 007 for How to resize linked images dynamically in PHP?Yogi Yang 0072009-11-23T10:41:21Z2009-11-25T06:45:38Z<p>Use the Class called - class.upload.php.</p>
<p>Find it at: <a href="http://www.phpclasses.org/browse/package/2181.html" rel="nofollow">PHP Classes</a></p>
<p>We use it at all times in many of our work.</p>
<p>The name is deceptive but actually it is an uploader as well as image processor. It has a very big list of functionality for resizing images, adding text to images, converting formats, etc. etc.</p>
<p>There is sample code which shows how to read an Image from server, modify it and finally send it directly to browser without having to create a temp file on server.</p>
<p>HTH</p>
http://stackoverflow.com/questions/1781263/fluid-form-layout-in-delphi4Fluid Form Layout in DelphiYogi Yang 0072009-11-23T05:30:14Z2009-11-25T02:26:33Z
<p>We have developed a software. In this software we are show and hiding a few controls on various input screens depending on various situations.</p>
<p>When we hid a control what happens is that the space occupied by that control is left as it is and layout looks very bad at times esp. in screens that have larger numbers of controls. Our client does not like this and has asked us to do something about this.</p>
<p>My question:
Is there some way by which we can create Fluid Layouts so that when a control is hidden the rest of the controls automatically adjusts themselves to fill the empty space left by the control hidden and when the control is show they should automatically make way for the control and adjust themselves accordingly.</p>
<p>I know we can achieve this by coding but that will require a lot of code in each screen for adjusting the layout. I am looking something which will reduce coding in each screen as there are 80+ screens.</p>
<p>Please suggest some way which is less error pron and can get rid of unnecessary coding in each input screen.</p>
http://stackoverflow.com/questions/801090/looking-for-a-php-and-or-python-rad1Looking for a PHP and/or Python RADYogi Yang 0072009-04-29T06:17:06Z2009-11-20T05:18:05Z
<p>I am looking for RAD like environment for PHP and/or Python free or not does not matter.</p>
<p>It should have a visual environment where one can use a point and click interface so that it is possible to select objects with mouse and move them around.</p>
<p>I have looked at Delphi4PHP. The RAD part is fantastic, but I don't like the framework on which it is based VCL4PHP (vcl4php.sourceforge.net) is crappy. Just to deploy a simple Hello world application we will have to deploy 40MB of that framework. That is just stupid.....</p>
<p>I looked at Eclipse but it is only a code IDE. Does not have a visual way of designing a page/window. Did I miss any plugin that supports this feature?</p>
<p>I was suggested to give NetBeans IDE a close look so I also looked that up, but did not find what I wanted.</p>
<p>I have also looked up following but none of these are true RAD:</p>
<ul>
<li>NuSphere PHPEd</li>
<li>VS PHP for Visual Studio </li>
<li>PHP Designer (not a designer by any means just a plain old IDE)</li>
</ul>
<p>I have not been able to find any descent Python RAD tool also.</p>
<p>I have looked up Yes Software's Code Charge Studio (www.yessoftware.com) but it cannot be used to develop complicated applications like say for example an Accounting System or an Inventory Management App, etc.. It is useful but for very simple apps. Making changes to Visual part (referred as components by this people) is a nightmare. Finally it does not support Python.</p>
<p>Any suggestions please?</p>
<p>I am a bit desperate on this.</p>
<p>TIA</p>
<p>Regards,</p>
<p>Yogi Yang</p>
http://stackoverflow.com/questions/801090/looking-for-a-php-and-or-python-rad/1768479#17684790Answer by Yogi Yang 007 for Looking for a PHP and/or Python RADYogi Yang 0072009-11-20T05:18:05Z2009-11-20T05:18:05Z<p>I found an IDE which will allow user to visually build Python based apps. The IDE is open souce and is from Japan.</p>
<p>Check it out!</p>
<p><a href="http://www.widestudio.org/EE/wsinfo.html" rel="nofollow">link text</a></p>
<p>And</p>
<p><a href="http://www.widestudio.org/EE/spec.html" rel="nofollow">link text</a></p>
<p>I have to say that I have not used it. I just discovered it!</p>
<p>I am still searching for a good IDE for PHP which will allow me to build GUI visually.</p>
<p>Hope this helps others.</p>
http://stackoverflow.com/questions/1754008/data-recovery-lib0Data Recovery Lib [closed]Yogi Yang 0072009-11-18T06:17:16Z2009-11-18T17:01:17Z
<p>I am looking for a Data Recovery Lib if any are available.</p>
<p>Preferred development platforms are Delphi, VB6 and C++</p>
http://stackoverflow.com/questions/1740410/intellisense-for-jquery-in-dreamweaver-and-delphi4php0Intellisense for JQuery in Dreamweaver and Delphi4PHPYogi Yang 0072009-11-16T06:26:18Z2009-11-16T17:25:24Z
<p>For all our AJAX programming we tend to use JQuery.</p>
<p>I would like to know if there is a way to enable Intellisense functionality in <em>Dreamweaver CS3</em> and <em>Delphi4PHP</em> to work with JQuery and its plugins?</p>
http://stackoverflow.com/questions/1525380/two-submit-buttons-in-one-form0Two Submit buttons in one formYogi Yang 0072009-10-06T12:48:16Z2009-10-06T12:52:51Z
<p>I have a form which has got five (5) file input controls along with other controls. This form also has got two (2) submit buttons.</p>
<p>I have used JQuery Validation plugin to validate form inputs.</p>
<p>Name of one submit button is "Upload_Images" and name of another is "Upload_Project".</p>
<p>What I want to do is that if user clicks on "Upload_Images" button all files controls should be validated and files uploaded to server but not rest of the data.</p>
<p>If use clicks on "Upload_Project" button then the whole form should be validated and the files are not already uploaded they should be first uploaded and then the project should be saved to DB.</p>
<p>Now if I click on any of the two submit buttons the form Validation kicks in and if there is invalid data it stops form submit process.</p>
<p>How can I achieve this?</p>
http://stackoverflow.com/questions/1254698/exchange-data-between-two-apps-across-pc-on-lan6Exchange Data between two apps across PC on LANYogi Yang 0072009-08-10T12:51:59Z2009-10-02T22:22:18Z
<p>I have a need of implementing two apps that will exchange data with each other. Both apps will be running on separate PCs which are part of a LAN.</p>
<p>How we can do this in Delphi? </p>
<p>Is there any free component which will make it easy to exchange data between apps across PCs?</p>
http://stackoverflow.com/questions/1356738/import-emails-id-from-gmail-yahoo-hotmail-etc-for-tell-a-friend-like-featur2Import emails ID from Gmail, Yahoo, Hotmail, etc. for "Tell a Friend" like feature in PHPYogi Yang 0072009-08-31T09:57:52Z2009-08-31T10:02:57Z
<p>In a project I have to implement a way by which a user can import all contact information from the following:</p>
<ul>
<li>Gmail</li>
<li>Yahoo Mail</li>
<li>Hotmail</li>
<li>Tweeter</li>
<li>Rediff Mail</li>
<li>Sify Mail</li>
</ul>
<p>Are there any freeware scripts in PHP for this?</p>
<p>Are there any servers that may be providing such services?</p>
http://stackoverflow.com/questions/1315305/dbm-or-sqlite-in-php-5-x0DBM or SQLite in PHP 5.xYogi Yang 0072009-08-22T06:28:57Z2009-08-22T10:20:02Z
<p>We have a client whose site is hosted on a server (I don't want to disclose hosting company name) which does not provide DB functionality. </p>
<p>We have developed a very simple CMS based site but out implementation uses MySQL.</p>
<p>I read somewhere that there are DB like functionality built-in in PHP. I have never used them.</p>
<p>What are these and how reliable are they?</p>
<p>What is more advisable to user the DBM functionality or to use the SQLite functionality?</p>
<p>For SQLite do we have to make any changes to php.ini file? If <em>yes</em> then this is <em>out of bounce</em> for us as the hosting provider does not give us access to php.ini file.</p>
<p>TIA</p>
http://stackoverflow.com/questions/1231532/ebay-like-api-interface-for-a-web-portal0ebay like API interface for a web portalYogi Yang 0072009-08-05T06:34:24Z2009-08-07T14:25:20Z
<p>We have developed a B2B Web portal for Graphics Job Work which is similar to Camera Ready Art (www.camerareadyart.com). It is targeted for people wanting to convert bitmap to vector Graphics, Logo Designing and general image processing like coloring B/W images to color,etc.</p>
<p>We want to add facility so that people (our clients) can use a set of API that we provide to post their work from their site directly without having to visit our site literally to post their work.</p>
<p>I have never done anything like this till date so I have no ideas as to how I can implement something like this. I also want to know about how we can implement security so that only those who are authorized can post their work?</p>
<p>Can anyone give me ideas as to how we can do something like this. </p>
http://stackoverflow.com/questions/1192734/plugins-system-for-delphi-application-bpl-vs-dll/1205006#12050061Answer by Yogi Yang 007 for Plugins system for Delphi application - bpl vs dll?Yogi Yang 0072009-07-30T07:37:55Z2009-07-30T07:37:55Z<p>Avoid blp approach as you will have to ship a big bag of bpl with you software and thus, distribution will become bulky.</p>
<p>why do we use Delphi to compile small stand alone programs that just RUN anywhere without any runtime dependency. Using bpls means defeating this very purpose.</p>
<p>I don't know as to how comfortable you are with DLLs, but I would suggest you to use DLLs. </p>
<ul>
<li>This will give other developers (who
may get interested in your software)
a chance to use any development
language (as long as that language
can spit out dll) to write their own
plugins that can be used in your
developed software. </li>
<li>Another thing is that you will be
saved from Delphi's vcl version
dependency tyranny. A major weak
point of Delphi till date.</li>
</ul>
http://stackoverflow.com/questions/367552/orm-mda-uml-tool-for-vb61ORM/MDA/UML tool for VB6Yogi Yang 0072008-12-15T05:30:08Z2009-07-26T22:29:13Z
<p>I know of Rational Rose and we have got Rational Rose 6.</p>
<p>But I am looking for some other tools which are more usable, which do not complain that they are not running in Windows 98/2000 (when installed and run in WinXP) and has got better features as compared to Rational Rose 6.</p>
http://stackoverflow.com/questions/1169876/retrieve-a-complete-list-of-all-categories-sub-categories-sub-sub-categories-e1Retrieve a complete list of all Categories, Sub Categories, Sub Sub Categories, etc. in only one SQL queryYogi Yang 0072009-07-23T06:03:26Z2009-07-24T05:25:22Z
<p>I have following table structure and data in MySQL</p>
<pre><code>CatID CatName ParentCatID
-------------------------------
1 Shirts NULL
2 Short Sleev 1
3 Long Sleev 1
4 Collarless 2
5 Collar 2
6 Collarless 3
7 Collar 3
8 Square Cut 4
9 Round Cut 4
10 Square Cut 6
11 Round Cut 6
</code></pre>
<p>Return data that I want is something like this:</p>
<pre><code>Shirts > Short Sleev
Shirts > Long Sleev
Shirts > Short Sleev > Collarless
Shirts > Short Sleev > Collar
Shirts > Long Sleev > Collarless
Shirts > Long Sleev > Collar
Shirts > Short Sleev > Collarless > Square Cut
Shirts > Short Sleev > Collarless > Round Cut
Shirts > Short Sleev > Collar > Square Cut
Shirts > Short Sleev > Collar > Round Cut
</code></pre>
<p>How can we get these data using one single SQL query in MySQL?</p>
http://stackoverflow.com/questions/1158961/select-with-indented-as-well-as-formatted-items-in-php3Select with Indented as well as formatted Items in PHPYogi Yang 0072009-07-21T12:44:10Z2009-07-23T08:06:29Z
<p>I have a need to show a select box which will display all categories and subcategories in one go.</p>
<p>I want to show All Categories left most & bold while all sub categories will come under respective Categories but will be indented and Italized.</p>
<p>How can we create such a Select List in PHP?</p>
<p>I have something like this in Magento Ecommerce (www.magentocommerce.com) admin panel.</p>
<p>The categories are retrieved from DB and at times can go upto 6 levels deep for example:</p>
<p>`<strong>Cat 1</strong></p>
<blockquote>
<p><em>Cat 1A</em></p>
<p><em>Cat 1B</em></p>
<p><strong>Cat 2</strong></p>
<blockquote>
<p><strong><em>Cat 2A</em></strong></p>
<blockquote>
<p><em>Cat 2AA</em></p>
<p><em>Cat 2AB</em></p>
</blockquote>
<p><strong>Cat 2AC</strong></p>
<blockquote>
<p><em>Cat 2ACA</em></p>
</blockquote>
</blockquote>
<p>Cat 3` </p>
</blockquote>
<p>etc. All categories that have sub categories should be Bold and all sub categories should be Italics.</p>
<p>I hope now it is more clear as to what I want to achieve.</p>
http://stackoverflow.com/questions/1151984/best-way-to-use-a-server-side-language-for-development-but-deploy-to-static-html/1157797#11577970Answer by Yogi Yang 007 for Best way to use a server side language for development, but deploy to static HTMLYogi Yang 0072009-07-21T07:48:39Z2009-07-21T07:48:39Z<p>Give WaveMaker Studio a try. It will solve your problem partially.</p>
<p>WaveMaker Studio has a kind of templating feature and it comes in community open source version.</p>
<p>HTH</p>
http://stackoverflow.com/questions/943262/which-php-framework-is-most-closely-cloned-to-activerecord-ror1Which PHP Framework is most closely cloned to ActiveRecord (RoR)Yogi Yang 0072009-06-03T05:58:44Z2009-07-19T04:17:31Z
<p>As the question says it all.</p>
<p>Which framework in PHP is most closely cloned to ActiveRecord (Ruby on Rail).</p>
<p>I have gone through many frameworks claiming to be based on ActiveRecord ideology but unfortunately none really come any close to ActiveRecord. Wny?</p>
<p>Are there any such frameworks that I have missed?</p>
http://stackoverflow.com/questions/990268/dictionary-component-or-source-code-that-can-check-in-multiple-languges2Dictionary Component or source code that can check in multiple langugesYogi Yang 0072009-06-13T08:00:16Z2009-07-04T20:20:58Z
<p>We are developing an application in which we need to implement spell checking for Indic languages that use ANSI fonts (not UNICODE)</p>
<p>I am looking for a Dictionary Component or Source Code that will allow:</p>
<ul>
<li>To maintain separate dictionaries
like for example Legal, commercial,
etc.</li>
<li>Support more than one language</li>
<li>If possible to allow developer to set
parsing parameters so that we as
developers can determine as to how
given text should be broken down in
words</li>
<li>Support Addition of words to
dictionary (should maintain separate
dictionary and not modify original
dictionary)</li>
<li>Support custom dialog box so we can
design our own dialog box (if
required)</li>
<li>Should be able to distinguish case of
characters meaning it should not
consider <strong>cascade</strong> and <strong>Cascade</strong>
as same (if possible). There should be
some kind of parameters that will
allow us to enable/disable this feature</li>
</ul>
<p>If this dictionary can check spellings in another Windows App that would be an added advantage.</p>
<p>Please guide me.</p>
http://stackoverflow.com/questions/1082152/enumerate-all-check-box-in-php0Enumerate all Check Box in PHPYogi Yang 0072009-07-04T12:48:21Z2009-07-04T13:43:37Z
<p>I have web page in PHP which displays all records in a table. I want to add check boxes against all rows and user can check a check box to select a row and then submit the page. When the page is submitted I want to enumerate all check boxes and check whether they are checked or not, How can I do this?</p>
http://stackoverflow.com/questions/970514/a-free-step-by-step-guide-to-learning-sparx-enterprise-architect0A free Step by Step guide to learning Sparx Enterprise Architect Yogi Yang 0072009-06-09T14:50:53Z2009-07-01T15:21:50Z
<p>I have just downloaded Sparx Enterprise Architect 7.5 but unfortunately I am not able to find a getting started guide or something like that.</p>
<p>I have gone through official site of Sparx but there is not step by step guide to learning Sparx EA.</p>
<p>I want a guide that will implement a small project and give instructions step by step so that I can understand and try out Sparx EA.</p>
<p>I did find a few sites selling step by step guides but at this point of time I do not want to spend money on them.</p>
http://stackoverflow.com/questions/1043506/error-when-trying-to-upload-file-in-php1Error when trying to upload file in PHPYogi Yang 0072009-06-25T11:52:12Z2009-06-25T12:03:27Z
<p>I am php page everything was working fine till today morning. Now the page is not uploading any selected file. All that I keep getting is the following error message:</p>
<blockquote>
<p>Warning: move_uploaded_file(upload/BrainStream_2009_06_25_23041.zip) [function.move-uploaded-file]: failed to open stream: No such file or directory in C:\xampp\htdocs\vectorization\admin\jobs_edit.php on line 146</p>
<p>Warning: move_uploaded_file() [function.move-uploaded-file]: Unable to move 'C:\Documents and Settings\Admin\Local Settings\Temp\php1B2.tmp' to 'upload/BrainStream_2009_06_25_23041.zip' in C:\xampp\htdocs\vectorization\admin\jobs_edit.php on line 146
File could not be uploaded. Please select a valid file.
File Name:BrainStream.zip</p>
</blockquote>
<p>I have written following code:</p>
<pre><code>$uplfile = $_FILES['uploadfile']['name'];
$upltmp = $_FILES["uploadfile"]["tmp_name"];
if(!empty($uplfile))
{
$ext = explode(".", $uplfile);
$upload_date = date("Y_m_d"); //use this variable to change file name to avoid conflict with same name files
$upload_dir = "upload/";
$file_name=$ext[0]."_".$upload_date."_".rand(0, getrandmax()).".".$ext[1];
(move_uploaded_file($upltmp,$upload_dir.$file_name))
}
</code></pre>
<p>I have XAMPP stack installed on my PC which is running WinXP, has 3 GB RAM and ample of Hard disk space.</p>
<p>No matter which size file I select it always give error.</p>
<p>What must be wrong in this code?</p>
http://stackoverflow.com/questions/1043506/error-when-trying-to-upload-file-in-php/1043547#10435470Answer by Yogi Yang 007 for Error when trying to upload file in PHPYogi Yang 0072009-06-25T12:03:27Z2009-06-25T12:03:27Z<p>@phihag,</p>
<p>Thanks for the hint. One of the new developer while studying the source had by mistake remove (../) in the $upload_dir variable assignment.</p>
<pre><code>$upload_dir = "upload/"; //this is wrong
</code></pre>
<p>Actually it was set as</p>
<pre><code>$upload_dir = "../upload/"; //this works but accidentally edited by another developer
</code></pre>
<p>What a lamer I am. I could not spot the problem.</p>
<p>Anyways thanks once one for your help to solve my problem.</p>
http://stackoverflow.com/questions/1043156/there-is-something-wrong-with-this-javascript0There is something wrong with this JavaScriptYogi Yang 0072009-06-25T10:31:44Z2009-06-25T10:40:30Z
<p>I have developed a script for checking that user has selected a valid month and year for credit card.</p>
<pre><code>function validatemonth()
{
var dt = new Date();
var mth = dt.getMonth();
var yr = dt.getYear(); //this seems to return different data in different browsers
yr = yr + 1900;
if(eval(document.PurchaseCredit.cc_expire_month.value) < mth && eval(document.PurchaseCredit.cc_expire_year.value) == yr)
{
document.getElementById('error').innerHTML = "Expiry Date cannot be less than current date.";
document.forms['PurchaseCredit'].submit.disabled = true;
}
else
{
document.getElementById('error').innerHTML = "";
document.forms['PurchaseCredit'].submit.disabled = false;
}
}
</code></pre>
<p>This script works well in FireFox but does not work in IE7. Why?</p>
http://stackoverflow.com/questions/1042332/replacement-of-delphi-ide-sync-edit-in-visual-studio/1042548#10425485Answer by Yogi Yang 007 for Replacement of Delphi IDE "Sync Edit" in Visual StudioYogi Yang 0072009-06-25T07:15:23Z2009-06-25T07:15:23Z<p>For this feature you will probably have to use CodeRush from Dev Express.</p>
<p>It has something similar to this.</p>
http://stackoverflow.com/questions/1038572/easiest-way-to-persist-data-on-a-php-page1Easiest way to persist data on a PHP pageYogi Yang 0072009-06-24T14:01:09Z2009-06-24T14:46:43Z
<p>I a web application that I am developing (being developed in PHP) when a user posts any request for service the user has to fill in a very length form.</p>
<p>Once user fills in the form and submits it another page (confirmation page) is loaded in which all values filled in by user are show. I must point out that at this stage the data is not saved to MySQL yet. Now on this page the user can either save the service request or go back. </p>
<p>My problem starts here. When the user <strong>goes back</strong>. All <strong>data</strong> filled in is <strong>lost</strong>. BTW User tend to use Browsers Back button instead of the back button provided on the confirmation page.</p>
<p>How can is persist data filled in by user so that user can edit/make changes to data and again submit changed data.</p>
http://stackoverflow.com/questions/1839931/interface-for-open-cascade-in-delphi/1841991#1841991Comment by Yogi Yang 007 on Interface for Open Cascade in DelphiYogi Yang 0072009-12-07T04:24:39Z2009-12-07T04:24:39ZI have looked at GLScene but it seems to be dead without any active Development. The last message was GLScene is gearing up for new release in March 2007 after that nothing is released except a new message stating that GLScene is alive. Another thing, probably GLScene does not support 3D parametric modeling.
As for visual output I mean that what is rendered on screen by the ActiveX is not that sharp and clear as compared to what is rendered by native sample application. Another thing is that Delphi is not able to import the ActiveX properly so I had to try in VB6.http://stackoverflow.com/questions/1809339/what-do-you-use-as-wpf-alternative-for-win32-delphi/1811886#1811886Comment by Yogi Yang 007 on What do you use as WPF alternative for Win32 Delphi?Yogi Yang 0072009-11-30T11:07:39Z2009-11-30T11:07:39ZNo AGG is a 2D Library with sub-pixel facility.
<a href="http://www.aggpas.org/" rel="nofollow">aggpas.org</a>
AGG (and AggPas too) doesn't depend on any graphic API or technology. Basically, you can think of AGG as of a rendering engine that produces pixel images in memory from some vectorial data. But of course, AGG can do much more than that.http://stackoverflow.com/questions/1781263/fluid-form-layout-in-delphi/1781690#1781690Comment by Yogi Yang 007 on Fluid Form Layout in DelphiYogi Yang 0072009-11-25T06:17:21Z2009-11-25T06:17:21ZThanks for your hint. I will look into this.http://stackoverflow.com/questions/1781263/fluid-form-layout-in-delphi/1781690#1781690Comment by Yogi Yang 007 on Fluid Form Layout in DelphiYogi Yang 0072009-11-23T10:36:26Z2009-11-23T10:36:26ZThe software is for Doctors. It contains a lot of input controls some of screens are very complicated where controls are shown and hidden based on various selections at the top of the screen as well as user rights.http://stackoverflow.com/questions/1781263/fluid-form-layout-in-delphi/1781665#1781665Comment by Yogi Yang 007 on Fluid Form Layout in DelphiYogi Yang 0072009-11-23T10:25:56Z2009-11-23T10:25:56ZWe are using Delphi 6 and 2006. Not upgraded to any other versions and do not plan to do so in near future.http://stackoverflow.com/questions/1781263/fluid-form-layout-in-delphi/1781299#1781299Comment by Yogi Yang 007 on Fluid Form Layout in DelphiYogi Yang 0072009-11-23T05:53:11Z2009-11-23T05:53:11ZAfter going through ExpressLayout details it seems to be some sort of interface for allowing end users to customize the layout as per their needs. This is not what I need. The end users will not be able to modify anything. The layout should automatically adjust itself when any control is hidden or shown.http://stackoverflow.com/questions/1781263/fluid-form-layout-in-delphi/1781299#1781299Comment by Yogi Yang 007 on Fluid Form Layout in DelphiYogi Yang 0072009-11-23T05:48:15Z2009-11-23T05:48:15ZWill this component allow us to have our own screen layout will is restrict us in creating our layouts?http://stackoverflow.com/questions/1754008/data-recovery-lib/1757483#1757483Comment by Yogi Yang 007 on Data Recovery LibYogi Yang 0072009-11-21T06:42:36Z2009-11-21T06:42:36ZThe code compiled with a bit of tweaking. Of course I have not tried whether functionality really works but eventually I will try that out.
Thanks for this.http://stackoverflow.com/questions/1275383/jquery-remove-select-options-based-on-another-select-selected-need-support-for-a/1275452#1275452Comment by Yogi Yang 007 on jQuery remove SELECT options based on another SELECT selected (Need support for all browsers)Yogi Yang 0072009-11-20T06:19:56Z2009-11-20T06:19:56ZThis example of your saved me a days work. Thanks!http://stackoverflow.com/questions/1754008/data-recovery-lib/1757483#1757483Comment by Yogi Yang 007 on Data Recovery LibYogi Yang 0072009-11-19T08:09:47Z2009-11-19T08:09:47ZThanks for this pointer. I will evaluate it and respond if I manage to get it to work in Delphi 2006.http://stackoverflow.com/questions/1754008/data-recovery-libComment by Yogi Yang 007 on Data Recovery LibYogi Yang 0072009-11-18T11:06:03Z2009-11-18T11:06:03ZIt should allow one to recover unreadable as well as erased files from various Medias like HDD, USB Drives, Memory Cards, etc.
http://stackoverflow.com/questions/1717844/how-to-determine-delphi-application-version/1720501#1720501Comment by Yogi Yang 007 on How to determine Delphi Application VersionYogi Yang 0072009-11-12T11:21:03Z2009-11-12T11:21:03ZThis is an awful lot of code just to extract version info.
There should be something simple, like just calling a function (for example get <b>majorversion</b>) in the RTTI....http://stackoverflow.com/questions/842315/can-you-recommend-a-really-super-native-delphi-graphing-engine/846855#846855Comment by Yogi Yang 007 on can you recommend a really super native delphi graphing engine?Yogi Yang 0072009-11-12T11:17:15Z2009-11-12T11:17:15ZSorry none as still VB.net & C# are our mail development tool at the place where I work.
I have experimented with it in Delphi but have used the ActiveX version instead of dirtying my hands with writing declarations for using the DLL version.http://stackoverflow.com/questions/1525380/two-submit-buttons-in-one-form/1525397#1525397Comment by Yogi Yang 007 on Two Submit buttons in one formYogi Yang 0072009-10-08T10:10:24Z2009-10-08T10:10:24ZI will look into this idea. And if I am successful I will get back and also close this question.
Thanks for the hint.http://stackoverflow.com/questions/1525380/two-submit-buttons-in-one-form/1525397#1525397Comment by Yogi Yang 007 on Two Submit buttons in one formYogi Yang 0072009-10-07T04:29:40Z2009-10-07T04:29:40ZIt does not get redirected to any other page. It stays on same page.
If a user clicks on "Upload_Images" only the images should be uploaded the page is refreshed. But the problem is that Validation script kicks in and aborts the submit process if the user has not entered any data in other required fields.
My question is how can we prevent this when "Upload_Images".
Again validation should work as expected if the user clicks on "Upload_Project".