MostafaElAyoubi / Data-shapes

code for revit, dynamo
50 stars 12 forks source link

Wish: Make TextNote borders optional #30

Open andydandy74 opened 7 years ago

andydandy74 commented 7 years ago

Hi Mostafa, I think it would be nice to have the option to suppress the TextNote borders for TextNotes located inside InputGroups, like so (and align the text with the rest of the elements inside the group): grafik

andydandy74 commented 7 years ago

Thinking about this some more, maybe it would make more sense to make this an optional setting for TextNotes (instead of InputGroups), so we could have that choice outside of InputGroups as well.

MostafaElAyoubi commented 7 years ago

Hi Andreas. I'm on it :) The only problem I have with adding inputs to the nodes is the fact that it messes up previously placed nodes.. People get very confused. Have you ever figured out a way to by pass that issue?

andydandy74 commented 7 years ago

No. But I love to confuse people. ;-) But while we're on the subject: something I've thought about for a while now is if it wouldn't make sense to have a "UI Styles" input for the form node that can take a list of inputs (e.g. form width, form height, etc.), each created by a separate (new) node. That way the number of inputs would be a lot less and there would be no future issues with new inputs being disabled by default. It would allow you to introduce new features (e.g. custom margin sizes etc.) without breaking existing workflows.

MostafaElAyoubi commented 7 years ago

That's a very iteresting thought. I'ts worth investigating. Maybe something similar should be done for each inputs type to allow more customization and new input additions. Otherwise there would be one giant node to set everything :)

MostafaElAyoubi commented 6 years ago

About the default values activation, I have something comming :
dispatcher Will work on some UI customization soon !