Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

1
vote
3answers
78 views

How to access a VCL-Control from another PHP script?

I have a Treeview on my main page. This makes the control a member of main page class. How can I access this control from another PHP script? A "require_once" with the main page file doesn't work, ...
0
votes
1answer
135 views

delphi for php form in center

i have created a delphi for php page in radphp , how can i make it center of the browser is it possible to make it only using php code.
0
votes
2answers
2k views

Intellisense for JQuery in Dreamweaver and Delphi4PHP

For all our AJAX programming we tend to use JQuery. I would like to know if there is a way to enable Intellisense functionality in Dreamweaver CS3 and Delphi4PHP to work with JQuery and its plugins?
0
votes
2answers
221 views

Delphi for PHP - location of source

I just installed Delphi for PHP to get an idea on how it works and have created a simple app with a button that puts a text into a listbox when it is clicked. The app works if I copy all required ...
-1
votes
1answer
199 views

Delphi 4 php - form's oncreate event fires about 50 times

The project runs fine on my development machine. But on the webserver, one of the pages gets its oncreate fire up about 50 times and then a button gets pressed automatically. That was my first ...