-
As title, here is the error:
```
xl_form.rb:89:in `row_type:': uninitialized constant ProMotion::XLForm::XLFormRowDescriptorTypeImage (NameError)
```
-
I installed the Promotion-XLForm gem and copied the example form into a screen and it no longer compiles, I keep getting an initialized constant (Name error).
The specific error is :
xl_form_patch.r…
-
Hoping this is something silly on my part.
I'm setting up a login form with a button at the bottom of the form. The button does not appear.
```
class LoginScreen < PM::XLFormScreen
title "Login …
-
The gem compiles fine on my machine running xcode 7.1.1 but when attempting to use travis CI I get `Undefined symbols for architecture i386` errors. In my .travis.yml I specify `osx_image: xcode7.1`. …
-
After rake newclear, I get this error
```
Terminating app due to uncaught exception 'TypeError', reason: 'xl_form_screen.rb:97:in `valid?': can't convert Class into String
```
It appears that the po…
-
I may be misunderstanding this behavior in the first place, apologies if so, but I can't seem to get the example given for [multivalued sections](https://github.com/bmichotte/ProMotion-XLForm#multival…
-
@mtnbarreto In the exact same way as `XLFormRowDescriptorTypeImage`, I also added a `XLFormRowDescriptorTypeColor` cell to [ProMotion-XLForm](https://github.com/bmichotte/ProMotion-XLForm) using the p…
-
I'm trying to set the insert mode to `button` instead of `last_row` via https://github.com/bmichotte/ProMotion-XLForm/blob/master/lib/ProMotion/XLForm/xl_form_patch.rb#L117
However, when I set `inser…
-
I'm considering deprecating PM-form. @bmichotte has an excellent alternative called [ProMotion-XLForm](https://github.com/bmichotte/ProMotion-XLForm), and we've been having a lot of issues with the un…
-
Hi,
I was testing the "hide" functionality and it doesn't work for options. but it works when is a switch.
i tried the code from the test file:
``` ruby
{
title: 'Options',
name: 'options',
ty…
soyoh updated
9 years ago