ChartMaker has this feature with a syntax wizard to format the required
implementation...
http://www.flexiblelearning.com/chartmaker/
Free to try it out and see if it meets your needs.
Hugh Senior
___
use-livecode mailing list
use-livecode@lists.runr
> I?ve encountered a problem with the third-party LiveCode product
> chartsEngine now reporting that LiveCode < version 10.0.0 (dp 1) > is not
a
> high enough version number. (AnimationEngine was reporting a similar error
> which I was able to fix since the scripts are open.) ChartsEngine is,
how
Assuming your openCard handler is in the script of card 1, from the message
box...
edit the script of cd 1 of stack " CollectMyStacks.rev"
Hugh Senior
> I have? CollectMyStacks.rev, close itself after opens the card
>
> on opencard
> send "mouseUp" to button "Position IDE" in 1 seconds
Why can I 'launch' this url but not 'get' it?
put
"https://www.alphavantage.co/query?function=TIME_SERIES_DAILY&symbol=MSFT&ap
ikey=demo" into tURL
launch url tURL --| Works fine, page loads entirely as expected in default
web browser
get url tURL --| Returns empty, nada, not a sausage
put it into
Has anyone got an LC-based method to merge pdf files?
Just asking...
Hugh Senior
___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription
preferences:
http://lists.runrev
Straw grasping here...
on keyDown
do something
send "flush" to me in 0
pass keyDown
end keyDown
on flush
get flushEvents("all")
end flush
Hugh Senior
On Mon, Jun 10, 2019 at 01:43 Richmond via use-livecode <
use-livecode@lists.runrev.com> wrote:
> Everyyytime I try to ty
I have a little app
It works and makes me smile
It reads text data in a snap
But won't write with "Can't open file"
The path is set the same for both
The file is in the bundle
So why can't I write to the file it reads?
Mutter, mumble, grumble, grumble...
Hugh Senior
___
We are (finally!) taking a week's holiday north of the border and want to
visit Edinburgh 10-15 September.
Any hotel recommendations? Does not have to be in the city centre!
Hugh
___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visi
I find myself unable to answer this rather basic question, and cannot locate
any information...
e.g.
This is both incomplete and also most likely incorrect...
startUp (if engine is not already loaded)
- frontScript:
-- PreOpenStack
-- PreOpenCard
-- openStack
-- openCard
-- preOpenBackGround
-- o
First, I think you have a typo where "/25" should be "-25"...
set loc group "footer" to ( (item 2 of tRect)/2,(item 4 of tRect)/25 ) #
Typo: -25
Second, for safety, ensure integer values...
set loc group "footer" to round((item 2 of tRect)/2), (item 4 of tRect)-25
Third, if still not working
Coming in late to the thread, but would this not work on all platforms?
on preOpenStack
setupStackRect
end preOpenStack
on orientationChanged
-- setupStackRect
end orientationChanged
on setupStackRect pWidth,pHeight
if pWidth="" and pHeight="" then
put the effective working screenRect
I recently wrote...
> Okay, I have a datagrid Form with a template to display an image and 4
fields.
>
> The fields display the correct data for each line/record, but the unique
image
> for each line/record is not being correctly displayed.
>
> If the dataGrid height can show all records, the
Okay, I have a datagrid Form with a template to display an image and 4
fields.
The fields display the correct data for each line/record, but the unique
image for each line/record is not being correctly displayed.
If the dataGrid height can show all records, the image for the last record
is displ
Mark Wieder wrote:
> ...bartender says "we don't serve tachyons in here"
>
> A tachyon walks into a bar...
I don't have time for tachyon jokes :)
Hugh Senior
FLCo
___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to
use LiveCode
Cc: FlexibleLearning.com
Subject: Re: modal window = block handler?
Friends,
Just to add a related note here, at least on 9dp5 the "popup" command is also
not pausing. It is supposed to pause the handler that calls it until menupick
happens but in my experience here
t a
> hidden window is not modal. I will have to experiment with that.
>
> Bob S
>
>
> > On Jul 10, 2017, at 24:03 , FlexibleLearning.com via use-livecode livec...@lists.runrev.com> wrote:
> >
> > (modal blocks underlying windows, not necessarily code)
_
If you open invisible, then display it, a modal will not block. This
non-modal behaviour of a modal has been incredibly useful for displaying a
progress indicator in a modal window. I do not consider it a bug as such
(modal blocks underlying windows, not necessarily code), and would hope this
quir
This is how ChartMaker (www.flexibleLearning.com/chartmaker ) works, with
only the required name-value pairs and in any order. It does make
implementing modifications to chart displays a lot easier for exactly the
reasons you give!
Hugh Senior
FLCo
> -Original Message-
> I don't know when
I have a 5.02 legacy stack that prints A4 pages to PDF using "open printing
to pdf".
The documentation says that the printPaperSize must be set before calling
open printing, suggesting that changes to the printPaperSize after "open
printing" are not supported (I tried, and it seems so).
I can suc
This modification honours the minimum and maximum drag line to avoid the
inadvertent insertion of empty lines, and cosmetically works for both list
and standard fields...
-- Field script
on mouseDown
put the num of lines of me into tmax # Store drag constraint
put word 2 of the clickLine into
Peter Reid wrote:
> Has anyone got a library for parsing vCard and vCal files? I found some
forum
> chat from 2006 about a library called vObjectPackage developed by Andre
> Garzia but the links to this are dead. Does anyone know whether this is
still
> available or whether there are alternative
Is Jan Schenkel still doing Quartam Reports?
Hugh Senior
FLCo
___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription
preferences:
http://lists.runrev.com/mailman/listinf
EU VAT is only due on AUTOMATED transactions. Communicating by email and
attachments does NOT constitute "Digital Services"...
https://www.gov.uk/government/uploads/system/uploads/attachment_data/file/41
5931/VAT_MOSS_Flow_chart_FSB_edit_V1_0.pdf
If your product requires a key (i.e. they are buyi
DatePicker for LiveCode
A free update has been released that is LC8 compatible. You can download
Build 33 from...
www.FlexibleLearning.com/datepicker
and see the What's New page here...
www.flexiblelearning.com/datepicker/versioning/whatsnew.htm
Note that DatePicker is not compatible with th
ing at?
>
> Regards,
>
> Terry...
>
> On 12/07/2016 1:29 am, "use-livecode on behalf of FlexibleLearning.com"
> ad...@flexiblelearning.com> wrote:
>
> >On Win32, try Microsoft Expression. The free version doe
On Win32, try Microsoft Expression. The free version does all you describe.
Hugh Senior
FLCo
> Message: 4
> Date: Mon, 11 Jul 2016 02:45:36 +
> From: Terry Judd
> To: How to use LiveCode
> Subject: screen capture from LC as video?
> Message-ID:
> Content-Type: text/plain; charset="Windows
David Bovill wrote:
> What would you add to a reading list - preferably available online to give
> people the required background knowledge for being able to build things
> with LCB? I'm especially interested in learning how to wrap the
> functionality of existing libraries - so what should we re
As Paul Dupuis pointed out, SpecialFolderPath() also accepts numbers. These
are for Win32...
specialFolderPath (2) : Programs
specialFolderPath (5) : Documents
specialFolderPath (6) : Favorites
specialFolderPath (7) : startup
specialFolderPath (8) : Recent
specialFolderPath (9) : SendTo
specialFol
A free update for the IDE extension "FieldFormatter" has been released.
The update includes a fix to accommodate a bug in the LC8 IDE so choosing
the Browse tool updates the palette as expected. Click the orange header
icon in your FieldFormatter palette to check for updates.
Full product details
To me the terms "control" and "object" are synonymous. When someone talks of
"controls" I immediately assume they come from a C+ background, whereas if
they refer to "objects" I feel more at home. On the other hand, "the number
of controls" is standard syntax and "the number of objects" throws an
Now submitted as Bug #17876
Hugh Senior
FLCo
> Hi Hugh,
>
>
> FlexibleLearning.com wrote
> > When the "Browse" tool is selected in the UI, any selected objects are
> > deselected and a SelectedObjectChanged message used to be sent. This is
> no
> >
When the "Browse" tool is selected in the UI, any selected objects are
deselected and a SelectedObjectChanged message used to be sent. This is no
longer the case in LC8.
I have also tried trapping for a NewTool message, but this is similarly
ignored.
Any insights, or is this a bug?
Hugh Senior
F
This double-evaluation bug has existed since MC v4.2 (the earliest engine I
have immediately to hand).
[snip]
on mouseUp
put "1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16" into myVar
repeat 1000
add zero to any item of myVar
end repeat
put myVar
end mouseUp
[/snip]
Hugh Senior
FLCo
MC runs fine on Windows 10, all versions that I use from v4.5 to v7 (except
the MC properties palette under v7 can sometimes cause problems). Can't help
you with Linux
Hugh Senior (Old Guard)
FLCo
> Oddly enough I've just got MetaCard 2.5 running on Xubuntu 15.10 64 bit!
>
> Mind you, having do
The key word in the new rules for EU VAT is "automated". If your software or
a serial key is manually issued by email, the sale is not automated and not
within the scope of the regulations...
https://whitehall-admin.publishing.service.gov.uk/government/uploads/system/
uploads/attachment_data/file/
Nice one, Howard. Hopefully your BasicClock will soon be available for other
platforms also.
1. Free BasicClock
You can see the features of BasicClock here: BasicClock Read Me.pdf
http://designeq.com/deq/software/Welcome%20to%20BasicClock%20V2.04.pdf
and download it here: BasicClock V2.04.zip
ht
I am pleased to announce a free update for ChartMaker for LiveCode. This
release also includes improvements made in internal Build 66.
LiveCode 8: ChartMaker should be entirely LC8-compatible. If you experience
any problems, please report issues so they can be addressed.
Full release notes and th
Mark Rauterkus wrote
> I really love the idea of a set of sliders that can help to set a number
of units
> (widgets, costs, sales, expenses) and have them display numbers and
> projections in other line items.
>
> For example,
>
> If I have 200 kids in our water polo summer camp, we'll need 35
> I get the date you first put in. Tried several, all the way back to the
battle of
> Hastings. All good The negative seconds do the math as well as ordinary
> ones.
If you got a Saturday for 14 October 1066, all good. Otherwise the algorithm
is not accounting for the 1582 or 1752 calendar change
Has anyone had any issues applying ChartMaker in LiveCode 8? Just wanting to
make sure it remains stable for everyone in these fast-changing times.
Hugh Senior
FLCo
___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to su
Looks like a 1 hour offset, plus a bit of lag.
Hugh Senior
FLCo
> Hello,
>
> With mobilecurrentlocation() we can get the timestamp : "the time at which
> the measurement was taken, in seconds since 1970."
> if the same time i get "the seconds" ("The seconds function returns the
total
> number of
> On 9/19/15, 1:59, R.H. wrote:
> > Why not there is a field that can easily be set to display
> > international date and time formats and automatically would default to
> > local standards without having to script a lot and redoing the same
> > work over and over again? Why not a field can be de
Or even just EMPTY converts to a string...
return num1 & ""=num2 & ""
Hugh Senior
FLCo
> From: "Ralph DiMola"
>
> Feeling pretty clueless here but...
>
> I need ("5" = "005") to be false. This is for password validation.
>
> Ralph DiMola
___
I would simply force a string comparison...
return num1 & space=num2 & space
Hugh Senior
FLCo
> From: "Ralph DiMola"
>
> Feeling pretty clueless here but...
>
> I need ("5" = "005") to be false. This is for password validation.
>
> Ralph DiMola
_
ChartMaker details and direct purchase are available here...
www.flexiblelearning.com/chartmaker
> On Mon, Jul 27, 2015 at 2:08 PM, Peter Haworth wrote:
>
>> Wondering if you know about ChartMaker, available at the Livecode store
>> for $79. Might save you a lot of grief for a fairly small out
Hi Peter
As you will have gathered, there is no "label" property as such, simply a
field with pre-defined attributes including lockText. It depends what you
are trying to do and why you need to identify them, but if you need to
regularly test the easiest way may be to manually specify a customProp
You don't have to log in to view to the 3rd party "Extensions" pages, but
only the briefest of information is displayed. All the screenshots,
write-ups and star ratings have failed to be transferred to the new-look
website as promised.
All most disappointing.
Hugh Senior
FLCo
> On Mon, Jun 29,
Hi Richard,
I would be deeply interested in your stack!
We have an inherited stack here that is to undergo refactoring in the near
future and a basic 'complexity metric' would be incredibly useful.
Please ping me off-list.
Best regards,
Hugh Senior
FLCo
Richard wrote:
For many years a lot
I am pleased to announce a free update for ChartMaker that is LC6.7 and LC7
compatible.
Full release notes and the new release download are available here,
including a free 30-day trial (or use your existing key to update):
http://www.flexiblelearning.com/chartmaker/versioning/whatsnew.htm
Not
I was going to post a link to EXACTLY the same video clip!
There are simply some things that defy any reasonable solution, but a 3am
check-point on the change-over day is perhaps the least painful... or you
allow a 1-day grace period on any date.
Hugh Senior
FLCo
Peter wrote...
If you have 10
Can someone please remind me what the magic word is to locate the image
source for icon/hilitedIcon etc? Have scoured the dictionary to no avail.
e.g. get the imageSource of the icon of btn 1 --> img id 1003 of cd 1 of
stack "artwork"
Hugh Senior
FLCo
__
If anyone has experience of setupBuilder installer software or similar,
please contact me off-list... I have an on-going job for you!
Best regards
Hugh Senior
FLCo
___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to su
I am looking for a means to fast-track a client into the world of LiveCode
programming.
Am considering Devin's "LiveCode University" course, and delivering it
myself over a concentrated one week period for him in person.
Any comments or other suggestions?
Hugh Senior
FLCo
_
We are, I know, a forgiving lot and my apologies if this offends, but please
don't waste everyone's time asking about something that you can frankly do
yourself. It says more about your attitude to others than anything else.
Bad: "Can I reference a png file?"
Means: I'm too lazy to try it, so jus
Something very wrong happened to the Build 63 uploads yesterday. All the
fixes failed to stick... twice!
Build 64 has just been uploaded which should now work as expected. If you
have any problems, do please let me know.
This is truly embarrassing.
Hugh Senior
FLCo
Yesterday I wrote...
There w
There was an error in the update issued yesterday afternoon. A replacement
was issued yesterday evening (UK time).
If you were quick off the mark yesterday, do please check you actually have
the most recent version! Open the Utility and click the "Check for Updates"
button, top right corner.
My a
I am pleased to announce a free update for ChartMaker that is LC6.7 and LC7
compatible.
Full release notes and the new release download are available here,
including a free 30-day trial (or use your existing key to update):
http://www.flexiblelearning.com/chartmaker/versioning/whatsnew.htm
The d
The IDE can be easily suppressed with...
on closeStackRequest
lock messages
save this stack
pass closeStackRequest
end closeStackRequest
Hugh Senior
FLCo
> Bob Sneidar wrote:
>
> > Nope. You would think it does, but I have this in the stack script:
> >
> > on closeStackRequest
> >
I am delighted to announce that an updated version of ControlManager is now
available. You can find out more at
www.FlexibleLearning.com/controlmanager (includes video)
and at
livecode.com/store/marketplace/controlManager-1-0-0 (now with lots of
5-star ratings... Thanks!)
All registered users
A good keyboard is like a good piano. I still use my original Gateway
keyboard, c1995 vintage (remember them?). Never found a better one and still
works as good as new. I did clean it once when I could no longer read some
of the keys but it's back filthy again. Time for the next 10-year spring
clea
Hi Bill,
You should contact Pete Haworth if you have problems with lcstackbrowser...
mine is ControlBrowser. Similar, but very different!
With best regards,
Hugh Senior
FLCo
Original message:
Hugh,
Just a "heads up" re your lcstackbrowser app. I found that it interferes
with some of my code.
TitleWidth (LabelWidth) already exists for buttons... would including the
property for field objects be useful?
Hugh Senior
FLCo
___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your
Derek,
I have tried twice to reply to your email. Each one has bounced back with
"Recipient address rejected: User unknown in local recipient table".
I am assuming you want to use flcDatePicker without the supplied
flcDatePicker Utility stack...
You can "start using stack flcDatePicker" if the s
Like Bill, I faced the same issue with ControlManager. I also decided to
release it as Community Compatible so it works on all versions of LiveCode
and included a video...
www.FlexibleLearning.com/controlmanager
www.youtube.com/watch?v=QtrhtSXCsfk
I think most folks are only interested in whethe
Thank you, Bob.
www.FlexibleLearning.com/typingfilter
Hugh Senior
FLCo
On Mon, 29 Dec 2014 23:39:29 +, Bob Sneidar
wrote:
I was having the same epiphany. I did this with a local mySQL database a
little while back and it worked a peach. I had a little delay timer going so
that if the user
Passing this on...
http://www.infoq.com/articles/natural-course-refactoring
Okay, the example is not LC but the principles apply. Something to aspire
to, anyway!
Hugh Senior
FLCo
___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visi
Richard
TypingFilter for LiveCode is free as in "no charge, gratis, for nothing, a
gift, a present, complimentary"...
www.FlexibleLearning.com/typingfilter
Hugh Senior
FLCo
On Tue, Dec 23, 2014 at 5:36 AM, FlexibleLearning.com
wrote:
> So as a Christmas gift to you all, Typ
Over the years, people keep asking about how to implement 'display as you
type' widget thang.
So as a Christmas gift to you all, TypingFilter for LiveCode is fast,
flexible and FREE. The download with example implementation and screenshots
are available here...
www.FlexibleLearning.com/typingfilt
Hi Mike
Don't know if related, but I got similar errors for 6.7.3rc3 after an
automatic Win7 system update (something about invalid permissions).
Re-started the computer then tried again successfully.
Alternatively, Edinburgh inadvertently packed 7.0.1 as 64-bit exe in a
32-bit installer.
Best
Thank you, Gerry!
Build 63 has just been sent to all purchasers as a free update. If any
purchasers have not received it, do please let me know.
Video at http://youtu.be/QtrhtSXCsfk
Further details and purchasing options at
www.FlexibleLearning.com/controlmanager
or https://livecode.com/store/ma
As requested, a short introductory video of ControlManager in action...
http://youtu.be/QtrhtSXCsfk
Further details and purchasing options at...
www.FlexibleLearning.com/controlmanager
or https://livecode.com/store/marketplace/controlManager-1-0-0
Hugh Senior
FLCo
Hi Sean,
Thank you, Sean.
Suppressing messages in the IDE simply anaesthetises the palette. Which is
what one would expect since it is message-driven.
Feel free to write to me off-list if you have any problems, though.
Hugh Senior
FLCo
Sean Cole wrote...
Me to :) Well done Hugh.
(Turning o
ControlManager for Livecode is now available in-store...
https://livecode.com/store/marketplace/controlManager-1-0-0
as well as direct from www.flexibleLearning.com/controlmanager
Thank you for all the positive feedback.
And ControlManager is improving all the time. Just added...
. Embedded
Lock messages
Go cd 1 of stack "mySubStack" as palette
Unlock messages
Or have I misunderstood?
Hugh Senior
FLCo
> Folks:
> I want to open a second window in my app. The window in the calling stack
is
> the first card of a substack named ?myCallingSubstack?. I want to go to
the
> first card of
It's a bit awkward providing a demo or trial version as ControlManager is a
Community-compatible product.
A video can certainly be done, once I find a replacement screen grabber.
Windows trashed my last one so I do not have the technology at the moment.
Hugh Senior
FLCo
www.flexiblelearning.com/c
Thank you, Tom!
Hugh Senior
FLCo
> Congratulations, Hugh. This looks like it will be a great productivity
boost
> to my work. I'm in.
> -- Tom Bodine
___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsu
ControlManager for LiveCode is now available, with full details here...
www.flexibleLearning.com/controlmanager
It is "LiveCode-Community compatible" and has been tested from v5.5.4
(minimum required), through v6 to v7.
What it aims to provide...
- It is designed to be simple to use and provide
'Resolve image' is useful to know.
However, the indexing solution to identify buttons used as behaviors is fine
as far as it goes, but it will inevitable omit any behaviour buttons if any
'calling' objects are not currently loaded. As you say, behaviors can be set
and changed dynamically, but then
It's a supplementary idea for the upcoming Control Manager utility to show
not only the style but the function of a button.
More generally, behaviours are a bit like icons, although locating a
behaviour source is easier than locating an image source!
Hugh Senior
FLCo
Mike Bonner wrote
> Mind i
Thought as much, Mike. Only wondered if I had missed some new keyword among
all the enhancements recently made by the mothereship.
As the years advance I find I miss more than I used to, and what don't miss
I forget!
Hugh Senior
FLCo
Mike Bonner wrote:
Was curious and tried it. 4000 controls
Is there a way to identify whether a button is used as a behavior?
e.g. the isBehavior of btn 1
Just asking.
Hugh Senior
FLCo
___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your
Interesting. I was one of the up-front crowd-funding contributors to this,
but then heard no more about it. I had assumed the project had gone belly
up.
Curry...
Is it ready for prime time now? How do we get our copy?
Hugh Senior
FLCo
> Tom,
>
> i do not know if this is possible.
>
> But the
ControlManager for LiveCode
A Community Compatible IDE enhancement is slated for release in December.
For a sneak preview (Windows screenshots, but cross-platform)
www.flexiblelearning.com/controlmanager
Testers are requested
- for nit-picking in order to maintain high standards. If inter
Agreed... Leave the existing behaviour alone.
It is not a bug but an undocumented feature. And yes, it will break at least
one of my products if changed!
This issue has already been discussed some time ago. It was determined to
leave the behaviour unchanged for both flexibility and backwards
comp
If this were a realistic option, Edinburgh would have permanent testing
staff. The language, syntax and interaction permutations are simply too vast
for any automated testing whether by machine or human. As Richard G says,
ensure your own software is robust with each new version and log any issues.
I would do this manually by setting the vScroll based on (LineNumber *
effective textHeight) - (6 *effective LineHeight)...
on setScroll pLineNumber
put the effective textHeight of fld 1 into tLineHeight
set the hilitedLines of fld "Family" to pLineNumber
set the scroll of fld 1 to (pL
Here you go...
Try
Get the script of stack pStk
Put false into isProtected
Catch tErr
Put true into isProtected
End try
Hugh Senior
FLCo
Peter Haworth wrote:
I'll see if I can dig up the handler I use to check it out and prompt for
the password... then I can donate it!
Pete
lcSQL Soft
Thierry, Scott...
Thank you both. Clear and concise. Since I need the black border, I will use
Thiery's custom routine (added bonus points for arbitrary border color!),
but for a generic solution for any arbitrary sized image where fill-only is
required, Scott's is faster as it has no internal cus
I also hold my hand up to responding to what I thought was a valid post,
then realised the phishing scam and managed to re-set my gmail and yahoo
passwords in time.
Wishing the world would play nicely,
Hugh Senior
FLCo
> On Nov 4, 2014, at 12:55 PM, Richmond wrote:
>
>> On 04/11/14 01:00, Pys
I have a 10px x 10px image. There is a 1px black border with a colour fill.
How do I set the colour fill of the image using an arbitrary RGB value?
It needs to be a mathematical approach setting the pixel data directly
(taking and applying a screen shot of a graphic is going to be too slow).
I'v
ritz
On Sat, Nov 1, 2014 at 5:31 PM, FlexibleLearning.com <
ad...@flexiblelearning.com> wrote:
> Sounds peculiar, unless the defaultStack has changed.
>
> Rather copy and paste to re-order the cards, have you tried setting
> the number of the card instead? This will retain t
Sounds peculiar, unless the defaultStack has changed.
Rather copy and paste to re-order the cards, have you tried setting the
number of the card instead? This will retain the original card ID for
continued navigation by ID.
Hugh Senior
FLCo
Friedrich F. Grohmann wrote
I've run into a strange
There is a boolean evaluation bug in LC7 that throws a script error when you
close your Scrapbook. This has now been reported. It does not seem to affect
LC6.
In the expectation of a fix in the next release, it will be easier to get
your Scrapbook fixed than go through the process of an unnecessar
As Jacque has pointed out, 'empty' and 'zero' depend on context. When doing
math calculations, I always force a math evaluation...
If t1 + 0 = 0 then ...
If t1 is empty it will then always evaluate to zero.
Might help in your situation.
Best regards,
Hugh Senior
FLCo
___
Larry
If you need personal notes on anything at all from your own syntax notes to
code snippets,, then I suggest you look at the Scripter's Scrapbook.
Although it does not directly link to the IDE dictionary, it may have the
features you need...
www.flexiblelearning.com/ssbk
Just a thought.
Bes
As I tell my own clients:
"Don't worry about backups... be paranoid!"
Hugh Senior
FLCo
>...and my backup negligence is forever cured.
You're one of the lucky ones. Most of us don't get religious about
backups until after we lose critical data.
_
It seems we cannot apply more than one checkmark flag in a hierarchical
menu...
!rA
Apples
Arena
!cAlbatros
Amazon
I'm sure we used to be able to do this... a bullet mark at level 1 along
with a tick mark at level 2. Or was that HyperCard/SuperCard only?
Am I mis
Jacques
LC v7 should be backwards compatible. I suggest you submit this in a bug
report, especially if you can identify the specific function(s)/keyword(s)
used by formatsList where different data is returned in order to help the
team locate the issue. I suspect it will be something to do with how
William Prothero wrote
> If I do:
> put the properties of scrollbar "axisEntry"
> I don't get anything in the message box. LC7.0 rC2, Mavericks.
>
> Bill
The dictionary entry for Properties does need revising, but it is correct
insofar as you get an array not a list. I think this does what you
+1 vote
Good luck!
Hugh Senior
FLCo
-- Original message
From: Terica Lynn Swangin
Good Afternoon,
I emailed Heather about this and she suggested that I post this request to
you.
My name is Terica Lynn Swangin and I am emailing to ask for your help. My
business, PediNatural, is in the runni
1 - 100 of 193 matches
Mail list logo