![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
http://www.techworld.com.au/article/...urce_nx_server http://www.eweek.com/c/a/Application...y-Apps-448913/ Since Chrome is in essence Linux and Open Source, might it be economical to modify Chrome as a Pick front end that can be used in the same room or over the web from any place in the world? Designed a certain way, this could work for any database and once it were used like for DB2 or MySql it would be much easier to create interest in Pick. Henry Keultjes Mansfield Ohio USA |
#3
| |||
| |||
|
|
Henry, the purpose of a web browser is to render web pages. *We don't need to code into a specific browser, we just need to create web pages. *Anyone purchasing an application these days wants a browser-based, Rich Internet Application. *They don't want a green screen, and they don't want a green screen rendered in a browser. I find it ironic that people are moving from thick apps to the browser, and then modern proposals run browsers that run as operating systems. *What's the real objective with any of this? Maybe I'm missing something, Henry. *Do you have a vision for rendering an application which doesn't seem to be solved by standard means? hbkeultjeswrote: http://www.techworld.com.au/article/...ses_open_sourc... http://www.eweek.com/c/a/Application...-Chrome-OS-Too... Since Chrome is in essence Linux and Open Source, might it be economical to modify Chrome as a Pick front end that can be used in the same room or over the web from any place in the world? Designed a certain way, this could work for any database and once it were used like for DB2 or MySql *it would be much easier to create interest in Pick. Henry Keultjes Mansfield Ohio USA |
#4
| |||
| |||
|
|
The steps/technology to "render" an image be that on the local PC screen or the remote screen for a Linux or Linux/Pick application are too complex period. An application works by "rendering" that application in RAM so all I need is a way to see, printed or screen, what's in RAM. That there have been hundreds, perhaps thousands, perhaps millions of way to that is irrelevant to me. All I want to is seeing it on a pixel screen and vector issues and such should be irrelevant. As I have said many times, I am too uneducated in all things IT to get hung up by these things. People like you and many others on this Pick list have the knowledge to make this work. Is Grigory still reading this list? Wasn't that Russion group involved in the first GraPick or was that all Mark's work? One thing I know for sure; X11 has to go! Henry |
#5
| |||
| |||
|
|
Henry, I'm still not sure what problem you're trying to solve. *Tell us exactly what you'd like to do, what you'd like to see on a screen from a user perspective, without using terms like RAM, Linux, and X11. If you're not technical then why are you trying to solve a technical problem, especially one that doesn't seem to exist? *Browsers have solved the issues related to creating a pleasant remote user experience for all OS's. *Granted, it's not StarTrek, but you're not looking for a StarTrek experience anyway. If you want to see your home PC screen from anywhere else, check into LogMeIn, GoToMeeting, (Citrix) Remote Desktop, and similar desktop sharing offerings - free and for-fee. *I use these all the time depending on the need. GraPick was just another GUI generator. *There are many others like it these days, but better. *Dave Zigray was on that project and he floats around here once in a while. You're combining a lot of apples n oranges here and no one seems to be hungry for a fruit salad. * * Keep it simple. *Rather than proposingsolutions and asking how they can work, tell us the problem and we can probably recommend a solution that suits your style. Regards, T The steps/technology to "render" an image be that on the local PC screen or the remote screen for a Linux or Linux/Pick application are too complex period. *An application works by "rendering" that application in RAM so all I need is a way to see, printed or screen, what's in RAM. *That there have been hundreds, perhaps thousands, perhaps millions of way to that is irrelevant to me. * All I want to is seeing it on a pixel screen and vector issues and such should be irrelevant. *As I have said many times, I am too uneducated in all things IT to get hung up by these things. *People like you and many others on this Pick list have the knowledge to make this work. Is Grigory still reading this list? * Wasn't that Russion group involved in the first GraPick or was that all Mark's work? One thing I know for sure; X11 has to go! Henry |
#6
| |||
| |||
|
|
Henry, I'm still not sure what problem you're trying to solve. Tell us exactly what you'd like to do, what you'd like to see on a screen from a user perspective, without using terms like RAM, Linux, and X11. If you're not technical then why are you trying to solve a technical problem, especially one that doesn't seem to exist? Browsers have solved the issues related to creating a pleasant remote user experience for all OS's. Granted, it's not StarTrek, but you're not looking for a StarTrek experience anyway. If you want to see your home PC screen from anywhere else, check into LogMeIn, GoToMeeting, (Citrix) Remote Desktop, and similar desktop sharing offerings - free and for-fee. I use these all the time depending on the need. GraPick was just another GUI generator. There are many others like it these days, but better. Dave Zigray was on that project and he floats around here once in a while. You're combining a lot of apples n oranges here and no one seems to be hungry for a fruit salad. Keep it simple. Rather than proposingsolutions and asking how they can work, tell us the problem and we can probably recommend a solution that suits your style. Regards, T The steps/technology to "render" an image be that on the local PC screen or the remote screen for a Linux or Linux/Pick application are too complex period. An application works by "rendering" that application in RAM so all I need is a way to see, printed or screen, what's in RAM. That there have been hundreds, perhaps thousands, perhaps millions of way to that is irrelevant to me. All I want to is seeing it on a pixel screen and vector issues and such should be irrelevant. As I have said many times, I am too uneducated in all things IT to get hung up by these things. People like you and many others on this Pick list have the knowledge to make this work. Is Grigory still reading this list? Wasn't that Russion group involved in the first GraPick or was that all Mark's work? One thing I know for sure; X11 has to go! Henry |
#7
| |||
| |||
|
|
Ok, I guess I'll be the one to ask... ".. *I attempt to explain to others that they also can use Pick to systemize ..etc" Is 'systemize' really a word? dmm |
#8
| |||
| |||
|
#9
| |||
| |||
|
|
but I still want to store *all* the data, in a Pick database. Best regards, Henry |
#10
| |||
| |||
|
|
On Aug 23, 9:42 am, hbkeultjes <hbkeult... (AT) gmail (DOT) com> wrote: SNIP but I still want to store *all* the data, in a Pick database. Best regards, Henry Why do you actually want to store ALL THE DATA in a pick database? For example, if I received an order as a PDF or fax (tiff format) I'd be more than happy to control/index access via Pick, but let the actual data/image reside elsewhere, and jjust keep a link to this. Of course the actual data content of the order (products, quantites, deliver address etc) would be replicated as ascii "inside" pick, but the source document? .... Whilst it CAN be done, I wouldn't bother as I can not see any benefit in doing so. By leveraging the strengths of each level of an application stack, deficits in one layer can be offset by capabilities & resources in another, yielding a bigger & better "whole" Just a thought |
![]() |
| Thread Tools | |
| Display Modes | |
| |