Search the web
Sign In
New User? Sign Up
xbasic
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Want to share photos of your group with the world? Add a group photo to Flickr.

Best of Y! Groups

   Check them out and nominate your group.

Messages

  Messages Help
Advanced
Messages 17583 - 17612 of 17972   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
17583
Until now I can create libraries of functions that don't use GUI grids. Actually many of those functions are similar in different programs and I'd like to...
Juan Carlos
jc_vicente
Offline Send Email
Nov 1, 2007
7:49 pm
17584
... Certainly, but you don't export the CreateWindows function. You have an init function in your library, whatever an appropriate name would be, and either...
Steve Gunhouse
sgunhouse
Offline Send Email
Nov 1, 2007
9:20 pm
17585
Seen. The trouble isn't using .dll, I do it without troubles. The trouble is, p.e. showing a window whose code is in library. I created a test program named...
Juan Carlos
jc_vicente
Offline Send Email
Nov 4, 2007
10:06 pm
17586
... What does your Entry routine say? -- Steve Gunhouse...
Steve Gunhouse
sgunhouse
Offline Send Email
Nov 4, 2007
11:29 pm
17587
... The InitGui and CreateWindows should be called in the entry function before you send a XuiMessage to #Hola but before the XgrProcessMessages is being...
Vincent Voois
vvacme
Offline Send Email
Nov 5, 2007
10:30 am
17588
Thank you and sorry to answer so late. Thanks to Vincent for pointing the Wine environment. I think that it would be too heavy tool for the small things that I...
Julien Rouiller
julienrouiller
Offline Send Email
Nov 5, 2007
12:50 pm
17589
Hi, Having a program working like 'acgibin.x' from the demo folder, I observed that a rather large file cannot be sent from a form and received by the standard...
Julien Rouiller
julienrouiller
Offline Send Email
Nov 5, 2007
1:08 pm
17590
On Mon, 05 Nov 2007 07:50:21 -0500, Julien Rouiller ... XBasic assumes that it has access to its own memory allocation functions. But XBasic's allcation...
Steve Gunhouse
sgunhouse
Offline Send Email
Nov 5, 2007
1:55 pm
17591
... As long as you add XB.DLL along with it or if you embed the XB library into the DLL. Embedding the library code into your own is not done in a few steps...
Vincent Voois
vvacme
Offline Send Email
Nov 5, 2007
5:15 pm
17592
(skiped) ... (strings ... in ... functions. ... before ... assume is ... string or ... why ... environment that ... segfault or ... size of a ... Not sure I...
Julien Rouiller
julienrouiller
Offline Send Email
Nov 6, 2007
9:17 am
17593
... it ... The ... Windows ... the ... this is ... library into the DLL. ... manually, if XCompiler works, it can do this for you automatically ... Thanks. I...
Julien Rouiller
julienrouiller
Offline Send Email
Nov 6, 2007
9:33 am
17594
... You could run a Linux distribution (like Ubuntu) inside a virtual machine like VirtualBox (VirtualBox is the most close encountering free and open source...
Vincent Voois
vvacme
Offline Send Email
Nov 6, 2007
1:29 pm
17595
My Entry function in library says: SHARED terminateProgram STATIC entry ' IF entry THEN RETURN ' enter once entry = $$TRUE ' enter occured ' InitGui () '...
Juan Carlos
jc_vicente
Offline Send Email
Nov 7, 2007
9:53 am
17596
... Is #Hola assigned a value in the main program? The routine above looks fine, as it should, but realize that shared variables that begin with "#" are only...
Steve Gunhouse
sgunhouse
Offline Send Email
Nov 7, 2007
11:53 am
17597
... the ... myself ... on ... machine like VirtualBox (VirtualBox is the most close encountering free and open source equivalent ... Yes, or install Linux on...
Julien Rouiller
julienrouiller
Offline Send Email
Nov 7, 2007
1:13 pm
17598
I've tested it, and my program calls without any trouble to the function ShowHola(), but the window referenced doesn't appear. So, it identifies the function...
Juan Carlos
jc_vicente
Offline Send Email
Nov 8, 2007
11:31 am
17599
It is what Steve also said, the grid-number of the window created should be known. If you uncommented the #Hola = Hola line in the Create Windows it should...
Vincent Voois
vvacme
Offline Send Email
Nov 8, 2007
4:46 pm
17600
I do it, but it doesn't work. The file jck.x contains the source code of the library. When executed from PDE, in Console window appear two lines. In second we...
Juan Carlos
jc_vicente
Offline Send Email
Nov 9, 2007
4:07 pm
17601
... I may see the culprit: FUNCTION CreateWindows () ' IF LIBRARY(0) THEN RETURN ' Boton (@Boton, #CreateWindow, 0, 0, 0, 0, 0, 0) XuiSendMessage (...
Vincent Voois
vvacme
Offline Send Email
Nov 9, 2007
4:34 pm
17602
... How are you going to get any information from jck to your main program? -- Steve Gunhouse...
Steve Gunhouse
sgunhouse
Offline Send Email
Nov 9, 2007
4:45 pm
17603
I only try to draw a window function from the library, getting information from jck will come later, but I suppose to do it using function arguments (FUNCTION...
Juan Carlos
jc_vicente
Offline Send Email
Nov 10, 2007
5:03 pm
17604
Vince has it. Like I said previously, if you are exporting Boton then the answer is to add it to the CreateWindows function of your main program. Otherwise as...
Steve Gunhouse
sgunhouse
Offline Send Email
Nov 10, 2007
5:20 pm
17605
I'd like to use less code as possible of library in main programs. So, I prefer to modify CreateWindows in library. Perhaps I didn't understand well (my...
Juan Carlos
jc_vicente
Offline Send Email
Nov 11, 2007
2:05 pm
17606
Did you tried to remove or unquote the "IF LIBRARY(0)...." line in the CreateWindows function?...
Vincent Voois
vvacme
Offline Send Email
Nov 11, 2007
6:26 pm
17607
That means people have to join Yahoo in order to get the documentation. We don't want that, do we? http://www.xbasic.org/xbhtml.zip [no go] etf...
etfan2121
Offline Send Email
Nov 12, 2007
8:33 am
17608
I suppose it is a simple error, but I didn't. I've just removed that line and... It works!!!!!!!!!!!!! Thanks a lot. I'll include it in my "trucos para Xbasic"...
Juan Carlos
jc_vicente
Offline Send Email
Nov 12, 2007
9:16 am
17609
... Thanks for that - my mistake when I changed webhosts. It is now here: http://www.xbasic.org/download/xbhtml.zip <http://www.xbasic.org/xbhtml.zip> Go to...
Vic Drastik
vicdrastik
Offline Send Email
Nov 12, 2007
9:27 am
17610
Hi Vic, You know, I just figured that out, and came back here and saw your message. It's actually very nice that you can get the language and the docs on the...
etfan2121
Offline Send Email
Nov 12, 2007
1:40 pm
17611
Here I go again... (Whitesnake, a lot of years ago...) I've created this function to get a value from a window named Mensaje and MensajeCode. The function...
Juan Carlos
jc_vicente
Offline Send Email
Nov 14, 2007
10:18 pm
17612
... Does your Entry function include a message processing loop? If you use PRINT instead of XuiMessage, is the message displayed in the Console window? -- ...
Steve Gunhouse
sgunhouse
Offline Send Email
Nov 14, 2007
10:50 pm
Messages 17583 - 17612 of 17972   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2007 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help