Search the web
Sign In
New User? Sign Up
nsbasic-desktop · Forum for NS Basic/Desktop users
? 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 2925 - 2955 of 3191   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
2925
Hello, I created a Multi Select NSBListBox which works as expected. Here is the sample program. To test it, create a new standard application, with an empty...
Thomas Gruber
computerhusky
Offline Send Email
Jun 1, 2009
8:08 pm
2926
Thomas: Thank you for your response. Unfortunately, I was trying to use the intrinsic Listbox control, not the ListView, so your code doesn't directly apply....
skysensor
Offline Send Email
Jun 1, 2009
9:37 pm
2927
Hello, sorry, you're right, I mixed the 2 posts. However, I initially tried the "normal" list box control as well, and it seems that the multi-select property...
Thomas Gruber
computerhusky
Offline Send Email
Jun 2, 2009
6:27 am
2928
NS Basic/Desktop 4.0 Beta 3 is now available for download. It incorporates many of the improvements that just shipped in NS Basic/CE 8.0 This is getting close...
George Henne
ghenne
Offline Send Email
Jun 2, 2009
5:24 pm
2929
I am becoming increasingly frustrated by my NSBasic Desktop experience. I don't think I'm "stretching" the platform at all, but very basic bits of...
skysensor
Offline Send Email
Jun 2, 2009
10:39 pm
2930
... Mark, It may be easier for the members to help, if youi post some of your code Ben...
bwolodko
Offline Send Email
Jun 2, 2009
10:48 pm
2931
Here's a simple example I prepared at home this evening: 'create a form and add two checkboxes Sub Main AddObject "Form","Form1",0,0,150,100 Form1.Text =...
skysensor
Offline Send Email
Jun 3, 2009
4:32 am
2932
Thanks for the demo code! One thing I can't figure out: How to remove a row once it has been filled in with data. I see the "Clear" and "Remove" methods,...
Elliott
sailvalis
Offline Send Email
Jun 3, 2009
8:46 am
2933
Hello, I added a 3rd button (CommandButton3) with the following code, do delete the selected row(s): Sub CommandButton3_Click For i=nslistview1.listitems.count...
Thomas Gruber
computerhusky
Offline Send Email
Jun 3, 2009
9:01 am
2934
Hello, I tried your example, and the check mark really only appears if you double click. But the solution is simple: remove the "Checkbox1.Value = True"...
Thomas Gruber
computerhusky
Offline Send Email
Jun 3, 2009
9:35 am
2935
Hello, addition to my previous message: Sub Checkbox1_Click Dim s ' Checkbox1.Value = True Checkbox2.Value = checkbox1.value s = 1 'MsgBox "Checkbox1_click...
Thomas Gruber
computerhusky
Offline Send Email
Jun 3, 2009
9:52 am
2936
A search here indicates that Combobox events didn't work in early versions of Desktop, unless the control was added in the form designer. Is this still broken...
skysensor
Offline Send Email
Jun 4, 2009
12:47 am
2937
Follow-up: Experimentation reveals the cause, and raises a few questions: Do (some) child objects have their events limited by their parent object? I have...
skysensor
Offline Send Email
Jun 4, 2009
2:25 am
2938
Here's a real simple one (I hope): Create a form. Put a listbox on it. Add the following code: Sub ListBox1_Click Dim x x = ListBox1.list(ListBox1.ListIndex) x...
skysensor
Offline Send Email
Jun 4, 2009
10:29 pm
2939
I ran the gradient button sample on a laptop and a new Netbook both running windows XP sp3. The results were different, Laptop shows the form exactly as...
kshetarpal
Offline Send Email
Jun 5, 2009
12:11 am
2940
Hello, you spotted something very interesting here! Here is the solution and the reason: change the statement x = x & " [concat this]" to x = left(x,len(x)-1)...
Thomas Gruber
computerhusky
Offline Send Email
Jun 5, 2009
8:00 am
2941
Hello, just to give some additional info to this interesting case, here's how I found this: Sub ListBox1_Click Dim x MsgBox listbox1.listindex x =...
Thomas Gruber
computerhusky
Offline Send Email
Jun 5, 2009
8:05 am
2942
Thanks Thomas. I woke up this morning thinking I should test the length of the resultant string, and you beat me to it. This helps me avoid what would have...
skysensor
Offline Send Email
Jun 5, 2009
12:59 pm
2943
I have a NSBasic/CE app that uses a scrolling form. Is it possible to scroll a form in NSNasic-Desktop? After playing around with my code it seems that...
jeffreylkerr
Online Now Send Email
Jun 5, 2009
2:07 pm
2945
This is clearly a bug in our code. We'll fix it. In the meantime, the proper thing to do would be to check if the last character is null and ignore it if it...
George Henne
ghenne
Offline Send Email
Jun 8, 2009
2:16 pm
2946
I have logged this bug. Thanks for reporting it! ... ignored....
George Henne
ghenne
Offline Send Email
Jun 8, 2009
2:19 pm
2947
I'm working on this one directly with the user. If something interesting develops, it will be posted here....
George Henne
ghenne
Offline Send Email
Jun 8, 2009
2:21 pm
2948
I know it can be frustrating to ask for help and get no response, so I'll take a stab at an answer. Without more detail describing exactly what you're trying...
skysensor
Offline Send Email
Jun 9, 2009
12:25 am
2949
NS Basic/Desktop 4.0 Beta 4 is now available for download. This is getting close to release: please let me know of any bugs you find so we can get them fixed! ...
George Henne
ghenne
Offline Send Email
Jun 9, 2009
7:38 pm
2950
Thanks for the response. You are right, I only want to scroll a series of controls. I realise there are other ways of achieving this but as I already had the...
jeffreylkerr
Online Now Send Email
Jun 10, 2009
1:24 pm
2951
Hi guys, I have a couple of quick querries I'm hoping someone can quickly answer. First of, looking at the code below. Why does Line 3 return the screen width...
michael_newett
Offline Send Email
Jun 10, 2009
3:52 pm
2952
Hello Michael, if you look at the technote about the declare statement, you find "... a good place to do this (declare the function) is in the startup code of...
Thomas Gruber
computerhusky
Offline Send Email
Jun 10, 2009
4:39 pm
2953
NS Basic/Desktop 4.0 Beta 5 is now ready for download. This could be the final beta... Beta 5: 1. ComboBox.Style=2 now works properly. 2. Error 13 when using...
George Henne
ghenne
Offline Send Email
Jun 10, 2009
8:22 pm
2954
Hello George, does the hint to uninstall NSBasic/Desktop completely before installing the beta also apply to previous beta versions, or only to 3.x versions? I...
Thomas Gruber
computerhusky
Offline Send Email
Jun 10, 2009
9:30 pm
2955
It certainly does not hurt to do a complete uninstall, especially with a beta. The most important thing is to do an uninstall of NS Basic/Desktop 3. It uses a...
George Henne
ghenne
Offline Send Email
Jun 11, 2009
8:55 am
Messages 2925 - 2955 of 3191   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