using sqlite with fltk to print output - fltk

Please guys I have no idea on how to print output from sqlite database to fltk multiline output. Help to just point me in the right direction. Thanks. I'm making a management app as my final project and my defense is near already

Related

power apps tree control with expand nd collapse functionality in canvas app

I am trying to create a tree view in powerapps. can someone please guide me on this,I am refering the below link, and the second example but the expand and collapse doesnot seem to work.
https://www.canviz.com/power-apps-tree-control/
I am not sure if your problem is solved. But I had a similar need, and followed the following link which had clear steps to follow and expand/collapse worked for me.
https://www.linkedin.com/pulse/nerdy-article-creating-powerapp-mobile-app-browse-structured-dagan/
Best regards,
Deb

SVG from web to illustrator

Im looking to make a system in which a user can create simple shapes and text on the web using SVG. I'd then like to be able to save whatever they've done to a database so they can come back and edit further, and/or be able to export what they've created from the database into illustrator.
Is there one particular library or approach that would make doing this feasible?
This may send you in the right direction SVG-Edit project.
If you just need a good svg framework to write your own, svg.js has always been good to me.
Good luck.

Ideas about how to create a splash screen using PyGObject?

Any ideas about how to create a splash screen for my application using Python3 and PyGObject ?
For example : Like the GIMP's slpash screen.
In my case, i used time.sleep(...) and it makes my application start very slowly. I'm wondering if should i thread the slpash screen Gui.
I've searched in websites and i didn't find any solution.
Thanks for your answers. And sorry for my bad english.
create a window
will it with your content
open it
force it to show
set a timeout to close said window at a later time
proceed with initialisation
There are examples out there, e.g. http://code.activestate.com/recipes/577919-splash-screen-gtk/

Embedding Metadata in a File(Visual C++)

I have written a simple MFC text editor in Visual C++ and I was wondering how I might go about embedding metadata into a file. For eg. author, date of creation, etc. Don't need you to tell me step by step, just need you to guide me in the right direction. Thanks.

Fist vs. Hand Tracking Kinect SDK v1

I wanna track if I make a fist or if I have my hand open.
Like this shows:
http://channel9.msdn.com/coding4fun/kinect/Simple-Hand-Tracking-with-MS-Kinect-SDK--WPF
Now do I have the problem that I'm doing it in C++ and that in this example the old version of kinect is in used.
At first I've the problem to display just the hand in the depthView and then im going to have the problem to detect if it is a fist or a hand.
I'm looking forward for your help

Resources