Search found 50 matches

by agraham147
Mon Jul 20, 2020 4:18 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Data Grid keeps creating empty last line
Replies: 12
Views: 4722

Re: Data Grid keeps creating empty last line

Hi Klaus, I'm sorry to say that I tried that and that hasn't worked. This is my code: #FILLS THE 'fContents' VARIABLE WITH DATA put 0 into lNumber repeat mNumber times add 1 to lNumber put line lNumber of url ("file:" & mFilePath) into matchNumber add 1 to lNumber put line lNumber of url ("file:" & ...
by agraham147
Mon Jul 20, 2020 2:23 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Data Grid keeps creating empty last line
Replies: 12
Views: 4722

Data Grid keeps creating empty last line

Hi there, I have a data grid which displays data from a text file, but it keeps creating a new empty line at the bottom. My data grid shows 14 lines at a time and so there is an auto scroll bar when more than 14 entries, there is currently 127 entries in my data grid and when I scroll down to the bo...
by agraham147
Thu Oct 25, 2018 11:00 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Icon not appearing in taskbar
Replies: 12
Views: 7724

Re: Icon not appearing in taskbar

You probably have the decorations of the window to empty. if I judge correctly from the image then you have a full-screen application, then just set the decorations to "title" only. It doesn't matter, the title won't be visible if the app is full screen. set the decorations of this stack to "title"...
by agraham147
Tue Oct 23, 2018 11:28 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Icon not appearing in taskbar
Replies: 12
Views: 7724

Re: Icon not appearing in taskbar

It's like my computer doesn't know it's running as it doesn't show up on the Task Manager either and if I shut my computer down with it still running it doesn't warn me there is a program still running like with other programs. Hope this information helps.
by agraham147
Tue Oct 23, 2018 7:44 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Icon not appearing in taskbar
Replies: 12
Views: 7724

Re: Icon not appearing in taskbar

There is no button in the taskbar for my standalone when it runs. This is my standalone running (my app is set to full screen so normally the taskbar is not visible while it is running). http://forums.livecode.com/download/file.php?mode=view&id=10230 This is my standalone in it's file showing the lo...
by agraham147
Mon Oct 22, 2018 10:59 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Icon not appearing in taskbar
Replies: 12
Views: 7724

Re: Icon not appearing in taskbar

Windows and LiveCode 9
by agraham147
Mon Oct 22, 2018 5:25 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Icon not appearing in taskbar
Replies: 12
Views: 7724

Re: Icon not appearing in taskbar

Does anyone know why my application icon isn't appearing on my taskbar, some help would really be appreciated?

Thanks
by agraham147
Sat Oct 13, 2018 2:01 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Icon not appearing in taskbar
Replies: 12
Views: 7724

Icon not appearing in taskbar

Hi there, I have made a program and saved it as a standalone, then installed it on my other computer and when it runs there is no icon appearing in the taskbar. I have set the logo and application icons in the standalone settings and everything is fine. My program has the logo on the application fil...
by agraham147
Thu Sep 27, 2018 3:09 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Arrow key bug in Livecode
Replies: 5
Views: 3660

Re: Arrow key bug in Livecode

Hi Klaus

Haha, oops silly me, thanks very much! :D :D

Thanks, Aaron
by agraham147
Thu Sep 27, 2018 2:00 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Arrow key bug in Livecode
Replies: 5
Views: 3660

Arrow key bug in Livecode

Hi there, I think I've found a bug in Livecode. I have a multi card stack and have launched it as a standalone application on two separate computers and although I have no code for arrow keys on my cards or stack, when the user presses the arrow keys it takes them to the next or previous cards. Just...
by agraham147
Sun Jul 15, 2018 6:21 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Icon in Taskbar
Replies: 4
Views: 3391

Re: Icon in Taskbar

No sorry, false alarm. It's because I had no icon set in my Save as Standalone Application Settings.

Thanks :D
by agraham147
Sat Jul 14, 2018 4:38 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Icon in Taskbar
Replies: 4
Views: 3391

Icon in Taskbar

Hi there,

How do you get your application icon to appear in the windows taskbar whilst your standalone program is running?

Thanks, Aaron
by agraham147
Tue Jun 19, 2018 12:42 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Stop user pressing Enter in entry field
Replies: 8
Views: 4596

Stop user pressing Enter in entry field

Hi there

I would like to know how to stop the user of my program from pressing the Enter or Return Key for a new line in text entry fields as I only want them to be able to provide 1 line of text. How do I do this please?

Go to advanced search