Questions tagged [delphi4php]

a Rapid Application Development environment for developing PHP applications with a designer, editor, debugger and component framework "VCL for PHP."

5 questions
1
vote
3 answers

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, that re-creates the main page when the other script…
Holgerwa
  • 3,430
  • 9
  • 42
  • 50
0
votes
2 answers

Centering a form in Delphi for PHP

I have created a Delphi for PHP page in RadPHP. How can I make it center in the browser's window? Is it possible to achieve it using only PHP code?
Vibeeshan Mahadeva
  • 7,147
  • 8
  • 52
  • 102
0
votes
2 answers

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 files to my webserver and run it from there. It also…
Holgerwa
  • 3,430
  • 9
  • 42
  • 50
0
votes
1 answer

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?
Yogi Yang 007
  • 5,147
  • 10
  • 56
  • 77
-1
votes
1 answer

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 impression. But I realise now that something is just…