Search found 175 matches

by dglass
Wed Jul 06, 2011 6:00 pm
Forum: chartsEngine
Topic: Clip series graphics to axis bounds?
Replies: 4
Views: 9931

Re: Clip series graphics to axis bounds?

Sample attached.

If the MinX is after the earliest X value, then the chart is drawn too far to the left.
If the MaxX is before the last X value, then the chart is drawn too far to the right.
by dglass
Wed Jul 06, 2011 5:45 pm
Forum: chartsEngine
Topic: Clip series graphics to axis bounds?
Replies: 4
Views: 9931

Re: Clip series graphics to axis bounds?

I can try to give you the data I'm using. I made some changes last night to how the chart gets drawn, and am now having trouble getting it to do what I show in the screenshot. I can also try to break it out into a small sample project, as soon as I can recreate what I was seeing yesterday. I do set ...
by dglass
Wed Jul 06, 2011 5:42 am
Forum: chartsEngine
Topic: Clip series graphics to axis bounds?
Replies: 4
Views: 9931

Clip series graphics to axis bounds?

Is there a way to clip the drawing of the chart's series to the area bounded by the chart's axes? LiveCodeScreenSnapz025.jpg In the screenshot, I would like to clip the colored, stacked-line portion of the chart so it doesn't extend outside the axes on the left and right edges. I would rather not ha...
by dglass
Sun Jul 03, 2011 12:14 am
Forum: Getting Started with LiveCode - Experienced Developers
Topic: Suggestions for next step in next LiveCode project?
Replies: 31
Views: 14920

Re: Suggestions for next step in next LiveCode project?

Well what happens in real life when we don't have propriatary use of a database? i.e. when someone else tells us they can't affort to change the database format just so we can use LiveCode? I'm not sure I understand your first question, but the second is straightforward enough.... The requirements ...
by dglass
Sat Jul 02, 2011 11:35 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: Multiple 'document' windows
Replies: 7
Views: 4397

Re: Multiple 'document' windows

Ah, and then with either 'openStacks' or 'substacks', one can get the last increment, so to speak, so that new windows can open with "Document X" as their title, and X will increment appropriately.

Splendid! That should be painlessly workable.

Thanks again!
by dglass
Sat Jul 02, 2011 11:00 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: Multiple 'document' windows
Replies: 7
Views: 4397

Re: Multiple 'document' windows

Thanks!

I'll see what I can accomplish.
by dglass
Sat Jul 02, 2011 7:44 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: Multiple 'document' windows
Replies: 7
Views: 4397

Re: Multiple 'document' windows

Well, it shows that it is possible, which was my literal question, but doesn't give any indication about how to implement it.

Unless the subtext suggestion was to rip open the actual script editor stack of the IDE, which is not something I am enthusiastic about.
by dglass
Sat Jul 02, 2011 6:56 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: Multiple 'document' windows
Replies: 7
Views: 4397

Multiple 'document' windows

I tried searching for this, but 'documents' is not a very good search term. :roll: It seems that a multiple document application is not possible with LC given that a stack can only be loaded/opened once. Is this correct? To be clear, I'm not talking about a Multiple Document Interface (MDI), the unp...
by dglass
Sat Jul 02, 2011 4:12 pm
Forum: chartsEngine
Topic: Axis Labels
Replies: 3
Views: 8885

Re: Axis Labels

I'm not sure if that is what I'm talking about or not. :)

Here's a picture with the important bits circled.
LiveCodeScreenSnapz024.jpg
by dglass
Sat Jul 02, 2011 4:04 pm
Forum: chartsEngine
Topic: Min/Max X/Y clarification
Replies: 2
Views: 8248

Re: Min/Max X/Y clarification

There are no scroll bars added, there is no feature to do that, but you can of course put the whole graph into a scrolling group and scroll it as a whole. This caused issues with the chart display when I tried it. LiveCodeScreenSnapz023.jpg Note the first series has been placed up and outside the a...
by dglass
Fri Jul 01, 2011 9:21 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: Double Data in DataGrid
Replies: 8
Views: 4035

Re: Double Data in DataGrid

It's possible the data grid has become corrupted in some fashion. You might try to recreate the issue in a new grid.
by dglass
Fri Jul 01, 2011 3:36 pm
Forum: iOS Deployment
Topic: Read an image from SqlLite database
Replies: 4
Views: 4601

Re: Read an image from SqlLite database

I'm pretty sure there's a later post in that thread the explains how to do it 'properly', i.e. without the need to base64 the imagedata.
by dglass
Wed Jun 29, 2011 4:02 am
Forum: Getting Started with LiveCode - Experienced Developers
Topic: Summer Academy problem
Replies: 2
Views: 2319

Re: Summer Academy problem

Set the mainstack of the resources stack to your application's mainstack.

Doesn't copy the card, but it gets it where you want it.

Go to advanced search