bList v0.9 (beta) released

JOTHA

Well-Known Member
Licensed User
Longtime User
... it works, but ...

Hi Erel,
Something like:
B4X:
[LEFT][FONT=Courier New][SIZE=2][COLOR=#010101][COLOR=#010101][FONT=Courier New]Cmd.CommandText  = "SELECT Name FROM Products"[/FONT][/COLOR][/COLOR][/SIZE][/FONT][/QUOTE]
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

Well-Known Member
Licensed User
Longtime User
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 ... :BangHead:

:sign0013: :sign0089:
 

pano

Member
Licensed User
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é
 

JOTHA

Well-Known Member
Licensed User
Longtime User
@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 ...
 

mike2ppc

Member
Licensed User
Longtime User
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
 

ozgureffe

Member
Licensed User
Longtime User
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.
 

JOTHA

Well-Known Member
Licensed User
Longtime User
Hi mike2ppc,

... the reaction time of the event click is very slow ...

I use the HTC HD2 with original ROM. There is no problem with "being slow".

How much items are in your list?
Do you have images (bmp, jpg, etc.) in your list?
 

JOTHA

Well-Known Member
Licensed User
Longtime User
bList-Problem with Multitouch-Screen

Hi experts,

I have a problem with the bList when I use a Tablet-PC with WINDOWS 7 operating system.

It is not possible to make a "click" by fingertouch into the bList.
It works, when I make a "click" with an external mouse.
... but it makes no sense to use a Tablet-PC with Multitouch-Screen and using an external mouse ... :BangHead:

On the Device it works also.

Does anyone know how to do or is an upgrade for Multitouch-Screens needed?

Thanks in advance!
 

RomansUP

Member
Licensed User
Longtime User
This library can be more useful if you add possibility to put text in several lines and in different text layout ([normal,italic,bold], [position] for each line of text), but just on one row. Like Filippo did in his attempt to make similar affect of flow table.
 

Kintara

Member
Licensed User
Longtime User
bList help file not working

Hi Erel,
I cannot access any of the subjects in the bList help file. All other help files are fine. I have downloaded it several times but it still does not work. Any ideas?

Kintara
:cool:
 
Top