... LB can help you here with the EVAL() function, see the following example: '---code start (watch for line wraps) fracts$(1) = "1/4" fracts$(2) = "1/2" ...
37050
Harmon Vinson
harmonv
Nov 8, 2008 12:35 pm
Gordon, the first time i got one of these I reported it as abuse. I have not received a 2nd one yet. Take care, -- Harmon...
37051
Gordon Sweet
gordonsweet2000
Nov 8, 2008 1:21 pm
I suspect sooner or later you will want to know how to do this using a window Gordon S, nomainwin open "Inkey$ Test" for graphics_nsb as #1 #1 "cls;...
37052
jonmdon2001
Nov 8, 2008 1:37 pm
Hello everyone. New project-I am attempting to use three listboxes in one window. Combobox collects user input. When I try to move user input from combobox to...
37053
stefanhes
Nov 8, 2008 3:57 pm
Hi Jon, Two things: What is #main.comboboxitem, "" doing? And where did you initialise #main.listbreak Stefan...
37054
psycho_bullet_stopper
psycho_bulle...
Nov 8, 2008 4:10 pm
Hey Jon, A quick look shows your problems appearing under your [accept] branch label. Your first line there is mixing commands as using "selectionindex?" would...
37055
jonmdon2001
Nov 8, 2008 6:08 pm
Thanks for the input guys. Stefan, those items in the code were probably left there when I was toying with the code trying to get it to work. Psycho, thanks...
37056
Stefan Pendl
pendl2megabit
Nov 9, 2008 10:35 am
... On http://basic.wikispaces.com/ or http://lbpe.wikispaces.com/ is a demo about enabling tabulated formatting for a listbox. A textbox is usually used to...
37057
Gordon Sweet
gordonsweet2000
Nov 9, 2008 1:30 pm
Thanks Hamon Gordon [Non-text portions of this message have been removed]...
37058
jonmdon2001
Nov 9, 2008 7:35 pm
Stefan , thanks for the info. I see the multi-column stylebits, but what I am looking for is a way to tab() in a listbox. I looked in the web sites you...
37059
kuti_j
Nov 9, 2008 9:43 pm
Hi All. How can I open LPT for read data? for examle: if I put diferent levels on either input (between d0..7) and I'd like to read in it. I know command inp()...
37060
Stefan Pendl
pendl2megabit
Nov 10, 2008 7:32 am
... Assumed you need columnar alignment and that is what the TAB() function does for the console window. The TAB key is used to move from one control to...
37061
marc.sabau
Nov 10, 2008 10:16 am
Hi friends, For a program I create I need the users to enter a PASSWORD. Witch codes can I use to obtain the ***** appearance instead of the typed letters ? ...
37062
Richard Russell
rtrussellcouk
Nov 10, 2008 12:12 pm
... There's an example of doing exactly that in the LB Help. Look under STYLEBITS: 'here is a textbox with a password setting stylebits...
37063
styskul
Nov 11, 2008 6:07 pm
If I understand you right, basically you want to tab through the "columns" of the listbox, correct? I don't believe that's possible, because even though...
37064
Mark Gedak
xtremedming
Nov 11, 2008 6:07 pm
Thanks Stefan, this is what I'm looking for. ... [Non-text portions of this message have been removed]...
37065
jonmdon2001
Nov 11, 2008 6:37 pm
Thank you styskul and Stephan. I shall meander and hope for the best. I am trying to have the user input look good in the listbox. Have the calories, proteins,...
37066
scitech200
Nov 11, 2008 6:37 pm
I just noticed that the SQ3_4_LB.dll is passing the database handle as a 'long' integer. I can't find an exact reference right now, but is there not some...
37067
Richard Russell
rtrussellcouk
Nov 11, 2008 11:38 pm
... Basically it will work fine so long as you use the *same* type consistently. Using 'long' is OK, so long as that handle is declared as 'long' everywhere...
37068
psycho_bullet_stopper
psycho_bulle...
Nov 12, 2008 3:17 am
Jon, Instead of a single listbox with the contents tabbed (aligned), could you use multiple list boxes and link up the contents with the index variable? Double...
37069
zoomkat
Nov 12, 2008 4:32 am
... diferent ... The below link has some info. http://libertybasic.conforums.com/index.cgi? board=comport&action=display&num=1202170465...
37070
Stefan Pendl
pendl2megabit
Nov 12, 2008 8:51 am
... Keeping several arrays in sync is not hard, but leads to errors. The following will create a formatted item string that includes all information, separated...
37071
John Davidson
johnshomeport
Nov 12, 2008 9:30 am
... show ... Jon You have the Liberty BASIC 4 Companion? If I may suggest, look up the listview control. John...
37072
tenochtitlanuk
Nov 12, 2008 10:35 am
You could experiment with the following.. Watch for linewraps, or go to my site ( http://atschool.eduweb.co.uk/taunton/LB/indexlb.html) and download the ...
37073
jonmdon2001
Nov 12, 2008 1:54 pm
Awesome....thank you everyone, I got some great stuff for listbox. The listView looks very agreeable as well. I am about to read up on the listview, but am...
... The listview "must" be embedded in a window, it is a control and therefore can not live on its own. The listview is quite complex, but is the closest...
37076
fritz_oppliger
Nov 15, 2008 11:10 pm
I open 2 files, write to them, close them. First file is normal, second file doesn't close because of "OS error: handle is invalid". I stripped the relevant...
37077
garpmore
Nov 16, 2008 7:12 pm
Liberty BASIC v4.03 Help Document-- Branch Labels IF : "Spaces and numbers are not allowed as part of branch label names, and names may not start with a...
37078
rod_bird001
Nov 16, 2008 9:55 pm
Could it still be getting written to? More info required I think, what OS, what filename, path structure, network?, removable media? Does any data get written?...