Download the free trial version
Basic4android Video
Features
Tutorials and manuals
Showcase
Screenshots

Go Back   Android Development Forum - Basic4android > Basic4ppc (Windows Mobile) > Code Samples & Tips > Official Updates
Documentation Wiki Register Members List B4P Search Today's Posts Mark Forums Read

Official Updates Updates to official libraries could be found here.
This forum is only available to licensed users.

bList v0.9 (beta) released

Reply
 
LinkBack Thread Tools Display Modes
  #81 (permalink)  
Old 04-29-2010, 08:19 AM
Basic4ppc Veteran
 
Join Date: Jul 2008
Location: Schwäbisch Gmünd
Posts: 353
Red face ... it works, but ...

Hi Erel,
Quote:
Originally Posted by Erel View Post
Something like:
[code]
[left]Cmd.CommandText = "SELECT Name FROM Products"
is working, but if I want to to filter the "Name" with that code ..

Cmd.CommandText = "SELECT Name FROM Products WHERE Name = 'Banana' "

it doesn't work.

Do I have to write in a fist step the output from the "working solution" into a table and generate a new bList, or is there another way?

Thanks in advance!
__________________
JOTHA | Greetz from the Schwabenländle.
Pocket-PC: HTC HD2 (Dual-Boot WindowsMobile 6.51 + Android 2.2 Froyo)
Reply With Quote
  #82 (permalink)  
Old 04-29-2010, 08:44 AM
Basic4ppc Veteran
 
Join Date: Jul 2008
Location: Schwäbisch Gmünd
Posts: 353
Exclamation

Hi Erel,

please don't waste your time with answering ...

The code Cmd.CommandText = "SELECT Name FROM Products WHERE Name = 'Banana' " is working!

I did a mistake with the fileds ...

__________________
JOTHA | Greetz from the Schwabenländle.
Pocket-PC: HTC HD2 (Dual-Boot WindowsMobile 6.51 + Android 2.2 Froyo)
Reply With Quote
  #83 (permalink)  
Old 05-07-2010, 03:10 AM
Newbie
 
Join Date: Jun 2008
Posts: 8
Default need fieldname for fromlibrary door function

Hi all, I want to store the blist and item properties in an SQL table and so set them by name with the door library this way:

obj.fromlibrary("main.blist1",FIELDNAME,B4Pobjet(2 ))
obj.setproperty(propname,20) ' propname = "itemHeight" for ex.

My question is : what is the FIELDNAME for blist and item objects ?

In a more general way : how to find theses fieldnames ?
(directly in hex in the dll binary ? at microsoft.com ?)

Many thanks for you help, René
Reply With Quote
  #84 (permalink)  
Old 05-07-2010, 05:46 AM
Erel's Avatar
Administrator
 
Join Date: Apr 2007
Posts: 15,726
Awards Showcase
Basic4ppc Founder 
Total Awards: 1
Default

I'm not sure I understand what you are trying to achieve...
Reply With Quote
  #85 (permalink)  
Old 05-07-2010, 06:40 AM
Basic4ppc Veteran
 
Join Date: Jul 2008
Location: Schwäbisch Gmünd
Posts: 353
Arrow

@All,

just 2 questions:

1) Is it possible to show more than one line (of information) in one item?

... just as Filippo did it, but he used the ImageLibEx.dll (from agraham) and the information is showed as a "DrawerEx-String". This looks very good, but I have a problem to get a Text, Tag or Value out of the item by clicking on the item.

2) Is it possible to show different bitmaps in the items?

... for example: In an SQLite-Table there are "apples" and "peaches" and also pictures such as "apple.bmp" and "peach.bmp". In the result there should be two items with the different names and the pictures related to the names.

How can this be done?

THANKS ...
__________________
JOTHA | Greetz from the Schwabenländle.
Pocket-PC: HTC HD2 (Dual-Boot WindowsMobile 6.51 + Android 2.2 Froyo)
Reply With Quote
  #86 (permalink)  
Old 05-07-2010, 12:14 PM
Erel's Avatar
Administrator
 
Join Date: Apr 2007
Posts: 15,726
Awards Showcase
Basic4ppc Founder 
Total Awards: 1
Default

1) You will need to draw the lines on a bitmap and then draw this bitmap on an item.
2) You can use Item.SetImageFromFile to assign any bitmap to any item.
Reply With Quote
  #87 (permalink)  
Old 08-17-2010, 09:32 AM
Junior Member
 
Join Date: Feb 2008
Location: Germany
Posts: 26
Default HTC HD2 click event reaction very slow

Hallo,

do you have experiance with the device HTC HD2 and the blist control.
I have the issues that the reaction time of the event click is very slow, means
you have to hold down the finger on an item very long.

Any idea what can be wrong, I've tried the sample blist4min example with blist.dll 0.93 verision compiled with 6.9 autoscale.

Regards

Michael
Reply With Quote
  #88 (permalink)  
Old 08-21-2010, 10:58 AM
ozgureffe's Avatar
Knows the basics
 
Join Date: Jun 2009
Posts: 61
Default

Quote:
Originally Posted by mike2ppc View Post
Hallo,

do you have experiance with the device HTC HD2 and the blist control.
I have the issues that the reaction time of the event click is very slow, means
you have to hold down the finger on an item very long.

Any idea what can be wrong, I've tried the sample blist4min example with blist.dll 0.93 verision compiled with 6.9 autoscale.

Regards

Michael

I am using HTC HD2 (But not with the offical ROM, I am using Cleanex ROM from xdadevelopers and this rom is including latest 2D and 3D display drivers).

I have compiled blist4min sample in the thread without any modification. It works well with my HTC HD2.There is no delay with click event.
Reply With Quote
  #89 (permalink)  
Old 08-21-2010, 11:55 AM
Newbie
 
Join Date: Jun 2008
Posts: 8
Default

same thing here, no delay with latest cooked rom from Laurentius26
Reply With Quote
  #90 (permalink)  
Old 02-21-2011, 09:36 AM
Basic4ppc Expert
 
Join Date: May 2008
Location: Berkshire, UK
Posts: 810
Awards Showcase
Beta Tester 
Total Awards: 1
Default

I have never used blist.dll, but now it is not in beta I should be able to find it listed in Basic4ppc - Windows Mobile programming and Pocket PC Development but I cannot. Since it is not an additional users library it won't be in CableGuy's list of those DLLs...

Mike.
Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are On

Similar Threads
Thread Thread Starter Forum Replies Last Post
V6.80 released to beta testers Erel Beta Versions 3 06-07-2009 07:55 PM
Basic4ppc V6.80 - first beta is released Erel Announcements 0 04-24-2009 05:58 AM
Version 6.50 BETA is released Erel Announcements 7 09-01-2008 08:08 AM
Basic4ppc V6.30 Beta (6.25) released Erel Announcements 0 05-05-2008 03:14 PM
Basic4ppc V6.00 - Beta is released Erel Announcements 0 12-16-2007 05:55 PM


All times are GMT. The time now is 12:44 AM.


Powered by vBulletin® Version 3.6.12
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.3.0