TheLearningCurve / NutritionApiV3

0 stars 0 forks source link

FitTracker View (FXML, CSS) #24

Closed KyletheWolff closed 8 years ago

KyletheWolff commented 8 years ago

Here is the design for the view.

No controller has been added yet.

KyletheWolff commented 8 years ago

16

BrandonVanderMey commented 8 years ago

One problem I see is that your FXML doesn't start with tags. If I remember correctly the reason we did that was so we can insert it into another fxml frame.

KyletheWolff commented 8 years ago

Oh crap I did forget root. I can add that in later this week On Jan 20, 2016 2:22 PM, "Brandon VanderMey" notifications@github.com wrote:

One problem I see is that your FXML doesn't start with tags. If I remember correctly the reason we did that was so we can insert it into another fxml frame.

— Reply to this email directly or view it on GitHub https://github.com/TheLearningCurve/NutritionApiV3/pull/24#issuecomment-173331275 .

KyletheWolff commented 8 years ago

Added the root tag

KyletheWolff commented 8 years ago

I will need the imports for the rest of the elements.

BrandonVanderMey commented 8 years ago

Say that again?

KyletheWolff commented 8 years ago

Are you talking about the Anchorpane?

BrandonVanderMey commented 8 years ago

Yes, the tag type is "AnchorPane" and beneath it is an tag. I don't think that is needed unless somewhere in the code you plan (or already have) two Anchor Panes side by side in the tag.

KyletheWolff commented 8 years ago

Edited

BrandonVanderMey commented 8 years ago

Was there any attributes from the tag you removed that you needed?

KyletheWolff commented 8 years ago

Ya I did it

BrandonVanderMey commented 8 years ago

Okay :) Good job. Merged