Gnumeric Spreadsheet
16 Jan 2015 07:56 - 16 Jan 2015 20:53 #55061
by mmt
Gnumeric Spreadsheet was created by mmt
Is it possible to open Gnumeric in a tab in Axis?
Last edit: 16 Jan 2015 20:53 by BigJohnT.
Please Log in or Create an account to join the conversation.
16 Jan 2015 20:52 - 16 Jan 2015 20:52 #55078
by BigJohnT
Replied by BigJohnT on topic Gnumeric Spreadsheet
I'm just curious what your going to do with a spreadsheet in Axis?
JT
JT
Last edit: 16 Jan 2015 20:52 by BigJohnT.
Please Log in or Create an account to join the conversation.
17 Jan 2015 01:20 #55096
by mmt
Replied by mmt on topic Gnumeric Spreadsheet
So my operators can enter part inspection data.
Please Log in or Create an account to join the conversation.
17 Jan 2015 21:38 #55122
by BigJohnT
Replied by BigJohnT on topic Gnumeric Spreadsheet
That makes sense, but why inside of Axis? You can have Gnumeric running beside Axis with much less trouble.
JT
JT
Please Log in or Create an account to join the conversation.
17 Jan 2015 22:25 #55125
by ArcEye
Yes.
Is it straight forward or easy - No
Apart from pyvcp programs, the apps that embed simply into Axis, are the ones that take a XWinID as an argument and embed themselves into that window
(mplayer is a good example of this)
If there is no method to pass the window ID into which the app should embed, then you have to start the app, establish what the WinID of it is and use that to embed into your container widget
I have done this in Qt and embedded the Gremlin widget into a Qt application
However this requires coding.
There is a C program here which produces an embeddable gtk window.
marc.info/?l=gnome-components&m=96782076200081&w=1
However even if you achieve this, you will have a panel that cannot be maximised beyond the tab restraints, probably no more than 60% of the screen.
Just running gnumeric alongside and teaching your operators to use Alt Tab makes far more sense
regards
Replied by ArcEye on topic Gnumeric Spreadsheet
Is it possible to open Gnumeric in a tab in Axis?
Yes.
Is it straight forward or easy - No
Apart from pyvcp programs, the apps that embed simply into Axis, are the ones that take a XWinID as an argument and embed themselves into that window
(mplayer is a good example of this)
If there is no method to pass the window ID into which the app should embed, then you have to start the app, establish what the WinID of it is and use that to embed into your container widget
I have done this in Qt and embedded the Gremlin widget into a Qt application
However this requires coding.
There is a C program here which produces an embeddable gtk window.
marc.info/?l=gnome-components&m=96782076200081&w=1
However even if you achieve this, you will have a panel that cannot be maximised beyond the tab restraints, probably no more than 60% of the screen.
Just running gnumeric alongside and teaching your operators to use Alt Tab makes far more sense
regards
Please Log in or Create an account to join the conversation.
Time to create page: 0.087 seconds