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

Yahoo! Groups Tips

Did you know...
Message search is now enhanced, find messages faster. Take it for a spin.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 18633 - 18663 of 18803   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
18633
Hi Group, As you know I am writing a program to control my IC-706MKiiG transceiver. I have reached a place in development to check the program for stability.....
Kerry Miller
n0wiq
Offline Send Email
Jul 5, 2009
6:25 pm
18634
Try the attached demo.... I think it will contain everything you need......
Vincent Voois
vvacme
Offline Send Email
Jul 5, 2009
7:23 pm
18635
Hi, For those interested in programming "GTK+ 2" graphical interfaces, several examples codes are now available on the web: ...
Julien Rouiller
julienrouiller
Offline Send Email
Jul 6, 2009
4:42 pm
18637
Hi Group, In some of the reading I have done it was implied that the XuiDropBox... was made up of a text line and a menu list. Or something like that. My ...
Kerry Miller
n0wiq
Offline Send Email
Jul 13, 2009
11:45 pm
18638
The drop down list in an XuiDrpBox is a text array, and is set with the #SetTextArray message. If you look at the demo program tdropbox.x you will see: ...
cw2008can
Offline Send Email
Jul 14, 2009
1:02 am
18639
Hi cw2008can, It sounds like you are saying I can select an element in the text array to have it displayed in the text line. Other wise I am using...
Kerry Miller
n0wiq
Offline Send Email
Jul 14, 2009
2:08 am
18640
Hi Kerry --- To change the text area of an XuiDropBox send a "SetTextString" to kid number one: XuiSendStringMessage(grid, @"SetTextString", 0, 0, 0, 0, 1,...
cw2008can
Offline Send Email
Jul 14, 2009
5:26 am
18641
Good job, Julien! Thank you for sharing your hard-won know-how. Bye! Guy...
LONNE Guy
guy_lonne
Offline Send Email
Jul 16, 2009
8:02 am
18642
Thank You for the information on changing the text in an XuiDropBox text line. I have it working. ... -- Kerry N0WIQ My web site URL is: ...
Kerry Miller
n0wiq
Offline Send Email
Jul 20, 2009
9:33 pm
18643
I have been trying to elimate a few XuiTextLine fields from my GUI I discovered I could use a XuiSendMessage(grid, #SetTextLine to a $XuiPusshButton I would...
Kerry Miller
n0wiq
Offline Send Email
Jul 23, 2009
2:26 pm
18644
Hi Group, I was trying to clean up my GUI. I was changing from a XuiPressButtonxxx and an XuiTextLine to simply the XuiPressButton and writing the text...
Kerry Miller
n0wiq
Offline Send Email
Jul 23, 2009
3:31 pm
18645
One thing to check is to check the size of listcontents$[] after the #GetTextArray message with: upperList = UBOUND (listcontents$[]) IF (freqStep > upperList)...
cw2008can
Offline Send Email
Jul 23, 2009
7:40 pm
18646
At least the kid number appears the same when I click the kid of interest. I realy do believe the kid numbers have been scrambled by the GUI designer but may...
Kerry Miller
n0wiq
Offline Send Email
Jul 23, 2009
10:26 pm
18647
Hi Xbliters, 3 years ago, John "prujohn" Evans started an open-source project: Xblite Visual Designer. His idea was to offer a Visual Designer similar to...
Guy Lonne
guy_lonne
Offline Send Email
Jul 24, 2009
10:56 am
18648
Hi Group, I use Linux with Xwindows and the GNOME desktop. With both the KDE and the GOME desktops offer multiple virtual desktops. Now for the grips: ...
Kerry Miller
n0wiq
Offline Send Email
Jul 24, 2009
12:43 pm
18649
You might be able to link it with winelib, otherwise it'll be rewriting the GUI part....
bestonnet_00
Offline Send Email
Jul 24, 2009
2:00 pm
18650
Hi Bestonnet, I am just interested in looking at sources of XBASIC's Visual Designer for Windows. By studying them, I can see how the code generator is...
Guy Lonne
guy_lonne
Offline Send Email
Jul 24, 2009
8:51 pm
18651
... Don't you have the XBasic source already? -- Steve Gunhouse...
Steve Gunhouse
sgunhouse
Offline Send Email
Jul 24, 2009
10:22 pm
18652
The source code is in the XBasic source code itself... You can download that freely, i would look for the most recent Beta version of XBasic for Linux though,...
Vincent Voois
vvacme
Offline Send Email
Jul 25, 2009
6:43 am
18653
I have xit.x in .\xb\src\xbasic\src\win32 that seems to contain the visual designer. Am I right?...
Guy Lonne
guy_lonne
Offline Send Email
Jul 25, 2009
4:57 pm
18654
That is one part, it also uses the xtool#.xxx and the xtoolkit.xxx in the template folder to define where the images of the Xui components should be placed. ...
Vincent Voois
vvacme
Offline Send Email
Jul 25, 2009
5:28 pm
18655
One more time with more detail: xit.x has the reference to toggle the guidesigner. The actual code for the layout of the guidesigner is in Xui.X....
Vincent Voois
vvacme
Offline Send Email
Jul 25, 2009
5:41 pm
18656
Hi Vincent, Thanks for the info: I'll look into it. Bye! Guy...
Guy Lonne
guy_lonne
Offline Send Email
Jul 25, 2009
6:54 pm
18657
Hello group. I am using xbasic-6.3.3-linux-i386-20090601.tar.gz. As near as I can tell, when a kid is deleted from a GUI it messes up the counting or ...
Kerry Miller
n0wiq
Offline Send Email
Jul 26, 2009
8:02 pm
18658
Hi People, I have attached an excerpt of RadioControl window code. This is the window I was editing and quit working when I deleted a XuiTextLinennn from the...
Kerry Miller
n0wiq
Offline Send Email
Jul 27, 2009
5:36 pm
18659
The constants are getting a kid-number when they get assigned and they are ordered in the order that you inserted these kids. If you make adjustments in the...
Vincent Voois
vvacme
Offline Send Email
Jul 27, 2009
5:55 pm
18660
Hi Group, It was my misunderstanding that the GUI editor was wrong. It was simply the functions using the $Xui... pointers needed to be modified and I hadn't...
Kerry Miller
n0wiq
Offline Send Email
Jul 27, 2009
11:59 pm
18661
Hello Group, My recient experience with Functions that need the GUI kid defination would be simplified if I could simply pass the kid defination to the ...
Kerry Miller
n0wiq
Offline Send Email
Jul 28, 2009
3:57 pm
18662
You can either define global constants as the kid-numbers using $$MyGlobalKid1 = 4 (replace all the local constants in your window code for global ones) Then...
Vincent Voois
vvacme
Offline Send Email
Jul 28, 2009
4:16 pm
18663
I have changed two of my display functions that I use to use the kid variable. This became arduous do to the state of development my program is. ... -- Kerry...
Kerry Miller
n0wiq
Offline Send Email
Jul 28, 2009
5:41 pm
Messages 18633 - 18663 of 18803   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

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