Hi,
I have a grid in custom VFP section that has a data source set to a temporary cursor.
There is a blob field in the cursor that I am using as a control source for a column.
How do I display...
Type: Posts; User: hmischel@diligentsystems.com
Hi,
I have a grid in custom VFP section that has a data source set to a temporary cursor.
There is a blob field in the cursor that I am using as a control source for a column.
How do I display...
Wow - This is amazing. I use a lot of AI and deep learning in my app, so this is a game changer for me.
Thanks
Herb
For those new to Lianja, this is a helpful video on how to locate the offending line of code.
https://youtu.be/Ma1ugUzcniI
Herb
Hi,
I am drawing a line on an image and would like to draw is as a dashed line.
Is that possible?
image.draw("line1", "line", " 498, 122, 757, 426,BLUE,2")
Thanks
Hi,
My new application is Dark themed and I wanted to use the icons found in the Lianja\libarary\icons folder.
It was a little tricky, so I put together a 1 minute video on how to get them to...
I feel like I should know this, but just cant recall.
How do I traverse the child objects of a custom container?
For example, I create a container and add an image
...
Hi All,
I am super excited about the ability to use Key Value Pairs from within Lianja itself.
Kudos to Barry for writing this as part of the Lianja ecosystem.
I just wanted to put out a quick...
I am super excited about the new key value store.
I can't wait to incorporate it in a new app that I am bringing to market!
...
Just moved to Las Vegas and took several months off!
Happy to come back to this particular feature.
Thanks for this Barry.
Herb
Awesome as always!
Thanks Barry!
Hi,
I am porting my windows app to the MAC and LINUX.
I save some files to a local temp directory. I want to obviously change that for Mac/linux.
How can I tell which OS the user is running...
Hi Strato.
Have you looked at using cursors in Lianja. They are more useful than arrays as they are like temporary tables. I don't use the canvas section much, but give that a try.
Herb
This is going to open up a lot of doors.
Fantastic!!!
Hi Strato,
I made a quick video in case anyone else might find it useful. :)
Like I said before, I personally like doing everything in the custom sections, so this is geared for that audience.
...
Will do. I just need to put together something that doesn't have my business logic embedded :)
Hi Strato,
I am one of those people that loves building all my code by hand. So I define my grids using custom sections. I created a grid with a checkbox that allows multi-select by using a...
I have been unbelievably busy these past several months, but this small aspect ratio change is just superb. Thanks Barry!
Wishing a Happy and successful New Year to the entire Lianja team.
...
Hi Hank,
I live in the custom section world :)
For custom section grids, I can code for multi-select by adding a logical fields that comes up as a checkbox and using a hot-key to select all the...
Fantastic!!!!!
Thanks!
Hi,
I have been asked by my users to allow multi-select items in a custom vfp section list box.
Is there a way to that currently?
If not, would it be possible to expose shift+mousedown,...
Hi,
I need to delete rows from table a that exists in table b.
Delete from a where col1 in (select col1 from b).
I have tried an inner join delete, but Lianja is not happy with that.
I...
Hi Barry.
That is so useful!
Thanks!
Herb
Hi,
I have a custom grid where the users can jump to a row using grid.goto(n).
However, the position of the row is not always consistent. I would like to force that row to the top of the viewable...
Hi,
This may sound silly, but in my dev environment, the app center for 5.4 has a newer modern look and feel.
I downloaded the runtime for 5.4 on a client machine, and it still has the look of...