CommandFusion / iViewer-For-Android

CommandFusion iViewer for Android
2 stars 0 forks source link

Does anyone have same feedback issue #102

Closed u7310330 closed 11 years ago

u7310330 commented 11 years ago

I can't get feedback from the Legrand system but it works on Ipad and iphone. does anyone know what different between these two system setting.

Wilson

fpillet commented 11 years ago

This is too vague, please provide more information. We need some description of what data is going through, what the feedback items are, etc. Ideally, a simplified GUI that exhibits the issue. But realistically, any information about the data and the processing you're applying will help identify the issue.

Thanks for the report.

u7310330 commented 11 years ago

Hi Florent,

I find-out what cause crash. in monitor system Regex 2(\d)*95## when i set value for digital join 8951 = {{if([@s895]==0 and [@s896]==0,1,0)}} in iOS it is no problem but in Android it will crash. if i remove one of {} it is not crash in Android but in iOS will not get the status.

Hope it is useful.

fpillet commented 11 years ago

Thanks for the additional information. FYI, the pattern is invalid. In regex, "_" means "zero or more times" but it need to be preceeded with something. I think what you really wanted to express was ".2.(\d)._95##"

u7310330 commented 11 years ago

Hi Florent,

Sorry when i submit forget to check it. I missed typing at Regex it is /2/(/d)/*95/#/# ( / to other side) the backslash cannot shows on this web

rohanvd commented 11 years ago

Hi. I just posted a new issue (109), but I think it may be the same issue seen here.

fpillet commented 11 years ago

Should be fixed in build 129, please give it a go!

u7310330 commented 11 years ago

Hi Florent,

I found it may cause this problem. mistake

i had deleted the space and it was working.

Hi rohanvd, you can check it and test it.

Wilson