1. GraphApp

If anyone has tried GraphApp on something other than KDE,
please let me know if the window creation flags work on your system.
i.e. change StandardWindow to SimpleWindow, Modal, or HScrollbar...etc.
No matter what I put there, I get the same, full standard x-window.

Thanks,
Irv

#!/home/irv/euphoria/bin/exu

include graphapp.e
without warning

window win
        win = newwindow("Hello World Window", {50,50,200,150},StandardWindow)
        show(win)
        mainloop()

new topic     » topic index » view message » categorize

2. GraphApp

I try to get GraphApp running on Euphoria (and Peu) .
In Linux as well in MSWindows . 
Maybe your see it . Look on : http://dotpups.de/menno/GraphApp/WrapGraphApp.html
Most People cann't read it , go to download and see the examples .

new topic     » goto parent     » topic index » view message » categorize

3. Re: GraphApp

menno wrote:
> 
> I try to get GraphApp running on Euphoria (and Peu) .
> In Linux as well in MSWindows . 
> Maybe your see it . Look on : <a
> href="http://dotpups.de/menno/GraphApp/WrapGraphApp.html">http://dotpups.de/menno/GraphApp/WrapGraphApp.html</a>
> Most People cann't read it , go to download and see the examples .

Hi menno,

With minor changes, it seems to work for me on Windows and on Linux as well,
under EU 2.5 control, not Peu.
 
Almost all demos work Ok, but what is the '~' sign?
What does it do in Peu?

Regards,
Igor Kachan
kinz at peterlink.ru

new topic     » goto parent     » topic index » view message » categorize

4. Re: GraphApp

menno wrote:
> 
> I try to get GraphApp running on Euphoria (and Peu) .
> In Linux as well in MSWindows . 
> Maybe your see it . Look on : <a
> href="http://dotpups.de/menno/GraphApp/WrapGraphApp.html">http://dotpups.de/menno/GraphApp/WrapGraphApp.html</a>
> Most People cann't read it , go to download and see the examples .

Hello there,


What is GraphApp, and what is it supposed to do?


Take care,
Al

And, good luck with your Euphoria programming!

My bumper sticker: "I brake for LED's"

 From "Black Knight":
"I can live with losing the good fight,
 but i can not live without fighting it".
"Well on second thought, maybe not."

new topic     » goto parent     » topic index » view message » categorize

5. Re: GraphApp

It's a toolkit for cross-platform GUI coding, usually with C, C++, or python. 
Kind of like Fox or WxWidgets or IUP.

Jeremy

new topic     » goto parent     » topic index » view message » categorize

6. Re: GraphApp

Jeremy Peterson wrote:
> 
> It's a toolkit for cross-platform GUI coding, usually with C, C++, or python.
>  Kind of like Fox or WxWidgets or IUP.
> 
> Jeremy

Thanks for the info Jeremy.  Sounds very interesting, but right now
i dont have a linux box or partition set up.  I hope to have one
in the future though, so im trying to pay attention to some
cross platform notes and stuff like that right now.
For now im still working in Windows alone :(
As soon as i get set up for linux that all changes.

Someone promised me another computer (box, keyboard, HD, everything)
and i was going to use it to set up linux on, but it's been two months
now and she still hasnt gotten around to removing her personal info
from the hard drive.  Got the monitor, keyboard, even printer, but
still no box.  Soon as that comes in i'll get linux.


Take care,
Al

And, good luck with your Euphoria programming!

My bumper sticker: "I brake for LED's"

 From "Black Knight":
"I can live with losing the good fight,
 but i can not live without fighting it".
"Well on second thought, maybe not."

new topic     » goto parent     » topic index » view message » categorize

7. Re: GraphApp

Al Getz wrote:
> 
> Jeremy Peterson wrote:
> > 
> > It's a toolkit for cross-platform GUI coding, usually with C, C++, or
> > python.
> >  Kind of like Fox or WxWidgets or IUP.
> > 
> > Jeremy
> 
> Thanks for the info Jeremy.  Sounds very interesting, but right now
> i dont have a linux box or partition set up.  I hope to have one
> in the future though, so im trying to pay attention to some
> cross platform notes and stuff like that right now.
> For now im still working in Windows alone :(
> As soon as i get set up for linux that all changes.
> 
> Someone promised me another computer (box, keyboard, HD, everything)
> and i was going to use it to set up linux on, but it's been two months
> now and she still hasnt gotten around to removing her personal info
> from the hard drive.  Got the monitor, keyboard, even printer, but
> still no box.  Soon as that comes in i'll get linux.
> 
> 
> Al
> 
> 
> My bumper sticker: "I brake for LED's"
> 
>  From "Black Knight":
> "I can live with losing the good fight,
>  but i can not live without fighting it".
> "Well on second thought, maybe not."

Hi Al.  The site for it is : http://www.cs.su.oz.au/~loki/graphapp/
It runs on Windows, Apple, and Linux, so you don't really need Linux, you can
run it on XP.  It comes as a source code package that must be compiled first, but
there might be some pre-compiled binaries available.  It comes with project files
for BC++ 3.11, and there is a FAQ for installing on Windows without Borland.  FYI

Later,
Jeremy

new topic     » goto parent     » topic index » view message » categorize

8. Re: GraphApp

Igor Kachan wrote :

>but what is the '~' sign?
>What does it do in Peu?

Was a idea of Jim Brown to ignore the result of a function .
~functionblabla is the seem as atom temp temp=functionblabla() .

Cuvier Christian wrote :
>Readung the page is of course pretty difficult given that I use
>the scant German I know in order to decode Dutch :). Well, that didn't
>completely fail....
May babelfish wil do it http://babelfish.altavista.com/babelfish/tr. 

>Good luck with PEu: are you still developing it actively?
I use it as scriptlanguea in CGI . I still working sometime on it mostly to
optimise it.

Jeremy Peterson wrote:
>there might be some pre-compiled binaries available.
In the .ZIP (windows) and .tar.gz(Linux) are the compiled lib .

Greatings Menno .

new topic     » goto parent     » topic index » view message » categorize

9. Re: GraphApp

menno wrote:
> 
> Igor Kachan wrote :
> 
> >but what is the '~' sign?
> >What does it do in Peu?
> 
> Was a idea of Jim Brown to ignore the result of a function .
> ~functionblabla is the seem as atom temp temp=functionblabla() .

Ok, after changing of a syntax, all demos work for
me fine on Windows/Linux with EU2.5.

Regards,
Igor Kachan
kinz at peterlink.ru

new topic     » goto parent     » topic index » view message » categorize

Search



Quick Links

User menu

Not signed in.

Misc Menu