Looks good. Applied to SVN. Revision 4334.
Alessandro Sala schrieb:
> Hi Alex, Sebastian,
>> That works, but it doesn't look really nice, because i have large
>> arrays with objects that describe various widgets and regular
>> expressions belong to it. Is there any way to patch this issue in
>
Yes it works. Thank you Alessandro.
Sebastian, will you apply this patch, or should i wait with
"re-back-constructing" my code?
Cheers,
alex.d
Hi Alex,
Sebastian,
That works, but it doesn't look really nice,
because i have large arrays with objects that describe various widgets
and regula
Hi Alex, Sebastian,
That works, but it doesn't look really nice, because i have large arrays
with objects that describe various widgets and regular expressions
belong to it. Is there any way to patch this issue in generator.py?
>> i have(as an example) following object:
>>
>> var text =
Alex D. schrieb:
> Hi Sebastian,
> i'm sorry for being annoying but should i reconstruct my code or wait
> for this issue to be corrected in generator.py?
please reconstruct your code and open a bug for this please.
Cheers,
Sebastian
>
> Best Regards
> alex.d
>>> yes, it seems not to detect
Hi Sebastian,
i'm sorry for being annoying but should i reconstruct my code or wait
for this issue to be corrected in generator.py?
Best Regards
alex.d
>> yes, it seems not to detect the regular expression in hash-maps.
>> Please try the following instead.
>>
>> var reg = /^[0-9]$/;
>> var text
That works, but it doesn't look really nice, because i have large arrays
with objects that describe various widgets and regular expressions
belong to it. Is there any way to patch this issue in generator.py?
Best Regards,
alex.d
> yes, it seems not to detect the regular expression in hash-maps.
yes, it seems not to detect the regular expression in hash-maps. Please
try the following instead.
var reg = /^[0-9]$/;
var text = [{'typ':'textfield', 'name':'date', 'regexp':reg }];
Hope this helps.
Cheers,
Sebastian
Alex D. schrieb:
> Hi ASAP,
>
> i have(as an example) following object
Hi ASAP,
i have(as an example) following object:
var text = [{'typ':'textfield', 'name':'date', 'regexp':/^[0-9]$/ }];
with a regular expression in it.
generator.py throws following error:
expected expression but found token/DIV: ...
Any ideas why regular expression causes this error?
Bes