Search found 199 matches

by Googie85
Wed Jan 10, 2024 8:10 am
Forum: Windows
Topic: Deleting A Folder (Not Empty)
Replies: 3
Views: 26621

Re: Deleting A Folder (Not Empty)

Thanks for your reply!!! I could get a list of the files in the folder and do something like: repeat until i = 170 put line i of folderVar into tester delete file tester add 1 to i end repeat I was just hoping for an easier way due to there being many folders to delete. I need to delete them without...
by Googie85
Wed Jan 10, 2024 7:13 am
Forum: Windows
Topic: Deleting A Folder (Not Empty)
Replies: 3
Views: 26621

Deleting A Folder (Not Empty)

Hii Guys!! I am trying to delete a directory that has files in it. I am able to delete the directory when there is no contents in the directory by using "folder delete". I have also tried: put "rmdir " & quote & "d:\games\ac\content\cars\abarth500\Data\" & quote & " /s /q" into skippy shell(skippy) ...
by Googie85
Tue Jan 09, 2024 6:40 am
Forum: Windows
Topic: launch an ".EXE (command line program)" silent.
Replies: 2
Views: 16453

launch an ".EXE (command line program)" silent.

Hiii Guys!! I am trying to launch a command-line program without the "flash" of the CMD window. Any ideas? I have tried to use PowerShell (PowerShell.exe -WindowStyle hidden) with no luck. Any replies are greatly received!!! Googie. Edit: The command-line program does not have any switches, /S etc...
by Googie85
Fri Jan 05, 2024 6:30 am
Forum: Android Deployment
Topic: How to put a " into a variable.
Replies: 6
Views: 180716

Re: How to put a " into a variable.

Thanks for your reply!

It worked! Although I have another similar question. I have the following string:

"Test String"

I need to remove the " and leave the remaining text only.

Many Thanks for any assistance.

Googie.
by Googie85
Fri Jan 05, 2024 4:10 am
Forum: Android Deployment
Topic: How to put a " into a variable.
Replies: 6
Views: 180716

How to put a " into a variable.

Hi Guys!

I am trying to put a " into a variable. For example:

put " "test" " into tVar

Any advice will be greatly received!

Thanks,

Googie.
by Googie85
Wed Jul 26, 2023 3:52 am
Forum: Android Deployment
Topic: Rotating A Graph Widget By 90 Degrees
Replies: 1
Views: 2446

Rotating A Graph Widget By 90 Degrees

Hi Guys!!

I have been trying to sort this problem out for a while now and have had no luck.

I am trying to rotate a Graph Widget when the screen orientation is changed. Is there a way to rotate the Graph Widget?

Many Thanks,

Googie.
by Googie85
Mon Jul 17, 2023 7:51 am
Forum: Android Deployment
Topic: Text Style will not set to "Bold".
Replies: 2
Views: 2591

Text Style will not set to "Bold".

Hi Guys... I have downgraded from LC 9.6.3 to LC 9.05 and I cannot set the text style of a field to "bold". The reason for downgrading is, the file size is 30mb smaller once compiled to an .apk file using the earlier version of LC. https://i.ibb.co/RSwB7kv/Screen.png The text in the "Start Game" but...
by Googie85
Fri Feb 10, 2023 7:10 am
Forum: Android Deployment
Topic: Reading Tag ID using NFC.
Replies: 1
Views: 3191

Reading Tag ID using NFC.

Good Evening!

I was wondering if it is possible to read the unique ID of a NFC Tag? Rather than reading a NDEF record on the card.

I hope I have explained clearly.

Many Thanks,

Googie.
by Googie85
Wed Dec 28, 2022 4:19 am
Forum: Android Deployment
Topic: Center Text From Top To Bottom Of Field.
Replies: 11
Views: 7999

Center Text From Top To Bottom Of Field.

Hi Guys!!

I have searched the dictionary and can't seem to find a way to center text in a field, between top and bottom of the field (Vertical).

I would greatly welcome any advice on where I should look for in the dictionary!

Many Thanks,

Googie.
by Googie85
Fri Dec 16, 2022 9:09 am
Forum: Android Deployment
Topic: Keyboard Focus On Startup.
Replies: 1
Views: 2900

Keyboard Focus On Startup.

Hi Guys!! I am trying to close the Android keyboard on startup. It focuses on a Field automatically upon the App startup. I have tried: On openStack "focus on nothing" End openStack I have also set the focus on other images to try and disable the keyboard. Any suggestions on what I could do to remov...
by Googie85
Tue Nov 22, 2022 6:01 am
Forum: Android Deployment
Topic: Using "format()" to create decimal place.
Replies: 4
Views: 3747

Using "format()" to create decimal place.

Hi Guys!!

I am trying to use the following code to add a ".00" after a given number.

Code: Select all

put 10 into temp
add 10 to temp
format(temp,".00")
answer temp
I need some help to get this to work. All replies greatly received!

Thanks,

Googie.
by Googie85
Fri Sep 16, 2022 9:26 am
Forum: Android Deployment
Topic: Rotating And Saving An Image.
Replies: 10
Views: 7211

Re: Rotating And Saving An Image.

I have no problem rotating the image, rather, saving the image to a .jpg or .png .

Any ideas?
by Googie85
Fri Sep 16, 2022 4:55 am
Forum: Android Deployment
Topic: Rotating And Saving An Image.
Replies: 10
Views: 7211

Rotating And Saving An Image.

Hi Guys!!! I am trying to rotate an image 270 Degrees and then save the image back to an image file. The code is: on mouseDown set the visible of image "TEST" to true put the screenrect into blah put specialFolderPath("documents") & slash & "Nav.jpg" into GEST export snapshot from rect blah to file ...
by Googie85
Thu May 26, 2022 6:50 am
Forum: Android Deployment
Topic: Displaying Browser Widget.
Replies: 1
Views: 2845

Displaying Browser Widget.

Hi Guys!!

I am trying to display a Browser Widget but it will not display without me clicking on a blank area of the stack. I have tried "focus on nothing" and "focus on widget test" but I have no luck on displaying the widget. Any ideas??

Many Thanks,

Googie.
by Googie85
Wed May 25, 2022 8:24 am
Forum: Android Deployment
Topic: Refresh A Browser Widget.
Replies: 4
Views: 4597

Refresh A Browser Widget.

Hi LiveCoders! I am having a problem refreshing a webpage "TEST.html" in a browser widget. The html page displays an image "/1.jpg" , and this displays fine. I am updating the /1.jpg file, but, the webpage "TEST.html" does not refresh to the newly updated "/1.jpg". I am trying to refresh the page so...

Go to advanced search