As a way of encouraging more developers to create applications for the Treo 700 and 750 series, the Palm Developer Network has kicked off the Treo Windows...
They don't seem to want to make it easy though. I registered to submit a program but have heard/seen nothing about how to submit the program, where to send...
Thanks George. I have found more properties that might be usefull to include in the tech notes. To hide column 0 use: NSListView1.Columns(0).Width=0 You can...
Heres the API code so far to determine the listview windows handle and its bounds. Now if someone could give me a hand in finding the subitems bounds :) Option...
Ah! may have caused some confussion here. The API parts are actually from NSBASIC Desktop. They may be different?? on CE ... Alias ""GetCursorPos"" ... entire ...
Hello Michael, I'm afraid the API part seems to be different. I tried your program on a CE.net 4.2 machine, and it doesn't work, it fails at GetCursorPos tR ...
Hi Thomas, i kind of expected the API bits not to work on the CE device. I should have really posted the API bit to the Desktop forum (sorry, my fault). The...
Can someone please help me out here. Having a brain dead moment! How do I change the text for a given subitem (say row 2, column 2) within a listview in Report...
Hi Michael, this time tested under NSBasic/CE: NSListItems1.ListItems(2)(1)="xyz" updates row 2, column 1 (not a good example to have row and column identical,...
Hello George, is there a size limit to a select case case ... end select sequence, imposed by NSBasic or VBScript? And if yes, what is it? It seems that very...
Hello, I experimented a bit with Michael's interesting examples for the NSListView control, directly on my CE.net 4.2 device using NSBasic 7.0.3. Here are a...
Hello, I always thought the device IDE did an automatic "save" before running a program, by selecting "Tools - Run " or using the right arrow. But I now found...
Hi styskul, odyssey have removed their free-ware data viewer control from their website. Can you possible email me a copy if you still have it. Regards Mike ...
Thomas, you can use NSListView1.Visible=True / False to hide the control. Works on desktop, so I assume it will work on CE also. Regards Mike ... parent ... ...
Hi Michael, thanks, that works on CE as well. But of course, it breaks NSBasic's mechanism for hiding all objects when a Form is hidden, as that goes through a...
On the desktop if I do: Form2_Show Form1_Hide With the listview in report mode on Form1 then it works as expected. Does it not work the same way on CE? Mike ...
Hi Michael, I've been through all the menu selections, can't find such an option. I agree with you, I think there was such an option in earlier versions, but...
No, your just going mad! I upgraded to NSBASIC 7.0.4 CE last night, and there is definately an option that you must tick in order to make it save your code...
The control is still there. As usual, I forgot that when you enter a URL on this forum, it will make everything a part of the URL, including the period. Try...
Hi Michael, no, it doesn't. Bear in mind that I've created the whole program on the CE-device using the device IDE incl. the visual designer. So the desktop ...
Ah, your using the device IDE! I have noticed the difference between the generated codes when using the device and desktop CE IDE interfaces. They are...
Unfortunately, this is a documented "feature" of NSBasic/CE that probably won't change. George doesn't want to water down the functionality of the desktop...
Hello, I agree insofar that the device restrictions shouldn't prevent a rich IDE on the PC, and I can quite understand that the device IDE is restricted in...
When working with Tcp/IP over a phone connection or WiFi, a Connection needs to be established before Winsock will work. Follow Microsoft's or your carrier's...