In the two following functions :
private function jObjectToArray
private function jArrayToArray
It appears that the first of the three following lines should be changed from:
repeat while sIndex <= sNumTokens
add 1 to sIndex
switch sJson[sIndex]
to:
repeat while sIndex < sNumTokens -- and ...
Search found 12 matches
- Wed Sep 09, 2009 1:21 pm
- Forum: Announcements
- Topic: libJson
- Replies: 10
- Views: 12648
- Wed Sep 09, 2009 11:37 am
- Forum: Announcements
- Topic: libJson
- Replies: 10
- Views: 12648
Fix proposal to deal with diacritics characters
Mark,
Diacritics does not seem to convert appropriately. I suggest to change the two following handlers to:
private function unicodeEscapes pString
put false into inEsc
repeat for each char c in pString
add 1 to count
put c after buffer
if count < 2 then next repeat
if buffer is "\u ...
Diacritics does not seem to convert appropriately. I suggest to change the two following handlers to:
private function unicodeEscapes pString
put false into inEsc
repeat for each char c in pString
add 1 to count
put c after buffer
if count < 2 then next repeat
if buffer is "\u ...
- Thu Aug 06, 2009 11:53 am
- Forum: CGIs and the Server
- Topic: RunRev developing PHP alike server-side xTalk module?
- Replies: 14
- Views: 20226
- Tue Aug 04, 2009 8:11 am
- Forum: Using Externals
- Topic: Data Tree control beta testers wanted
- Replies: 10
- Views: 18278
- Tue Aug 04, 2009 8:01 am
- Forum: Announcements
- Topic: libIMEDTreeManager - The TREE MANAGER & TREE FIELD CONTR
- Replies: 7
- Views: 12496
License distribution price : bug corrected !
Garrett,
Thank you very much to have put the finger on an error in our web page. The license price is charged once and all applications made with the Tree Manager license are royalty free .
:!: Since the beginning in 2006 we have never charged our customers for standalone!
So, thank you for your ...
Thank you very much to have put the finger on an error in our web page. The license price is charged once and all applications made with the Tree Manager license are royalty free .
:!: Since the beginning in 2006 we have never charged our customers for standalone!
So, thank you for your ...
- Sun Aug 02, 2009 8:18 pm
- Forum: Using Externals
- Topic: Data Tree control beta testers wanted
- Replies: 10
- Views: 18278
How do you compare with Tree Control libIMEDTreeManager?
Hi Steve and other folks,
Did you try the libIMEDTreeManager?
How do you compare with it?
More info on http://forums.runrev.com/phpBB2/viewtopic.php?t=358.
Kind regards,
iMed Editor
http://www.imed-edition.net/rev/treemanager/index.html
Did you try the libIMEDTreeManager?
How do you compare with it?
More info on http://forums.runrev.com/phpBB2/viewtopic.php?t=358.
Kind regards,
iMed Editor
http://www.imed-edition.net/rev/treemanager/index.html
- Sun Aug 02, 2009 8:06 pm
- Forum: Announcements
- Topic: libIMEDTreeManager - The TREE MANAGER & TREE FIELD CONTR
- Replies: 7
- Views: 12496
libIMEDTreeManager v 2 : Tree Control for Rev 4
iMed Edition is very pleased to annonce that a new version of our Tree Control is on the way.
This is a stack library we have developed since 2006. A stack with many examples is provided.
Among the new features for 2.0 :
- An even better visual interface.
- Internal re-engeneering of the tree ...
This is a stack library we have developed since 2006. A stack with many examples is provided.
Among the new features for 2.0 :
- An even better visual interface.
- Internal re-engeneering of the tree ...
- Wed Mar 19, 2008 8:00 pm
- Forum: Announcements
- Topic: libIMEDTreeManager - The TREE MANAGER & TREE FIELD CONTR
- Replies: 7
- Views: 12496
- Wed Mar 19, 2008 11:16 am
- Forum: Announcements
- Topic: libIMEDTreeManager - The TREE MANAGER & TREE FIELD CONTR
- Replies: 7
- Views: 12496
libIMEDTreeManager RELEASE 1.3 IS AVAILABLE
libIMEDTreeManger 1.3 addresses issues related to Revolution 2.9-dp.
This update is free to current users.
More info on web site: http://www.imed-edition.net/rev/treemanager
This update is free to current users.
More info on web site: http://www.imed-edition.net/rev/treemanager
- Thu Jul 26, 2007 3:31 pm
- Forum: Announcements
- Topic: libIMEDTreeManager - The TREE MANAGER & TREE FIELD CONTR
- Replies: 7
- Views: 12496
libIMEDTreeManager update - Tree Manager & Tree Field 1.
:D Release of version 1.2 of libIMEDTreeManager :D
This update includes a major new feature :
• Optional display of vertical lines between nodes of the same parent, similar to the Windows hierarchical list (see the real life sample image below).
• Plus enhancements of the tree display and ...
This update includes a major new feature :
• Optional display of vertical lines between nodes of the same parent, similar to the Windows hierarchical list (see the real life sample image below).
• Plus enhancements of the tree display and ...
- Wed Apr 26, 2006 7:00 am
- Forum: Feature Proposals
- Topic: XML, XPATH and XSLT support
- Replies: 3
- Views: 6361
XML, XPATH and XSLT support
Are the order of siblings defined in an XML file? I don't think it is, ...
Of course it is! depending on your model...
In http://www.w3.org/TR/2004/REC-xml11-20040204/ it is stated that for tag «the order of attribute specifications in a start-tag or empty-element tag is not significant». BUT ...
Of course it is! depending on your model...
In http://www.w3.org/TR/2004/REC-xml11-20040204/ it is stated that for tag «the order of attribute specifications in a start-tag or empty-element tag is not significant». BUT ...
- Fri Apr 21, 2006 2:16 pm
- Forum: Feature Proposals
- Topic: XML, XPATH and XSLT support
- Replies: 3
- Views: 6361
XML, XPATH and XSLT support
Some of the xml features requests to bugzilla and votes since 2004:
http://support.runrev.com/bugdatabase/show_bug.cgi?id=1893
http://support.runrev.com/bugdatabase/show_bug.cgi?id=2252
...but never been addressed. Absolute silence from Runrev! At least developers would been grateful to get ...
http://support.runrev.com/bugdatabase/show_bug.cgi?id=1893
http://support.runrev.com/bugdatabase/show_bug.cgi?id=2252
...but never been addressed. Absolute silence from Runrev! At least developers would been grateful to get ...