As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 10 years ago.
Am searching for a CKEditor like component, preferably for delphi 7.
Any good free ones out there I could try out?
I am not aware of any WYSIWYG free/open-source libraries for Delphi 7. There are some commercial libraries that I have used with great success. TRichView and WPtools are two which are RichText editors which have export to HTML/CSS options.
You can also look at TEmbeddedWB which exposes many more properties than the standard TWebBrowser. Just navigate (or load html), set TEmbeddedWB.DesignMode := true and edit away.
You will find more information in the answers to this similar StackOverflow question:
WYSIWYG HTML Editor Component for Delphi
CKEditor is not part of TWebBrowser in design mode. It is much more: A complex JavaScript application that enables you to edit HTML in WYSIWYG mode. I am currently building some components (DB and standalone) for Delphi using this amazing editor and delphichromiumembedded.
Related
As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 10 years ago.
I have looked at Spire, Spreadsheet Gear, and GrapeCity (as well as just web-search-engines) to find a grid-like control that will allow local data manipulation that looks/feels like Excel and Access. In particular is the need for a "fill handle", so a set of 50,000 items can be edited in one box and then a user can change columns below it, simply.
Can anyone recommend something? Silverlight or Flash is fine also if HTML5 or classic JS is unavailable.
This requirement for a fill handle is a killer....
Thanks.
Have a try using Handsontable. Using Html and jquery its giving better results.
Try jqgrid also.
As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 9 years ago.
We have a POS Software developed with Delphi 7 and we like to know how to convert this Delphi application into a web application. We did a lot of research but most of the information is from years ago. Maybe there is something new (2012).
You cannot convert a desktop Delphi application to a web application. You will have to rewrite it. You can write a web application using Delphi, but the controls and strategy you will use are quite different from a desktop application. If you choose Delphi as your web development environment you will be able to reuse any non-visual code. Using Delphi to develop web applications is not very common.
Yes you can!
http://www.athtek.com/web-application-kit.html
"It can easily transfer your C/S type software to browser side to be an internet application effectively"
Online demos:
http://www.athtek.com/web-application-kit/demos.html
As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 10 years ago.
Can anyone recommend an external text editor for Typo3 that handles typoscript color coding breakdowns and auto-suggests for code completion?
jEdit with the TypoScript plugin is the best available choice, to the best of my knowledge.
You might also be interested in this DEV3 project. TYPO3 editing for Eclipse. I expect it to grow further in the future, so maybe it's not the best option right now, but soon might be.
If you are on a Mac... Textmate with the TS bundle is pretty good, too.
I use NB-IDE PHP edition from www.netbeans.org with TYPO3 plugin
best solution for me!
cheers
If you are on a Windows, you can use PSPad with the sweeTS plugin.
Also for TextMate, consider the Cast Iron Coding tm.bundle...
Notepad++ has a userLanguage as well: http://sourceforge.net/tracker/?func=detail&aid=2839067&group_id=95717&atid=612385
As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 10 years ago.
I have tried TinyMCE and FC/CKEditor and they both don't really do the job...
I wanted to get a wordpress like style...
Thanks!
Wordpress actually uses TinyMCE, with its own modifications. It's open source, so you can probably grab the editor from Wordpress itself.
Otherwise, you have choices of using YUI Editor (although it may be too simplistic and isn't that widely used), or just using a plain text area with Textile/Markdown behind the scenes (similar to what Stack Overflow uses), and perhaps a row of javascript buttons at the top. There are a few scripts available that can do this for you, notably Textile Editor Helper.
If none of those works, and you still don't want to use TinyMCE or FCKEditor, you could always code your own.
YUI Editor :)
Tis cool!
As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 10 years ago.
we've been using Pro Essentials graph (gigasoft.com) but it doesn't play nicely with delphi so it's been causing problems.
we need to display waveforms and bar graphs (not at the same time). the waveforms could have thousands of points. we need something pretty full-featured that's a "living" product.
our app is a native win32 delphi 2009 app.
thank you for your suggestions!
Try TeeChart
http://www.steema.com/
how about aggpas ?
I'd try out the LMD ChartPack. LMD has been making native Delphi products for years - if they handle your scenario, they will probably work quite well.
Some wave forms and bar graphics should both be able to be done with that.
Try this link. It has many components listed just for Delphi.
Try our RMChart.
Not native Delphi component but a freeware one and I have been using it in many of my apps.