How do You Write a Web App that Looks like Your Delphi AppHi
I have written an application that I would like to port into a web application. What is the best language to choose.
For example php, Ruby on Rails or some other language..
Thank you.
> {quote:title=Peter Skinner wrote:}{quote}
> Hi
>
> I have written an application that I would like to port into a web application. What is the best language to choose.
>
> For example php, Ruby on Rails or some other language..
>
> Thank you.
Here's something you can try with very little investment of time, which is to auto-convert your existing app's m...
How to Change Tablet App to Phone app in Delphi XE8? [Edit]Hi, i've created an app more specifically for tablets. So if the screen is smaller than 7 inch not everything fits. I do work with layouts and Align properties so everything gets scaled accordingly to the screen size.
I know a few options to make the app useable for phones ass well. But not sure what the best way is.
Option1:
Create multiple Views for each size screen.
Option2:
Use ScaledLayout to make everything smaller or bigger.
Option3:
Use scrollBox.
Option4:
Edit component sizes in FormCreate after checking screen size.
Option5:
Devide in more Forms.
*So what&...
Migrating a VCL Delphi 7 app to the web.Hello all. Please forgive me if this topic has been discussed recently. I just couldn't find anything related in the last few hours.
We have a VCL-MDI client-server application developed since delphi 2, and now ported to delphi 7. It has a separation between the data layer, business layer and UI layer (more-less strict). It is now running on a FireBird 1.5 database.
What are the best options you know in order to make it a web application?
I hope it's not too vague this question. I'm not THE expert, as you can see.
Any help will be greatly appreciated.
(Pointing to r...
How to build enterprise-grade Delphi appHi
It would be nice to build enterprise-grade appl with Delphi, but are the options or third party software (like in J2EE) to do this?
e.g.
1) there is J2EE middleware for hosting components - developer is not required to handle all the issues that are connected with session handling and different contexts in which the components can be stored (like application, session, request context, etc.). I understand that some of this can be done in DataSnap or in Web Services (can be even PHP, Java or .NET) and Delphi client - but in both cases there are some drawbacks:
- for DataSnap - much shou...
calling a c++ dll from a delphi vcl app crashes the app upon exit [Edit]I am using RAD Studio 2010 and I downloaded the latest updates. Since I can't see how I can attach a file to the message, I included in this message the source code for each file:
To reproduce this problem follow these steps:
Create a project group with two projects, one c++ dll project and one a Delphi VCL forms project. Save all the files in the same folder.
1. Use the wizard to create the c++ dll project, select c++ & Use VCL checkboxes. Make sure Project Options->C++ Linker->Dynamic RTL is set to true. I also added memmgr.lib and sharemem.obj to the project but I bel...
Make a Web App look like your delphi Program [Edit]Hi
What programming language would you use if you wanted to make a web page look like your Delphi program.
For instance how would you put a page control or similar looking control on a web page.
I'm not looking for a tool like morfik, but a language thx
Thank you..
Edited by: Peter Skinner on Dec 5, 2010 12:56 AM
> {quote:title=Peter Skinner wrote:}{quote}
> Hi
>
> What programming language would you use if you wanted to make a web page look like your Delphi program.
>
> For instance how would you put a page control or similar looking control on ...
What advantages have to build one delphi xe7 app vs hybrid app as html5 bu? [Edit]I need to know which mobile advanced hardware characteristics differences has delphi xe7 vs html5 builder for example.
I need this characteristics:
TEXT EDITING
Text in different directions
Changing Color
On a picture
Copy and paste
Change Font
delete
uppercase lowercase
Save phrases
Select a saved phrase
Bank of personal texts
PHOTOS OR IMAGES
Pulling photos or images already created
cut
paste
Change in size
turn
Bank of personal images
Drawings
predefined Figures
Lines or free strokes
Change color and thickness
Fillings
Copy and paste
delete
Personal bank ...
Delphi 7 to Delphi 2009 conversionHello group,
What do I need to do to comile the following code in D2009.
Compiler error after the Else
E2010: Incompatible Types 'AnsiChar' and 'Char'
if isUnicode then
SearchHandle := FindFirstFilew( PWideChar( fn ), FindDataW )
else
SearchHandle := FindFirstFile( PAnsiChar( Ansistring( fn ) ),
FindDataA );
<<<<<compiler error in the above line >>>>>>>>>>>
Regards,
Bryan
> What do I need to do to comile the following code in D2009.
> Compiler error after the Else
> E2010: Incompati...
Determining if an app is a web app or a windows app
Hi all,
I'm writing a generic utilites class and one of the methods needs to get the physical path of the application.
I know Server.MapPath("~") gets the server path of the app for windows and also that Application.ExecutablePath gets the path for windows app.
Now how would i determine which app is a windows app or a web app?
Thanks in advance.
add a reference to system.web and then do the following if (System.Web.HttpContext.Current == null) { &...
Delphi app in Apple App Store for iOSHave you guys with iPhones and iPads seen that there is a Delphi
produced app, running Interbase To Go, approved for download on the
Apple App Store?
I can't find a link on the web, but search "Embarcadero" on the app
store and it shows up. (My daughter showed me. ;-) )
--
Nick
> I can't find a link on the web, but search "Embarcadero" on the app
> store and it shows up. (My daughter showed me. ;-) )
There are 6 apps that shows up... which one is it?
- Palo Alto
- Embarcadero (Fom Scott James, mapping software or something..)
- Heart of...
Convert Delphi 7 to Delphi 2009 [Edit]Hi!
Please, I have a code done in Delphi 7...
Now I want to convert Delphi 7 to Delphi 2009 but I'm having problems when compile the code.
Error message:
+[DCC Fatal Error] Far.dpr(9): F2063 Could not compile used unit 'System.pas'+
Please can somebody help me?
Source Download (349KB): http://rapidshare.com/files/256191328/FileManager.rar.html
Mirror Source Download: http://www.megaupload.com/?d=12GYLPT0
Password: delphi
Thank u so much!
(sorry for my bad english, it is not my native language)
Edited by: loquax loquax on Jul 15, 2009 12:24 PM
Sorry, bu...
conversion of windows app to web-enable apps
guys i know this may sound strange but a friend of mine told me that he saw a software/application that can somehow convert windows application into a web-enabled application or at least make these windows applications accessible to the internet without rewriting the whole system... is there such a thing?
Maybe he was talking about Smart Client applications? These are still windows applications, but connect to the internet via such mechanisms as web services for data exchange.Terri MortonEngagement Manager, NeudesicHow to ask a question
mr. tmorton i found something i dont ...
Dragging and dropping a .WAV from Delphi App to other appsIs there an easy way to drag a .WAV file from a Delphi 2006 App to another
app. It's not from a listbox or anything like that. It's from a custom
window. My code would need to be responsible for generating a .WAV file
based on where the person initially clicked on a window.
Is the only way to drop a file from a Delphi 2006 to use complicated COM
routines? If so, then would the other app that receives the file need
complicated com routines too, or would it work with any app that could
accept a the same dropped file type from Explorer?
Thanks.
"Jeff Ya...
Are there any Delphi apps on the iTunes or Mac App Store?So XE2 has been out for a while now. Surely there must be some apps created
with it on either app store (or otherwise).
Can someone point me out to those?
> {quote:title=Martin Kammann wrote:}{quote}
> So XE2 has been out for a while now. Surely there must be some apps created
> with it on either app store (or otherwise).
> Can someone point me out to those?
Anders has one:
http://itunes.apple.com/us/app/anders-analog-clock/id475178939?mt=8
And I believe Bob Swart does too.
Note that you're not required to use the Mac App Store to deploy your apps to OS X.
...