PC SOFT

FOROS PROFESIONALES
WINDEVWEBDEV y WINDEV Mobile

Inicio → WEBDEV 2024 → WB20 PHP Project - Treetable (HTable) some functions not do as thought - can anyone confirm?
WB20 PHP Project - Treetable (HTable) some functions not do as thought - can anyone confirm?
Iniciado por meikl, 13,sep. 2016 15:12 - 4 respuestas
Miembro registrado
118 mensajes
Publicado el 13,septiembre 2016 - 15:12
Hi all,

today is my PHP day :)

Noticed following BUGs(?) in the PHP-Implementation of the HTable in webDEV 20
- property ExpandedImage/CollapsedImage is not Node-Independend
-> the last assigned image will displayed for all Nodes
- Function TableInsertChild did not insert after TargetIndex
-> Function appends at last Node as Child
- Function TableGiveParent did not give the Parent
-> Function returns just current Index

maybe the list may grow ;)

Has anyone run into same problems with PHP?

Of course all works properly as native webDEV-Application on a webDEV-Application-Server

thanks

meikl :)
Publicado el 13,septiembre 2016 - 15:40
Hi Michael

I do not want to discourage you, but you may have problems getting
answers here, as the PHP mode is very little used.

It's the least advanced of all the webdev modes, and it has lots of
limitations.

My understanding is that it's here for case where php is mandatory (some
administrations, by example)

So if you don't HAVE to use it, just forget about it and use the awp
mode instead, you'll get further faster

Best regards

--
Fabrice Harari
International WinDev, WebDev and WinDev mobile Consulting

Ready for you: WXShowroom.com, WXReplication (open source) and now WXEDM
(open source)

More information on http://www.fabriceharari.com


Le 9/13/2016 à 7:12 AM, Michael KRETZSCHMAR a écrit :
Hi all,

today is my PHP day :)

Noticed following BUGs(?) in the PHP-Implementation of the HTable in
webDEV 20
- property ExpandedImage/CollapsedImage is not Node-Independend ->
the last assigned image will displayed for all Nodes
- Function TableInsertChild did not insert after TargetIndex
-> Function appends at last Node as Child
- Function TableGiveParent did not give the Parent
-> Function returns just current Index
maybe the list may grow ;)

Has anyone run into same problems with PHP?

Of course all works properly as native webDEV-Application on a
webDEV-Application-Server

thanks

meikl :)
Miembro registrado
118 mensajes
Publicado el 13,septiembre 2016 - 16:07
Hi fabrice,

i am not discouraged :)

i just do my job. As my boss wants a linux/php solution developed with webDEV, than i do my best to get it work ;)

will give awp a try ...

thanks for your response

meikl :)
Mensaje modificado, 13,septiembre 2016 - 16:07
Miembro registrado
118 mensajes
Publicado el 16,septiembre 2016 - 14:47
noticed that awp needs also a webDEV Application Server ...
to be independent from a webDEV Application Server the only choice would be PHP, or?

regards
meikl :)
Publicado el 16,septiembre 2016 - 15:05
Hi Michael,

noticed that awp needs also a webDEV Application Server ...
to be independent from a webDEV Application Server the only choice would
be PHP, or?


Yes, you need webdev server for awp... But that's really worth it.

Best regards

--
Fabrice Harari
International WinDev, WebDev and WinDev mobile Consulting

Ready for you: WXShowroom.com, WXReplication (open source) and now WXEDM
(open source)

More information on http://www.fabriceharari.com


regards
meikl :)