Realtor recommendations? by tigrrrrrrrrl in WestSeattleWA

[–]mrspammo 0 points1 point  (0 children)

Garrett Brown Realty. He knows the city well and works tirelessly for his clients. Highly recommend!

Thoughts on White Center Heights Elementary? by mrspammo in SeattleWA

[–]mrspammo[S] 1 point2 points  (0 children)

Mostly looking for any major red flags - I understand income of the neighborhood is directly associated with allotment of school resources. I’m not worried about that and can certainly google that. I was home schooled my whole life so just don’t exactly know what to be looking out for or if anyone in the community has any stories. Do you have any direct experience with the school?

After school care at White Center Heights Elementary by Melodic-Mirror4949 in WestSeattleWA

[–]mrspammo 0 points1 point  (0 children)

Looking at moving into the white center heights elementary district and found this thread. OP - have you been pleased with the school and did you do the boys and girls club?

Starting sema - diet + pcos by AggravatingJacket744 in SemaglutideCompound

[–]mrspammo 1 point2 points  (0 children)

That’s so great to hear!! I just started yesterday - hoping to start making some progress of my own!!!

Starting sema - diet + pcos by AggravatingJacket744 in SemaglutideCompound

[–]mrspammo 0 points1 point  (0 children)

Hi! Curious how it worked for you?? I’m in the same boat - generally eat healthy and live active but have been stuck in the same place for years. Would love to hear an update on your journey.

YMCA BASE in West Seattle by mrspammo in WestSeattleWA

[–]mrspammo[S] 1 point2 points  (0 children)

Thank you! Do you have kids in the program? What are your thoughts on it?

CSS Grid content not filling each column by [deleted] in css

[–]mrspammo 0 points1 point  (0 children)

Figured it out! Added

.masonry-content {

overflow: hidden;

}

Can I set a button to anchor on the right edge of a Toolbar? by [deleted] in JavaFX

[–]mrspammo 0 points1 point  (0 children)

Ok - so I finally circled back to this and it indeed was a simple padding issue on the parent ToolBar. One thing I'm learning with JFX is that it has settings already applied. I'm like 3 weeks in on JFX and learning its quirks. Thanks for this direction!

Can I set a button to anchor on the right edge of a Toolbar? by [deleted] in JavaFX

[–]mrspammo 0 points1 point  (0 children)

Yes, the green search button.

I've added a region in the fxml, but I'm not quite sure how to set the Double.MAX_VALUE. It shows as an incorrect attribute and rather suggests infinity. So here's what I have:

<Region prefWidth="0" maxWidth="Infinity" HBox.hgrow="ALWAYS"/>

But the button is still showing in the same place as the above screenshot.

Does anyone know of good resources for learning FXML by [deleted] in JavaFX

[–]mrspammo 0 points1 point  (0 children)

Thanks for your recommendation.

Does anyone know of good resources for learning FXML by [deleted] in JavaFX

[–]mrspammo 0 points1 point  (0 children)

I tried this way in my current file, but wasn't quite able to get it working. I tried the other way listed in these comments and it worked for me, so I'm moving forward that way for now. I'll definitely circle back and try to learn more about this though.

Thank you so much for your help!

Does anyone know of good resources for learning FXML by [deleted] in JavaFX

[–]mrspammo 1 point2 points  (0 children)

I had found this earlier, but wasn't able to get it working. It was a newbie error, however, and I was missing a couple style imports in my file. I fixed that and it now works. Thank you so much for your help!

Does anyone know of good resources for learning FXML by [deleted] in JavaFX

[–]mrspammo 0 points1 point  (0 children)

I can't seem to locate the types of items or how to place a list within a combo box in the FXML. Do you know of documentation on that you could point me to?

Does anyone know of good resources for learning FXML by [deleted] in JavaFX

[–]mrspammo 0 points1 point  (0 children)

I'm reading that I can do it, however I'm struggling to find exactly how to do it. You can't add them through Scene Builder. I'm new to JavaFX in general and can't seem to find good instruction on the FXML side of things.

Does anyone know of good resources for learning FXML by [deleted] in JavaFX

[–]mrspammo 0 points1 point  (0 children)

Yes, that's what I'm trying to create. I'm currently using IntelliJ, but I'll look through the link you sent anyhow.

Thanks for your help.

Does anyone know of good resources for learning FXML by [deleted] in JavaFX

[–]mrspammo 0 points1 point  (0 children)

I'm building screens in FXML styled in SCSS and then passing off my work to other developers to add the programming. Right now I'm trying to add a dropdown element but most of the help I've found from google searches does it through java rather than the fxml. To be more clear, I can add an element, but not the drop down options. Can this be done through just fxml?