

I guess we just have some perspective beyond our own short-sighted desires and experience.Ĭlick to expand.Putting me away as a spoiled brad with no intelect or at least ungratefull person, Some of us are simply adults that realize that nobody owes us anything and we're lucky to show up somewhere where gifts are bestowed upon us every day and it's only because a select group of people choose to put themselves in harm's way and work hard on our behalf that we have the privilege of doing that. You should thank them or, at the very least, keep quiet instead of acting like they're in the wrong because they're the only ones keeping you from an abyss. The fact that there are still some people that have retained their appreciation and respect for all the years that they've been lifted from the dirt is the only reason you're getting any releases at all at the moment. It reminds me of how spoiled children behave when they don't get their way and throw a tantrum, except you're 25. If you really loved to be here then you should follow our few common sense rules and take a moment to think about how you're coming across to the staff, the members and not to mention the teams.

Believe me that you're a much greater disappointment when so many have worked tirelessly for you only to have to read this kind of moronic nonsense. You're getting a warning for that because I've already had this discussion with you and you should know better after all these years. I can't imagine how you could possibly be misunderstood with your bitter and childish tirade complete with the word dickholes. then it tell you the amounts of product, colour to use and application uld be quite useful.You should have stuck with that initial train of thought. Id be tempted to add functionality to use phone camera to determine customer hair colour and work out the highlight (number of shades lightening/darkening needed automatically) as well as let them pick a colour on the phone. Even then it wouldnt be difficult to ad an option of which product line to use. It wouldn't be hard to do this at all in AppGameKit unless the database stored many different manufacturers developer and colouring options. Its really very easy logic to determine amounts of developer and peroxide etc and recommend a time for it to be applied straight from manufacturers recommended applications.
#NEOBOOK IF STATEMENTS SOFTWARE#
It could just be embedded in the software code itself anyway. Looking at the original looks like the information that is stored in the database wouldn't be large or complex anyway.

mdb to json using online tools or downloadable tools and load that easily into agk (ive done that and it works well) csv then load that into AppGameKit easily So is this possible to recreate using AppGameKit? If so, which parts of the package would I need to purchase in order to accomplish this? For example, the printed text might be, "Mix $Weight grams of $Strength peroxide and $ColourAmount grams of $TargetColourShade, then apply to the hair, leaving to develop for $DevelopmentTime mins." There are a lot of conditional statements required based on the info about the colour in it's row, which determine which 'results page' the user will be taken to, and the text result that they will read. IF $target_colour_shade_lightness => $current_colour_shade_lightness SET $NeedsPeroxide="TRUE" ELSE $NeedsPeroxide="False" Next, behind the scenes, the app looks up unique properties for each hair colour code in the table, such as 'how light or dark it is on a scale of 1-10'. The UI is simply 2 pull down combo boxes where the hairstylist selects the current hair colour code for their client, and then their desired hair colour code outcome (these lists are populated by looking up the 'haircolour_names' in a column of the table. Rather than being a game, the app is almost like a 'calculator' of sorts, that helps hairstylists correctly formulate their hair colour mixtures. My understanding of programming is very basic (we're talking Commodore 64 levels here), but I did manage to make my app work previously.

I see that AppGameKit is currently on sale via Steam, and I'm interested in purchasing it to remake an app that I made some years ago in a different software that is now no longer supported or updated called Neobook.
