[Ur] Need help with UPO: Ckeditor, Fail: Can't find variable: CKEDITOR?

2017-04-11 Thread Jeevjyot Chhabda
Greetings all, I am trying to execute Ckeditor example of UPO, it successfully compiles and creates an exe but when i try to run, I get error: "Fail: Can't find variable: CKEDITOR” I made few changes to the original files, here is ckbasic.ur fun main () = return ckbasic.urp

Re: [Ur] Ur/Web people organizer: editable table with fixed (hidden) field?

2017-04-11 Thread Ziv Scully
Am I correct in thinking that you basically want something like InputStrings's "const" and "given" parameters, but for EditableTable? On Tue, Apr 11, 2017 at 13:03 Marko Schütz Schmuck < markoschu...@googlemail.com> wrote: > On Tue, 11 Apr 2017 12:18:59 -0400, > Adam Chlipala wrote: > > > > If

Re: [Ur] Ur/Web people organizer: editable table with fixed (hidden) field?

2017-04-11 Thread Adam Chlipala
If the "user" field is not editable, how do you choose which user to associate with a new row? On 04/11/2017 12:10 PM, Marko Schütz Schmuck wrote: On Tue, 11 Apr 2017 10:58:31 -0400, Adam Chlipala wrote: OK, so you don't want to support adding or deleting rows, just editing the ones that