Seems like I might be the only Canadian here, greetings from Toronto, Ontario!
Read the statement by Michael Teeuw here.
Posts made by DongerZone
-
RE: Where are you from?
-
RE: Touch overly VS. "Smart Glass"
I’m going to be working on this soon, after I get my modules reacting to my mouse. I think putting a transparent capacitive touch panel, in front of the mirror, might give you this effect. If you want to put the mirror on top though, I think you’re looking for a resistive touch panel.
-
RE: Left to Right Modules, instead of top to bottom?
@broberg Oh it seems to work if I apply it to the class belonging to the module, thank you.
-
RE: Left to Right Modules, instead of top to bottom?
@broberg That just moves the entire div as far to the left as I can tell, I want to rearrange all the modules in one region to go left to right.
-
RE: Left to Right Modules, instead of top to bottom?
I thought about that, and it wouldn’t exactly work for my case as I might have indefinite columns in this row. This however does make sense and I could create a custom number of columns for every module I want to add, it just seems like poor practice to me and not very modular.
-
RE: Left to Right Modules, instead of top to bottom?
I actually figured out something that could help, if I open a dev console in firefox and I change the container div inside the region upper third div to have a display: flex; it flows left to right. Now I just need to figure out spacing
-
Left to Right Modules, instead of top to bottom?
How do I make multiple modules in one region flow from left to right (I’m using the upper third region as well, so it doesn’t have any regions left and right of it)?
I’m not too good with CSS in this way yet, but would love to learn how the GUI for this project is set up.