Announcement

Do not use the forums to submit bug reports, feature requests or patches, submit a New Ticket instead.

#1 Re: User Discussion & Help » Confusing licensing issues » 2009-12-16 12:28:02

ray

Hilope, you seem absolutely right with the Tango license. I have just removed the license file from the trunk. I don't know why Douglas has placed it there in the first place, but it looks obviously wrong.

I also changed the license of  HtmlEntities, which is by myself, if this matters anything

#2 Re: User Discussion & Help » How can I see embed media as soon as I set the editor to WYSIWYG mode? » 2009-11-26 05:55:31

ray

This ist interesting. Spontanously I would have thought, it's simply that Firefox doesn't show embedded content in WYSIWYG mode, but in fact it works  when the code is in the textarea when Xinha is created, but not when switching between modes.
So I think this should be fixable; if anybody finds out how, please sen a patch!

#3 Re: User Discussion & Help » Cross-Browser Support » 2009-11-14 12:36:57

ray

Safari 3 works; Chrome, too, as it's based on WebKit like Safari.

#4 Re: User Discussion & Help » Looks like a common problem » 2009-11-03 05:11:57

ray

Have you correctly set

$IMConfig['images_url'] = '<images url>';

?

#5 Re: User Discussion & Help » how display é &grave; just in html code mode ? » 2009-10-16 07:18:12

ray

the plugin HtmlEntities does the trick.

You may however consider using UTF-8 (in future projects), so you don't need these entities!

#6 Re: User Discussion & Help » Future of xinha » 2009-10-13 04:35:17

ray

Hi guys,
Recently I have been a bit busy working for money wink and girlfriend and stuff. Also my fellow Phoenix programmers seem to have quit. However I'm still here with you, and I'm still willing take on work again soon!

Ray

#7 Re: User Discussion & Help » Waiting for xinha to complete load » 2009-09-16 04:48:00

ray

You can use

 xinha_editors.editor1.whenDocReady(function(){
 ....
})

#12 Re: User Discussion & Help » Image Manager: Browse/Upload-Button is gone?! » 2009-07-20 04:36:08

ray

Please check if you explicitly allow file uploads in the ImageManager configuration

#13 Re: User Discussion & Help » Server requirements for running Xinha - just PHP (version?) or ...? » 2009-07-20 04:34:20

ray

Your server obviously must be able to execute PHP scripts, e.g. as CGI. I don't know if 4D can do this

#15 Re: User Discussion & Help » Problem with Stylist plugin » 2009-07-20 04:20:18

ray

You can't select a tag selector in stylist, because it's apllied to all H1s automatically

#16 Re: User Discussion & Help » Copy and Paste not working. » 2009-07-17 06:22:48

ray

Sorry, controlling copy & paste with Javascript is not allowed in these browser. You'll h<ve to use the usual key commands instead

#17 Re: User Discussion & Help » Question: How to customize forecolor and / or hilitecolor » 2009-07-15 06:30:47

ray

Sorry, this is not possible at the moment. If you wish you may fille a feature request http://trac.xinha.org/wiki/Tickets

#18 Re: User Discussion & Help » Newbie Installation Help » 2009-07-06 04:24:07

ray

Hi joek,
Xinha is written in Javascript and as such is executed in the users browser. For that the the files have to be readable by the web server, like any HTML or image.

#19 Re: User Discussion & Help » Changes doesnt affect until press htmlMode button » 2009-06-12 04:37:39

ray

I suppose you try to get the HTML from the textarea, but it is not updated in real time. You can use this function to retrive the HTML directly from the Xinha object instead

xinha_editors.yourEditor.getEditorContent()

or you can call the static function

Xinha.updateTextareas()

save the contents of all Xinhas to their respective textareas programatically

#22 Re: User Discussion & Help » IE always lower-casing the inline style tags » 2009-04-14 05:10:42

ray

Hi jhilgeman,
that's a bug thanks for reporting Ticket #1423  and just fixed

PS: you should grab an uncompressed source from svn if you do debugging, that much easier smile

#23 Re: User Discussion & Help » Php embedded inside php problem » 2009-03-31 05:12:19

ray

Hi 0xdeadc0de,
if your're talking about the plugin PreserveScripts, it is using RegExps to find blocks of PHP. Obviously not all levels of complexity can be covered by this without designing an equally complex regular expression, but there are always cases that will fall out, like the example you give. Sorry.

#24 Re: User Discussion & Help » xinha run locally or on cd » 2009-03-17 05:26:57

ray

I'm sorry, Xinha relies heavily on XMLHTTPRequests, and these only work with a server

#25 Re: User Discussion & Help » uncompressed code » 2009-03-12 11:15:42

ray

You can either check out the repository by svn, or browse the sources with trac http://trac.xinha.org/browser/trunk

Board footer

Powered by FluxBB