Search found 41 matches

by richh
Mon Dec 05, 2011 6:03 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Using Datagrid on substack causes mainstack to re-appear
Replies: 0
Views: 1528

Using Datagrid on substack causes mainstack to re-appear

On the current project I am working on, I have the following stacks: Main Stack (loginWindow): This is where the user would enter there user name / password. Substack (reportWindow): Once the user successfully logs in, the main stack closes and the reporting stack appears in which the user can run v...
by richh
Sun May 15, 2011 9:17 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: check to see if file is open before opening
Replies: 4
Views: 4073

check to see if file is open before opening

greetings all.... I am in the process of trying to figure out if a file is open before i attempt to access it. from the dictionary, I see that openfiles is what I want to use; however, I am not sure how to apply it to files that was not opened from LC. could someone point me in the right direction? ...
by richh
Sun May 08, 2011 5:29 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: I think I found a bug... but not sure.
Replies: 9
Views: 5954

Re: I think I found a bug... but not sure.

no worries it happens to me as well :P

I agree, this issue is not a good thing. I just sent an email to runrev's support team.
by richh
Sun May 08, 2011 5:07 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: I think I found a bug... but not sure.
Replies: 9
Views: 5954

Re: I think I found a bug... but not sure.

Craig: Though my personal preference is mac, my employer sees things differently :( Oh well, slowly but surely Microsoft is losing their market share :) wsamples: I agree; however, there is a 3rd element to the mix in which the string on the right contains the d character. I am curious if this chara...
by richh
Sat May 07, 2011 11:25 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: I think I found a bug... but not sure.
Replies: 9
Views: 5954

Re: I think I found a bug... but not sure.

Should I email Runrev to report the problem or is there a specific place I should go to report it?
by richh
Sat May 07, 2011 4:30 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: I think I found a bug... but not sure.
Replies: 9
Views: 5954

I think I found a bug... but not sure.

So lately, I have been working with opening up files as binary then searching for specific information by hex. I came across something unusual and wanted to get addition opinions. If I run this code in Windows, this statement is true. If I run the same code on a Mac, the statement is false. if "0002...
by richh
Mon Feb 07, 2011 3:41 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Getting the pixel color of X,Y on an image
Replies: 4
Views: 4473

Re: Getting the pixel color of X,Y on an image

I am very appreciative with how fast you both got back to me and I will take some time looking at your example code and trying to implement.

I will keep you both posted with how I make out.

thank you again :D
by richh
Mon Feb 07, 2011 2:30 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Getting the pixel color of X,Y on an image
Replies: 4
Views: 4473

Getting the pixel color of X,Y on an image

I have an image that is 400, 400 and I am trying to get the color of the pixel at 200,200. I have been searching through the dictionary for a way to do this and now I am stumped.

thoughts on what i can use?
by richh
Sat Feb 05, 2011 12:22 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: dgVScroll & dgHScroll of a datagrid
Replies: 4
Views: 3617

Re: dgVScroll & dgHScroll of a datagrid

thats it... thank you soooo much Trever...

I have been looking at the lession of Data Grid on the site, but I was looking at the Data Grid API section (one page over). :oops:
by richh
Fri Feb 04, 2011 3:51 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: dgVScroll & dgHScroll of a datagrid
Replies: 4
Views: 3617

Re: dgVScroll & dgHScroll of a datagrid

I tried your steps and the value does increase past 0. Then I guess I am confused. I thought from the docs that dgVScroll and dgHScroll controlled weather or not the Vertical or Horizontal of a datagrid would show the scroll bar. I went back to my code and starting playing around with hScrollbar and...
by richh
Wed Feb 02, 2011 3:52 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: dgVScroll & dgHScroll of a datagrid
Replies: 4
Views: 3617

dgVScroll & dgHScroll of a datagrid

I am not sure if I encountered a bug or not.. but I am trying to get the scroll status for the vertical and horizontal of a datagrid. after reading the online docs, I am using: put the dgVScroll of group "Datagrid 1" into VSValue put the dgHScroll of group "Datagrid 1" into HSValue regardless of if ...
by richh
Mon Jan 31, 2011 5:19 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Date Format
Replies: 3
Views: 3615

Re: Date Format

Thanks BvG & bangkok...

looks like I what I came up with I will use; however, I will definitely take a look at the Stack from Sarah.
by richh
Mon Jan 31, 2011 4:35 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Date Format
Replies: 3
Views: 3615

Date Format

I noticed that rev formats short date as 1/30/11 and I am looking to convert it to a SQL datetime format. I took a look at the dictionary under dateformat and I see the values I want to use such : %Y-%m-%d but I have not bee successful and put the date format in this manner. I came up with the below...
by richh
Sun Jan 30, 2011 8:31 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Date and Time Picker Control
Replies: 10
Views: 10779

Re: Date and Time Picker Control

Ironically, I have been looking for the same thing as xor.

I started to play around with the date time picker on BvG's web site and modified it.

All credit of the date time picker goes to BvG. :)

HTH
by richh
Fri Jan 28, 2011 3:41 pm
Forum: Databases
Topic: Where statement
Replies: 7
Views: 6175

Re: Where statement

OMG... the problem was my sql query the whole time. I was porting over one of my applications and I should have used user_login and not user_name :oops: everything works as intended. :D once again... thank you everyone for your input. I promise not to post any new items for a few days as to give you...